aboutsummaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/boilerplate.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/boilerplate.t b/t/boilerplate.t
index b789aa6..5eb3d2a 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/,
);