Skip to content

Commit 4f2a40c

Browse files
committed
Update for latest build
1 parent ffd4188 commit 4f2a40c

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

Makefile.PL

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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,

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
NAME
2-
Net::SAML2
2+
Net::SAML2 - SAML2 bindings and protocol implementation
33

44
VERSION
5-
version 0.40
5+
version 0.42
66

77
SYNOPSIS
88
See TUTORIAL.md for implementation documentation and

cpanfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ requires "MooseX::Types::Common::String" => "0";
2828
requires "MooseX::Types::DateTime" => "0";
2929
requires "MooseX::Types::URI" => "0";
3030
requires "URI" => "0";
31+
requires "URI::Encode" => "0";
3132
requires "URI::QueryParam" => "0";
3233
requires "XML::Generator" => "0";
3334
requires "XML::LibXML" => "0";

dist.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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]
5555
copy = cpanfile, Makefile.PL, README

0 commit comments

Comments
 (0)