From: Jason Stephenson Date: Thu, 1 Dec 2011 20:05:12 +0000 (-0500) Subject: Fix the POD in Cronscript.pm.in. X-Git-Tag: sprint4-merge-nov22~4734 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=39ef430d3862277bcf0df977ac48985dd7f64f2c;p=working%2FEvergreen.git Fix the POD in Cronscript.pm.in. 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 Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Utils/Cronscript.pm.in b/Open-ILS/src/perlmods/lib/OpenILS/Utils/Cronscript.pm.in index e96866df83..e0f7ba4164 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Utils/Cronscript.pm.in +++ b/Open-ILS/src/perlmods/lib/OpenILS/Utils/Cronscript.pm.in @@ -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.