We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17674de commit 63edefaCopy full SHA for 63edefa
Makefile.PL
@@ -77,7 +77,7 @@ my %WriteMakefileArgs = (
77
"URI::URL" => 0,
78
"XML::LibXML::XPathContext" => 0
79
},
80
- "VERSION" => "0.63",
+ "VERSION" => "0.64",
81
"test" => {
82
"TESTS" => "t/*.t t/author/*.t"
83
}
README
@@ -2,7 +2,7 @@ NAME
2
Net::SAML2 - SAML2 bindings and protocol implementation
3
4
VERSION
5
- version 0.63
+ version 0.64
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.63";
+our $VERSION = "0.64";
require 5.012;
0 commit comments