We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccba8d8 commit 9afd005Copy full SHA for 9afd005
lib/Net/SAML2.pm
@@ -4,7 +4,7 @@ use warnings;
4
5
require 5.008_001;
6
7
-our $VERSION = '0.26';
+our $VERSION = '0.27';
8
$VERSION = eval {$VERSION};
9
10
=head1 NAME
lib/Net/SAML2/XML/Sig.pm
@@ -7,7 +7,7 @@ use warnings;
use vars qw($VERSION @EXPORT_OK %EXPORT_TAGS $DEBUG);
$DEBUG = 0;
-$VERSION = '0.26';
+$VERSION = '0.27';
11
12
use base qw(Class::Accessor);
13
Net::SAML2::XML::Sig->mk_accessors(qw(canonicalizer key));
lib/Net/SAML2/XML/Util.pm
@@ -9,7 +9,7 @@ use XML::Tidy;
14
# We are exporting functions
15
use base qw/Exporter/;
0 commit comments