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/, );