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 165661e commit e59ce1bCopy full SHA for e59ce1b
Makefile.PL
@@ -76,7 +76,7 @@ my %WriteMakefileArgs = (
76
"URI::URL" => 0,
77
"XML::LibXML::XPathContext" => 0
78
},
79
- "VERSION" => "0.61",
+ "VERSION" => "0.62",
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.61
+ version 0.62
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.61";
+our $VERSION = "0.62";
require 5.008_001;
0 commit comments