File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- This software is copyright (c) 2024 by Venda Ltd, see the CONTRIBUTORS file for others.
1+ This software is copyright (c) 2025 by Venda Ltd, see the CONTRIBUTORS file for others.
22
33This is free software; you can redistribute it and/or modify it under
44the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@ b) the "Artistic License"
1212
1313--- The GNU General Public License, Version 1, February 1989 ---
1414
15- This software is Copyright (c) 2024 by Venda Ltd, see the CONTRIBUTORS file for others.
15+ This software is Copyright (c) 2025 by Venda Ltd, see the CONTRIBUTORS file for others.
1616
1717This is free software, licensed under:
1818
@@ -272,7 +272,7 @@ That's all there is to it!
272272
273273--- The Perl Artistic License 1.0 ---
274274
275- This software is Copyright (c) 2024 by Venda Ltd, see the CONTRIBUTORS file for others.
275+ This software is Copyright (c) 2025 by Venda Ltd, see the CONTRIBUTORS file for others.
276276
277277This is free software, licensed under:
278278
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ my %WriteMakefileArgs = (
5353 " XML::Generator" => " 1.13" ,
5454 " XML::LibXML" => 0,
5555 " XML::LibXML::XPathContext" => 0,
56- " XML::Sig" => " 0.64 " ,
56+ " XML::Sig" => " 0.66 " ,
5757 " namespace::autoclean" => 0
5858 },
5959 " TEST_REQUIRES" => {
@@ -129,7 +129,7 @@ my %FallbackPrereqs = (
129129 " XML::Generator" => " 1.13" ,
130130 " XML::LibXML" => 0,
131131 " XML::LibXML::XPathContext" => 0,
132- " XML::Sig" => " 0.64 " ,
132+ " XML::Sig" => " 0.66 " ,
133133 " namespace::autoclean" => 0
134134);
135135
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ AUTHORS
105105 * Timothy Legge <
[email protected] >
106106
107107COPYRIGHT AND LICENSE
108- This software is copyright (c) 2024 by Venda Ltd, see the CONTRIBUTORS
108+ This software is copyright (c) 2025 by Venda Ltd, see the CONTRIBUTORS
109109 file for others.
110110
111111 This is free software; you can redistribute it and/or modify it under
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ requires "XML::Enc" => "0.13";
3737requires " XML::Generator" => " 1.13" ;
3838requires " XML::LibXML" => " 0" ;
3939requires " XML::LibXML::XPathContext" => " 0" ;
40- requires " XML::Sig" => " 0.64 " ;
40+ requires " XML::Sig" => " 0.66 " ;
4141requires " namespace::autoclean" => " 0" ;
4242requires " perl" => " 5.014" ;
4343
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ skip = feature
5757[Prereqs / RuntimeRequires]
5858perl = 5.014
5959XML::Enc = 0.13
60- XML::Sig = 0.64
60+ XML::Sig = 0.66
6161; Here because it isn't provided by Crypt::OpenSSL::RSA
6262Crypt::OpenSSL::Bignum = 0
6363URN::OASIS::SAML2 = 0.004
You can’t perform that action at this time.
0 commit comments