File tree 5 files changed +9
-5
lines changed
5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for Perl extension Net::SAML2.
2
2
3
- 0.27 03-Jul-2020
3
+ 0.28 04-Jul-2020
4
+
5
+ Increment Version for official release
6
+
7
+ 0.27-TRIAL 03-Jul-2020
4
8
5
9
Some overhaul of the Moose code and a couple of XML::Sig fixes
6
10
as well as a fix to work with Perl 5.10 (Upgrade please upgrade)
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ my %WriteMakefileArgs = (
69
69
" XML::LibXML" => 0,
70
70
" XML::LibXML::XPathContext" => 0
71
71
},
72
- " VERSION" => " 0.26 " ,
72
+ " VERSION" => " 0.28 " ,
73
73
" test" => {
74
74
" TESTS" => " t/*.t t/author/*.t"
75
75
}
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.27 ' ;
7
+ our $VERSION = ' 0.28 ' ;
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.27 ' ;
10
+ $VERSION = ' 0.28 ' ;
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.27 ' ;
12
+ $VERSION = ' 0.28 ' ;
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