doc
[Business-BatchPayment-Paymentech.git] / t / boilerplate.t
index 74652ba..f22bbf4 100644 (file)
@@ -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');