Skip to content

Commit 837aa20

Browse files
committed
add strict and warnings to quiet author critic
1 parent 2ff8aeb commit 837aa20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/Net/SAML2/XML/Sig.pm

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
# and Net::SAML2 have a common maintainer and the need to keep it
66
# embedded no longer exists. Indeed keeping the versions in sync
77
# has become more bother than it is worth.
8-
8+
use strict;
9+
use warnings;
910
package Net::SAML2::XML::Sig; use base qw(XML::Sig); 1;

0 commit comments

Comments
 (0)