Browse Source

Fix for bug 1527, removing Smart::Comments

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
3.0.x
Chris Cormack 17 years ago
committed by Joshua Ferraro
parent
commit
a188b6a512
  1. 1
      C4/Scheduler.pm

1
C4/Scheduler.pm

@ -22,7 +22,6 @@ require Exporter;
use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
use C4::Context;
use Smart::Comments;
use Schedule::At;
# set the version for version checking
$VERSION = 0.01;

Loading…
Cancel
Save