We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f589dd0 commit 812ea36Copy full SHA for 812ea36
Makefile.PL
@@ -75,7 +75,7 @@ my %WriteMakefileArgs = (
75
"URI::URL" => 0,
76
"XML::LibXML::XPathContext" => 0
77
},
78
- "VERSION" => "0.58",
+ "VERSION" => "0.59",
79
"test" => {
80
"TESTS" => "t/*.t t/author/*.t"
81
}
README
@@ -2,7 +2,7 @@ NAME
2
Net::SAML2 - SAML2 bindings and protocol implementation
3
4
VERSION
5
- version 0.58
+ version 0.59
6
7
SYNOPSIS
8
See TUTORIAL.md for implementation documentation and
lib/Net/SAML2.pm
@@ -1,7 +1,7 @@
1
use strict;
use warnings;
package Net::SAML2;
-our $VERSION = "0.58";
+our $VERSION = "0.59";
require 5.008_001;
0 commit comments