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 0c57f7f commit 66a4146Copy full SHA for 66a4146
Makefile.PL
@@ -76,7 +76,7 @@ my %WriteMakefileArgs = (
76
"URI::URL" => 0,
77
"XML::LibXML::XPathContext" => 0
78
},
79
- "VERSION" => "0.59",
+ "VERSION" => "0.60",
80
"test" => {
81
"TESTS" => "t/*.t t/author/*.t"
82
}
README
@@ -2,7 +2,7 @@ NAME
2
Net::SAML2 - SAML2 bindings and protocol implementation
3
4
VERSION
5
- version 0.59
+ version 0.60
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.59";
+our $VERSION = "0.60";
require 5.008_001;
0 commit comments