Skip to content

Bump the requirement for XML::Sig to 0.66 #236

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This software is copyright (c) 2024 by Venda Ltd, see the CONTRIBUTORS file for others.
This software is copyright (c) 2025 by Venda Ltd, see the CONTRIBUTORS file for others.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
Expand All @@ -12,7 +12,7 @@ b) the "Artistic License"

--- The GNU General Public License, Version 1, February 1989 ---

This software is Copyright (c) 2024 by Venda Ltd, see the CONTRIBUTORS file for others.
This software is Copyright (c) 2025 by Venda Ltd, see the CONTRIBUTORS file for others.

This is free software, licensed under:

Expand Down Expand Up @@ -272,7 +272,7 @@ That's all there is to it!

--- The Perl Artistic License 1.0 ---

This software is Copyright (c) 2024 by Venda Ltd, see the CONTRIBUTORS file for others.
This software is Copyright (c) 2025 by Venda Ltd, see the CONTRIBUTORS file for others.

This is free software, licensed under:

Expand Down
4 changes: 2 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ my %WriteMakefileArgs = (
"XML::Generator" => "1.13",
"XML::LibXML" => 0,
"XML::LibXML::XPathContext" => 0,
"XML::Sig" => "0.64",
"XML::Sig" => "0.66",
"namespace::autoclean" => 0
},
"TEST_REQUIRES" => {
Expand Down Expand Up @@ -129,7 +129,7 @@ my %FallbackPrereqs = (
"XML::Generator" => "1.13",
"XML::LibXML" => 0,
"XML::LibXML::XPathContext" => 0,
"XML::Sig" => "0.64",
"XML::Sig" => "0.66",
"namespace::autoclean" => 0
);

Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ AUTHORS
* Timothy Legge <timlegge@gmail.com>

COPYRIGHT AND LICENSE
This software is copyright (c) 2024 by Venda Ltd, see the CONTRIBUTORS
This software is copyright (c) 2025 by Venda Ltd, see the CONTRIBUTORS
file for others.

This is free software; you can redistribute it and/or modify it under
Expand Down
2 changes: 1 addition & 1 deletion cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ requires "XML::Enc" => "0.13";
requires "XML::Generator" => "1.13";
requires "XML::LibXML" => "0";
requires "XML::LibXML::XPathContext" => "0";
requires "XML::Sig" => "0.64";
requires "XML::Sig" => "0.66";
requires "namespace::autoclean" => "0";
requires "perl" => "5.014";

Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ skip = feature
[Prereqs / RuntimeRequires]
perl = 5.014
XML::Enc = 0.13
XML::Sig = 0.64
XML::Sig = 0.66
; Here because it isn't provided by Crypt::OpenSSL::RSA
Crypt::OpenSSL::Bignum = 0
URN::OASIS::SAML2 = 0.004
Expand Down