File tree 6 files changed +13
-6
lines changed
6 files changed +13
-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.36-TRIAL - 2021-07-15
4
+
5
+ [Change Log]
6
+
7
+ - TBD Update Changes and Increment version
8
+ - be1a42f Remove no_comments call from IdP
9
+
3
10
0.35-TRIAL - 2021-07-14
4
11
5
12
[Significant Changes]
@@ -10,7 +17,7 @@ Revision history for Perl extension Net::SAML2.
10
17
11
18
[Change Log]
12
19
13
- - TBD Update Changes and Increment version
20
+ - a071834 Update Changes and Increment version
14
21
- 3741d2a Replace XML::XPath with XML::libXML
15
22
- f3887f5 Fixup Contributors and cleanup README
16
23
- 9d8c3bd Automatically generate README for repo
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ my %WriteMakefileArgs = (
69
69
" URI::URL" => 0,
70
70
" XML::LibXML::XPathContext" => 0
71
71
},
72
- " VERSION" => " 0.35 " ,
72
+ " VERSION" => " 0.36 " ,
73
73
" test" => {
74
74
" TESTS" => " t/*.t t/author/*.t"
75
75
}
Original file line number Diff line number Diff line change 2
2
Net::SAML2
3
3
4
4
VERSION
5
- version 0.35
5
+ version 0.36
6
6
7
7
SYNOPSIS
8
8
# generate a redirect off to the IdP:
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.35 ' ;
7
+ our $VERSION = ' 0.36 ' ;
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.47';
39
- $VERSION = ' 0.35 ' ;
39
+ $VERSION = ' 0.36 ' ;
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.35 ' ;
12
+ $VERSION = ' 0.36 ' ;
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