aboutsummaryrefslogtreecommitdiffstats
path: root/check_trans.pl
diff options
context:
space:
mode:
authorPeter Karlsson <peterk>2003-07-26 22:59:48 +0000
committerPeter Karlsson <peterk>2003-07-26 22:59:48 +0000
commitd3a33fa25bf3c5d6346be32265860dce8407d057 (patch)
treee16726b5ec56a34a3fe4679f967814f96db30927 /check_trans.pl
parent261f727a4085632a9d1791b8fe843421902516c3 (diff)
Avoid depending on non-standard lib unless we really need it
CVS version numbers check_trans.pl: 1.57 -> 1.58
Diffstat (limited to 'check_trans.pl')
-rwxr-xr-xcheck_trans.pl3
1 files changed, 2 insertions, 1 deletions
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));

© 2014-2024 Faster IT GmbH | imprint | privacy policy