diff options
author | Angelo Naselli <anaselli@linux.it> | 2015-03-26 09:33:24 +0100 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2015-03-26 09:33:24 +0100 |
commit | 00b1450b4b523b327131fcce0cafe4de53ab9917 (patch) | |
tree | 0298763b31c3f83c8111a38d8c294c4ad479d0b5 | |
parent | b33f2b764a47124aad1c696c5ef1d31df762c489 (diff) | |
download | colin-keep-00b1450b4b523b327131fcce0cafe4de53ab9917.tar colin-keep-00b1450b4b523b327131fcce0cafe4de53ab9917.tar.gz colin-keep-00b1450b4b523b327131fcce0cafe4de53ab9917.tar.bz2 colin-keep-00b1450b4b523b327131fcce0cafe4de53ab9917.tar.xz colin-keep-00b1450b4b523b327131fcce0cafe4de53ab9917.zip |
Using README.md
-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 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/, ); |