fayland / perl-Dist-Zilla-Plugin-GitHubREADME-Badge

Dist::Zilla - add badges to github README.md
Other
6 stars 10 forks source link

Declare minimum Perl version #18

Closed paultcochrane closed 7 years ago

paultcochrane commented 7 years ago

Although Perl::MinimumVersion reports 5.8.5 as the minimum Perl version, I chose 5.14 here because of 1561d01, which restricted the Travis tests to this minimum version.

If you want anything changed in the PR, please just let me know and I'll update it and resubmit.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 99.412% when pulling c3f4b275747db81da1b58c86636fa03abafb5cf5 on paultcochrane:pr/declare-min-perl-version into bdd91252732b952fdc14e3fda4d209696d5b52ed on fayland:master.

codecov-io commented 7 years ago

Current coverage is 95.88% (diff: 100%)

Merging #18 into master will not change coverage

@@             master        #18   diff @@
==========================================
  Files            11         11          
  Lines           170        170          
  Methods           0          0          
  Messages          0          0          
  Branches         17         17          
==========================================
  Hits            163        163          
  Misses            1          1          
  Partials          6          6          

Powered by Codecov. Last update bdd9125...c3f4b27

fayland commented 7 years ago

ty