working against test server!
[Business-OnlinePayment-CardFortress.git] / t / boilerplate.t
index 0605fd0..03d324e 100644 (file)
@@ -36,9 +36,6 @@ 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/,
@@ -50,6 +47,3 @@ TODO: {
 
   module_boilerplate_ok('lib/Business/OnlinePayment/CardFortress.pm');
 
-
-}
-