aboutsummaryrefslogtreecommitdiffstats
path: root/check_trans.pl
diff options
context:
space:
mode:
authorBas Zoetekouw <bas>2008-09-30 19:20:15 +0000
committerBas Zoetekouw <bas>2008-09-30 19:20:15 +0000
commitb8bbe054324844ae6cdfc1fcd64dc66bc7a1326c (patch)
treea9cb39b1caa3558bceb7793a5268e7c14da62221 /check_trans.pl
parent39d1699093c380c7664132a2f41bfac2f22b9011 (diff)
- Introduce Local::Util to contain useful utility functions.
- Copy uniq() from List::MoreUtils to Local::Util - Get rid of dependencies on List::MoreUtils in favour of Local::Util CVS version numbers check_desc_trans.pl: 1.6 -> 1.7 check_trans.pl: 1.70 -> 1.71 Perl/Local/Util.pm: INITIAL -> 1.1
Diffstat (limited to 'check_trans.pl')
-rwxr-xr-xcheck_trans.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/check_trans.pl b/check_trans.pl
index 79df3073b9f..1248f13cf94 100755
--- a/check_trans.pl
+++ b/check_trans.pl
@@ -81,7 +81,6 @@ use Getopt::Std;
use Date::Parse;
use File::Basename;
use File::Spec::Functions;
-use List::MoreUtils qw{ uniq };
use Term::ANSIColor;
use Encode;
#use Data::Dumper;
@@ -91,6 +90,7 @@ FindBin::again();
# These modules reside under webwml/Perl
use lib "$FindBin::Bin/Perl";
use Local::VCS ':all';
+use Local::Util 'uniq';
use Local::WmlDiffTrans;
use Webwml::TransCheck;
use Webwml::TransIgnore;

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