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 d460fb9 commit 8115398Copy full SHA for 8115398
Makefile.PL
@@ -76,7 +76,7 @@ my %WriteMakefileArgs = (
76
"URI::URL" => 0,
77
"XML::LibXML::XPathContext" => 0
78
},
79
- "VERSION" => "0.72",
+ "VERSION" => "0.73",
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.72
+ version 0.73
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.72";
+our $VERSION = "0.73";
require 5.012;
0 commit comments