diff --git a/.travis.yml b/.travis.yml index 8eb1d27..2a28e13 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,12 +3,7 @@ language: perl matrix: fast_finish: true perl: - - '5.24' - - '5.22' - - '5.20' - - '5.18' - - '5.16' - - '5.14' + - '5.26' before_install: - git config --global user.name "TravisCI" - git config --global user.email $HOSTNAME":not-for-mail@travis-ci.org" diff --git a/dist.ini b/dist.ini index 842d2ce..d46786e 100644 --- a/dist.ini +++ b/dist.ini @@ -12,7 +12,6 @@ except = t/rc/\.perl.*rc$ [ManifestSkip] [MetaYAML] [License] -[Readme] [MakeMaker] eumm_version = 6.48 prereq_fatal = 1 diff --git a/t/boilerplate.t b/t/boilerplate.t index c20a7e5..c00fd65 100644 --- a/t/boilerplate.t +++ b/t/boilerplate.t @@ -41,7 +41,7 @@ sub module_boilerplate_ok { TODO: { local $TODO = "Need to replace the boilerplate text"; - not_in_file_ok(README => + not_in_file_ok('README.md' => "The README is used..." => qr/The README is used/, "'version information here'" => qr/to provide version information/, );