Skip to content

Commit 24a8e5a

Browse files
committed
Software::License changed their Perl version to v5.12
1 parent 3f505b4 commit 24a8e5a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cpanfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ requires 'Perl::Tidy', '>= 20220217';
4141
requires 'Plack::Test';
4242
requires 'Pod::Readme' if "$]" >= 5.012000;
4343
requires 'Pod::Spell', '>= 1.25';
44-
requires 'Software::License::Perl_5';
44+
requires_by_perl 'Software::License::Perl_5',
45+
5.012 => '0.104004',
46+
;
4547
requires 'Test2::Bundle::Extended';
4648
requires 'Test2::Plugin::NoWarnings';
4749
requires 'Test2::Suite';

0 commit comments

Comments
 (0)