File tree Expand file tree Collapse file tree 4 files changed +10
-7
lines changed
Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ my %WriteMakefileArgs = (
4444 " MooseX::Types::DateTime" => 0,
4545 " MooseX::Types::URI" => 0,
4646 " URI" => 0,
47+ " URI::Encode" => 0,
4748 " URI::QueryParam" => 0,
4849 " XML::Generator" => 0,
4950 " XML::LibXML" => 0,
@@ -70,7 +71,7 @@ my %WriteMakefileArgs = (
7071 " URI::URL" => 0,
7172 " XML::LibXML::XPathContext" => 0
7273 },
73- " VERSION" => " 0.40 " ,
74+ " VERSION" => " 0.42 " ,
7475 " test" => {
7576 " TESTS" => " t/*.t t/author/*.t"
7677 }
@@ -117,6 +118,7 @@ my %FallbackPrereqs = (
117118 " Test::Pod" => " 1.14" ,
118119 " Test::Pod::Coverage" => " 1.04" ,
119120 " URI" => 0,
121+ " URI::Encode" => 0,
120122 " URI::QueryParam" => 0,
121123 " URI::URL" => 0,
122124 " XML::Generator" => 0,
Original file line number Diff line number Diff line change 11NAME
2- Net::SAML2
2+ Net::SAML2 - SAML2 bindings and protocol implementation
33
44VERSION
5- version 0.40
5+ version 0.42
66
77SYNOPSIS
88 See TUTORIAL.md for implementation documentation and
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ requires "MooseX::Types::Common::String" => "0";
2828requires " MooseX::Types::DateTime" => " 0" ;
2929requires " MooseX::Types::URI" => " 0" ;
3030requires " URI" => " 0" ;
31+ requires " URI::Encode" => " 0" ;
3132requires " URI::QueryParam" => " 0" ;
3233requires " XML::Generator" => " 0" ;
3334requires " XML::LibXML" => " 0" ;
Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ match = ico
4646
4747[CPANFile]
4848
49- ; [CopyFilesFromBuild::Filtered]
50- ; copy = cpanfile
51- ; copy = Makefile.PL
52- ; copy = README
49+ [CopyFilesFromBuild::Filtered]
50+ copy = cpanfile
51+ copy = Makefile.PL
52+ copy = README
5353
5454[CopyFilesFromRelease]
5555copy = cpanfile, Makefile.PL, README
You can’t perform that action at this time.
0 commit comments