We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f2bfad commit 8a4b99cCopy full SHA for 8a4b99c
Makefile.PL
@@ -71,7 +71,7 @@ my %WriteMakefileArgs = (
71
"Test::Pod" => "1.14",
72
"Test::Pod::Coverage" => "1.04"
73
},
74
- "VERSION" => "0.81",
+ "VERSION" => "0.82",
75
"test" => {
76
"TESTS" => "t/*.t t/author/*.t"
77
}
README
@@ -2,7 +2,7 @@ NAME
2
Net::SAML2 - SAML2 bindings and protocol implementation
3
4
VERSION
5
- version 0.81
+ version 0.82
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.81';
+our $VERSION = '0.82';
require 5.012;
0 commit comments