Skip to content

Commit 79f1a38

Browse files
committed
Bump XML::Enc version
Signed-off-by: Wesley Schwengle <waterkip@cpan.org>
1 parent faecd40 commit 79f1a38

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile.PL

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ my %WriteMakefileArgs = (
4949
"URI::Escape" => 0,
5050
"URI::QueryParam" => 0,
5151
"URN::OASIS::SAML2" => "0.003",
52-
"XML::Enc" => "0.12",
52+
"XML::Enc" => "0.13",
5353
"XML::Generator" => "1.13",
5454
"XML::LibXML" => 0,
5555
"XML::LibXML::XPathContext" => 0,
@@ -131,7 +131,7 @@ my %FallbackPrereqs = (
131131
"URI::QueryParam" => 0,
132132
"URI::URL" => 0,
133133
"URN::OASIS::SAML2" => "0.003",
134-
"XML::Enc" => "0.12",
134+
"XML::Enc" => "0.13",
135135
"XML::Generator" => "1.13",
136136
"XML::LibXML" => 0,
137137
"XML::LibXML::XPathContext" => 0,

cpanfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ requires "URI::Encode" => "0";
3333
requires "URI::Escape" => "0";
3434
requires "URI::QueryParam" => "0";
3535
requires "URN::OASIS::SAML2" => "0.003";
36-
requires "XML::Enc" => "0.12";
36+
requires "XML::Enc" => "0.13";
3737
requires "XML::Generator" => "1.13";
3838
requires "XML::LibXML" => "0";
3939
requires "XML::LibXML::XPathContext" => "0";

dist.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ copy = cpanfile, Makefile.PL, README, LICENSE, CONTRIBUTORS
4848
skip = Saml2Test
4949

5050
[Prereqs / RuntimeRequires]
51-
XML::Enc = 0.12
51+
XML::Enc = 0.13
5252
XML::Sig = 0.64
5353
XML::Writer = 0.625
5454
; Here because otherwise only on test you get to pull in this dependency

0 commit comments

Comments
 (0)