From d3a33fa25bf3c5d6346be32265860dce8407d057 Mon Sep 17 00:00:00 2001 From: Peter Karlsson Date: Sat, 26 Jul 2003 22:59:48 +0000 Subject: Avoid depending on non-standard lib unless we really need it CVS version numbers check_trans.pl: 1.57 -> 1.58 --- check_trans.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'check_trans.pl') diff --git a/check_trans.pl b/check_trans.pl index 5e5fc6e377e..dde670b0774 100755 --- a/check_trans.pl +++ b/check_trans.pl @@ -124,7 +124,8 @@ unless (getopts('vgdqQC:m:c:s:Tt:p:ln:MVa')) if ($opt_a) { - use Date::Manip; + require Date::Manip; + import Date::Manip; } die "you can't have both verbose and quiet, doh!\n" if (($opt_v) && ($opt_Q)); -- cgit v1.2.3