File tree 5 files changed +17
-6
lines changed
5 files changed +17
-6
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.31-TRIAL 15-Jan-2021
3
+ 0.32 16-Jan-2022
4
+
5
+ Version 0.31-TRIAL with version incremented
6
+ Significant Changes since 0.29
7
+
8
+ 1. Replace Crypt::OpenSSL::Verify509
9
+ 2. Merge latest XML::Sig
4
10
5
11
TBD Update Changes and Increment version
12
+
13
+ 0.31-TRIAL 15-Jan-2021
14
+
15
+ 78fe988 Update Changes and Increment version
16
+ 71d67e5 Merge pull request #11 from timlegge/xml-writer
6
17
2c6780a Fixes #10: XML::Writer requires newer version
7
18
8
19
0.30-TRIAL 13-Jan-2021
9
20
10
21
Significant Changes
11
22
12
- 1. Replace Crypt::OpenSSL::Verify
23
+ 1. Replace Crypt::OpenSSL::Verify509
13
24
2. Merge latest XML::Sig
14
25
15
26
Warning: This release require the installation of Crypt::OpenSSL::Verify.
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ my %WriteMakefileArgs = (
68
68
" Test::Pod::Coverage" => " 1.04" ,
69
69
" XML::LibXML::XPathContext" => 0
70
70
},
71
- " VERSION" => " 0.31 " ,
71
+ " VERSION" => " 0.32 " ,
72
72
" test" => {
73
73
" TESTS" => " t/*.t t/author/*.t"
74
74
}
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.31 ' ;
7
+ our $VERSION = ' 0.32 ' ;
8
8
$VERSION = eval {$VERSION };
9
9
10
10
=head1 NAME
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ use vars qw($VERSION @EXPORT_OK %EXPORT_TAGS $DEBUG);
36
36
37
37
$DEBUG = 0;
38
38
# Based on XML::Sig VERSION = '0.39';
39
- $VERSION = ' 0.31 ' ;
39
+ $VERSION = ' 0.32 ' ;
40
40
41
41
use base qw( Class::Accessor) ;
42
42
Net::SAML2::XML::Sig-> mk_accessors(qw( 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.31 ' ;
12
+ $VERSION = ' 0.32 ' ;
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