doc
authorIvan Kohler <ivan@freeside.biz>
Tue, 15 Jan 2013 03:30:05 +0000 (19:30 -0800)
committerIvan Kohler <ivan@freeside.biz>
Tue, 15 Jan 2013 03:30:05 +0000 (19:30 -0800)
README
t/boilerplate.t

diff --git a/README b/README
index 962dceb..b1ef3a4 100644 (file)
--- a/README
+++ b/README
@@ -1,16 +1,6 @@
 Business-BatchPayment-Paymentech
 
-The README is used to introduce the module and provide instructions on
-how to install the module, any machine dependencies it may have (for
-example C compilers and installed libraries) and any other information
-that should be provided before the module is installed.
-
-A README file is required for CPAN modules since CPAN extracts the README
-file from a module distribution so that people browsing the archive
-can use it to get an idea of the module's uses. It is usually a good idea
-to provide version information here so that people can decide whether
-fixes for the module are worth downloading.
-
+Batch payments with Chase Paymentech
 
 INSTALLATION
 
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');