File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ Revision history for Perl extension Net::SAML2.
22
33{{$NEXT}}
44
5+ 0.59 -- Wed Aug 24 22:23:53 ADT 2022
6+
570.58 -- Fri Aug 12 16:25:59 ADT 2022
68
79 [ Significant Changes since 0.57 ]
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ my %WriteMakefileArgs = (
7676 " URI::URL" => 0,
7777 " XML::LibXML::XPathContext" => 0
7878 },
79- " VERSION" => " 0.58 " ,
79+ " VERSION" => " 0.59 " ,
8080 " test" => {
8181 " TESTS" => " t/*.t t/author/*.t"
8282 }
Original file line number Diff line number Diff line change 22 Net::SAML2 - SAML2 bindings and protocol implementation
33
44VERSION
5- version 0.58
5+ version 0.59
66
77SYNOPSIS
88 See TUTORIAL.md for implementation documentation and
Original file line number Diff line number Diff line change 11use strict;
22use warnings;
33package Net::SAML2 ;
4- our $VERSION = " 0.58 " ;
4+ our $VERSION = " 0.59 " ;
55
66require 5.008_001;
77
You can’t perform that action at this time.
0 commit comments