From de0d5d4d8c7658e5a4fe212ad7e20aa8d1ce86e4 Mon Sep 17 00:00:00 2001 From: "Zak B. Elep" Date: Tue, 16 Apr 2019 16:25:23 +0800 Subject: [PATCH] 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/, );