PerlDancer / Dancer2

Perl Dancer Next Generation (rewrite of Perl Dancer)
http://perldancer.org/
Other
542 stars 274 forks source link

Require perl 5.12.5 #1643

Closed cromedome closed 2 years ago

cromedome commented 2 years ago

Some of our dependencies now require Perl 5.12, so bump our minimum version. Again.

veryrusty commented 2 years ago

@cromedome We should remove perl 5.10 from travis.yml and the github actions ci tests too.

cromedome commented 2 years ago

@veryrusty Thank you for reminding me!

veryrusty commented 2 years ago

Looks good to me. :+1:

grr commented 10 months ago

Some of our dependencies now require Perl 5.12, so bump our minimum version. Again.

which dependecies? i just checked the MIN_PERL_VERSION on metacpan and the testers page for each and couldn't find any required dependency that require > 5.10.

the only one i can find in the cpanfile was Dist::Zilla::Plugin::Test::UnusedVars which is only an 'author_requires', so wouldn't affect normal users.