plack / Plack

PSGI toolkit and server adapters
http://plackperl.org/
Other
486 stars 214 forks source link

Bump minimum perl requirement to 5.12 #696

Closed miyagawa closed 1 year ago

miyagawa commented 1 year ago

Some of the transient dependencies have the requirement for 5.10 and 5.12 and CI is currently failing. This PR just adds the runtime requirement of perl 5.12, without adding the explicit use 5.012; line so if someone wants to install and run it by hand it will work just fine.