From: ivan Date: Thu, 14 Jan 2010 02:51:16 +0000 (+0000) Subject: fix boilerplate test X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment-PaymenTech.git;a=commitdiff_plain;h=2e165040cb45be2dbb4d68ff1f99b7a38c08114c fix boilerplate test --- diff --git a/t/boilerplate.t b/t/boilerplate.t index 8b69a7b..614b531 100644 --- a/t/boilerplate.t +++ b/t/boilerplate.t @@ -36,20 +36,14 @@ 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/, + "'version information here'" => qr/to provide version information/, +); - not_in_file_ok(README => - "The README is used..." => qr/The README is used/, - "'version information here'" => qr/to provide version information/, - ); +not_in_file_ok(Changes => + "placeholder date/time" => qr(Date/time) +); - not_in_file_ok(Changes => - "placeholder date/time" => qr(Date/time) - ); - - module_boilerplate_ok('lib/Business/OnlinePayment/PaymenTech.pm'); - - -} +module_boilerplate_ok('lib/Business/OnlinePayment/PaymenTech.pm');