Skip to content

Commit 5397713

Browse files
committed
Update for new version
1 parent 1577dbc commit 5397713

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Changes

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ Revision history for Perl extension Net::SAML2.
22

33
{{$NEXT}}
44

5+
- 594d135 add missing use statement (ziali088)
6+
57
0.44 -- Sun Oct 31 14:33:03 ADT 2021
68

79
- Packaging issue reissuing 0.43 without changes

Makefile.PL

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ my %WriteMakefileArgs = (
7171
"URI::URL" => 0,
7272
"XML::LibXML::XPathContext" => 0
7373
},
74-
"VERSION" => "0.44",
74+
"VERSION" => "0.45",
7575
"test" => {
7676
"TESTS" => "t/*.t t/author/*.t"
7777
}

README

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ NAME
22
Net::SAML2 - SAML2 bindings and protocol implementation
33

44
VERSION
5-
version 0.44
5+
version 0.45
66

77
SYNOPSIS
88
See TUTORIAL.md for implementation documentation and

0 commit comments

Comments
 (0)