We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ff8aeb commit 837aa20Copy full SHA for 837aa20
lib/Net/SAML2/XML/Sig.pm
@@ -5,5 +5,6 @@
5
# and Net::SAML2 have a common maintainer and the need to keep it
6
# embedded no longer exists. Indeed keeping the versions in sync
7
# has become more bother than it is worth.
8
-
+use strict;
9
+use warnings;
10
package Net::SAML2::XML::Sig; use base qw(XML::Sig); 1;
0 commit comments