From 39ef430d3862277bcf0df977ac48985dd7f64f2c Mon Sep 17 00:00:00 2001
From: Jason Stephenson <jstephenson@mvlc.org>
Date: Thu, 1 Dec 2011 15:05:12 -0500
Subject: [PATCH] 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 <jstephenson@mvlc.org>
Signed-off-by: Bill Erickson <berick@esilibrary.com>
---
 Open-ILS/src/perlmods/lib/OpenILS/Utils/Cronscript.pm.in | 2 --
 1 file changed, 2 deletions(-)

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.
-- 
2.11.0