X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-BatchPayment-Paymentech.git;a=blobdiff_plain;f=t%2Fboilerplate.t;h=f22bbf4aeff6cc68afa9c454fec3c86ac2c7ffbb;hp=74652bac5f2a7a9e1b94aecb2bf7faf4585c253f;hb=36f1049adb6b4de47684ec53cd8b2fcb672e9080;hpb=8c67441ae837ff8d99d47239d5b5562ff310bd3f diff --git a/t/boilerplate.t b/t/boilerplate.t index 74652ba..f22bbf4 100644 --- a/t/boilerplate.t +++ b/t/boilerplate.t @@ -37,20 +37,16 @@ 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/BatchPayment/Paymentech.pm'); - - -} +#module_boilerplate_ok('lib/Business/BatchPayment/Paymentech.pm'); +module_boilerplate_ok('Paymentech.pm');