File tree Expand file tree Collapse file tree 6 files changed +13
-6
lines changed Expand file tree Collapse file tree 6 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 11Revision history for Perl extension Net::SAML2.
22
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+
3100.35-TRIAL - 2021-07-14
411
512 [Significant Changes]
@@ -10,7 +17,7 @@ Revision history for Perl extension Net::SAML2.
1017
1118 [Change Log]
1219
13- - TBD Update Changes and Increment version
20+ - a071834 Update Changes and Increment version
1421 - 3741d2a Replace XML::XPath with XML::libXML
1522 - f3887f5 Fixup Contributors and cleanup README
1623 - 9d8c3bd Automatically generate README for repo
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ my %WriteMakefileArgs = (
6969 " URI::URL" => 0,
7070 " XML::LibXML::XPathContext" => 0
7171 },
72- " VERSION" => " 0.35 " ,
72+ " VERSION" => " 0.36 " ,
7373 " test" => {
7474 " TESTS" => " t/*.t t/author/*.t"
7575 }
Original file line number Diff line number Diff line change 22 Net::SAML2
33
44VERSION
5- version 0.35
5+ version 0.36
66
77SYNOPSIS
88 # generate a redirect off to the IdP:
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use warnings;
44
55require 5.008_001;
66
7- our $VERSION = ' 0.35 ' ;
7+ our $VERSION = ' 0.36 ' ;
88$VERSION = eval {$VERSION };
99
1010=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);
3636
3737$DEBUG = 0;
3838# Based on XML::Sig VERSION = '0.47';
39- $VERSION = ' 0.35 ' ;
39+ $VERSION = ' 0.36 ' ;
4040
4141use base qw( Class::Accessor) ;
4242Net::SAML2::XML::Sig-> mk_accessors(qw( key) );
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ use XML::Tidy;
99use vars qw( $VERSION @EXPORT_OK %EXPORT_TAGS $DEBUG) ;
1010
1111$DEBUG = 0;
12- $VERSION = ' 0.35 ' ;
12+ $VERSION = ' 0.36 ' ;
1313
1414# We are exporting functions
1515use base qw/ Exporter/ ;
You can’t perform that action at this time.
0 commit comments