We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1577dbc commit 5397713Copy full SHA for 5397713
Changes
@@ -2,6 +2,8 @@ Revision history for Perl extension Net::SAML2.
2
3
{{$NEXT}}
4
5
+ - 594d135 add missing use statement (ziali088)
6
+
7
0.44 -- Sun Oct 31 14:33:03 ADT 2021
8
9
- Packaging issue reissuing 0.43 without changes
Makefile.PL
@@ -71,7 +71,7 @@ my %WriteMakefileArgs = (
71
"URI::URL" => 0,
72
"XML::LibXML::XPathContext" => 0
73
},
74
- "VERSION" => "0.44",
+ "VERSION" => "0.45",
75
"test" => {
76
"TESTS" => "t/*.t t/author/*.t"
77
}
README
@@ -2,7 +2,7 @@ NAME
Net::SAML2 - SAML2 bindings and protocol implementation
VERSION
- version 0.44
+ version 0.45
SYNOPSIS
See TUTORIAL.md for implementation documentation and
0 commit comments