From: djfiander Date: Mon, 6 Jul 2009 23:45:15 +0000 (+0000) Subject: Don't need DateTime in this file any more, now that there's X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d758822d61d35e963f3fdce457036360c07b58c5;p=evergreen%2Ftadl.git Don't need DateTime in this file any more, now that there's MFHD::Date, so don't include it here. git-svn-id: svn://svn.open-ils.org/ILS/trunk@13511 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/Utils/MFHD/Caption.pm b/Open-ILS/src/perlmods/OpenILS/Utils/MFHD/Caption.pm index a6232b4ed3..de0a5f737e 100755 --- a/Open-ILS/src/perlmods/OpenILS/Utils/MFHD/Caption.pm +++ b/Open-ILS/src/perlmods/OpenILS/Utils/MFHD/Caption.pm @@ -5,7 +5,6 @@ use Carp; use Data::Dumper; -use DateTime; use OpenILS::Utils::MFHD::Date; use base 'MARC::Field';