fix boilerplate test
authorivan <ivan>
Thu, 14 Jan 2010 02:51:16 +0000 (02:51 +0000)
committerivan <ivan>
Thu, 14 Jan 2010 02:51:16 +0000 (02:51 +0000)
t/boilerplate.t

index 8b69a7b..614b531 100644 (file)
@@ -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');