File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ my %WriteMakefileArgs = (
2929 " DateTime::Format::XSD" => 0,
3030 " DateTime::HiRes" => 0,
3131 " Digest::SHA" => 0,
32+ " Encode" => 0,
3233 " Exporter" => 0,
3334 " File::Slurp" => 0,
3435 " HTTP::Request::Common" => 0,
@@ -71,7 +72,7 @@ my %WriteMakefileArgs = (
7172 " URI::URL" => 0,
7273 " XML::LibXML::XPathContext" => 0
7374 },
74- " VERSION" => " 0.45 " ,
75+ " VERSION" => " 0.46 " ,
7576 " test" => {
7677 " TESTS" => " t/*.t t/author/*.t"
7778 }
@@ -92,6 +93,7 @@ my %FallbackPrereqs = (
9293 " DateTime::Format::XSD" => 0,
9394 " DateTime::HiRes" => 0,
9495 " Digest::SHA" => 0,
96+ " Encode" => 0,
9597 " Exporter" => 0,
9698 " File::Slurp" => 0,
9799 " HTTP::Request::Common" => 0,
Original file line number Diff line number Diff line change 22 Net::SAML2 - SAML2 bindings and protocol implementation
33
44VERSION
5- version 0.45
5+ version 0.46
66
77SYNOPSIS
88 See TUTORIAL.md for implementation documentation and
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ requires "DateTime" => "0";
1313requires " DateTime::Format::XSD" => " 0" ;
1414requires " DateTime::HiRes" => " 0" ;
1515requires " Digest::SHA" => " 0" ;
16+ requires " Encode" => " 0" ;
1617requires " Exporter" => " 0" ;
1718requires " File::Slurp" => " 0" ;
1819requires " HTTP::Request::Common" => " 0" ;
You can’t perform that action at this time.
0 commit comments