diff options
-rw-r--r-- | t/boilerplate.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/boilerplate.t b/t/boilerplate.t index b789aa64..5eb3d2a7 100644 --- a/t/boilerplate.t +++ b/t/boilerplate.t @@ -41,8 +41,8 @@ sub module_boilerplate_ok { TODO: { local $TODO = "Need to replace the boilerplate text"; - not_in_file_ok(README => - "The README is used..." => qr/The README is used/, + not_in_file_ok("README.md" => + "The README.md is used..." => qr/The README.md is used/, "'version information here'" => qr/to provide version information/, ); |