File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use warnings;
4
4
5
5
require 5.008_001;
6
6
7
- our $VERSION = ' 0.26 ' ;
7
+ our $VERSION = ' 0.27 ' ;
8
8
$VERSION = eval {$VERSION };
9
9
10
10
=head1 NAME
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ use warnings;
7
7
use vars qw( $VERSION @EXPORT_OK %EXPORT_TAGS $DEBUG) ;
8
8
9
9
$DEBUG = 0;
10
- $VERSION = ' 0.26 ' ;
10
+ $VERSION = ' 0.27 ' ;
11
11
12
12
use base qw( Class::Accessor) ;
13
13
Net::SAML2::XML::Sig-> mk_accessors(qw( canonicalizer key) );
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ use XML::Tidy;
9
9
use vars qw( $VERSION @EXPORT_OK %EXPORT_TAGS $DEBUG) ;
10
10
11
11
$DEBUG = 0;
12
- $VERSION = ' 0.26 ' ;
12
+ $VERSION = ' 0.27 ' ;
13
13
14
14
# We are exporting functions
15
15
use base qw/ Exporter/ ;
You can’t perform that action at this time.
0 commit comments