Fix the POD in Cronscript.pm.in.
authorJason Stephenson <jstephenson@mvlc.org>
Thu, 1 Dec 2011 20:05:12 +0000 (15:05 -0500)
committerBill Erickson <berick@esilibrary.com>
Fri, 16 Dec 2011 18:46:10 +0000 (13:46 -0500)
I lied when I said it includes Data::Dumper, so you don't have to.
It does include Data::Dumper, but if you want to use Data::Dumper
in your script, you still have to use Data::Dumper.

Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/src/perlmods/lib/OpenILS/Utils/Cronscript.pm.in

index e96866d..e0f7ba4 100644 (file)
@@ -497,8 +497,6 @@ as simple as:
 
 Uses and imports the OpenILS::Utils::Fieldmapper so you don't have to.
 
-Includes Data::Dumper, so you don't have to.
-
 =head1 DESCRIPTION
 
 There are a few main problems when writing a new script for Evergreen.