From de0d5d4d8c7658e5a4fe212ad7e20aa8d1ce86e4 Mon Sep 17 00:00:00 2001 From: "Zak B. Elep" Date: Tue, 16 Apr 2019 16:25:23 +0800 Subject: [PATCH 1/2] Remove redundant README generation We already have a README.md so this is unnecessary, and the test for this breaks the ability to install this dist directly from git. --- dist.ini | 1 - t/boilerplate.t | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/dist.ini b/dist.ini index f780479..30b9277 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 2d7949b..210f2c0 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/, ); From 85ccf86d8461aa33fe9bd9d1a26b623f20d1afd8 Mon Sep 17 00:00:00 2001 From: "Zak B. Elep" Date: Fri, 14 Jun 2019 11:23:59 +0800 Subject: [PATCH 2/2] .travis.yml: Drop Perl versions that we don't use --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 08afb8d..2a28e13 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,7 @@ language: perl matrix: fast_finish: true perl: - - '5.24' - - '5.14' + - '5.26' before_install: - git config --global user.name "TravisCI" - git config --global user.email $HOSTNAME":not-for-mail@travis-ci.org"