From b8bbe054324844ae6cdfc1fcd64dc66bc7a1326c Mon Sep 17 00:00:00 2001 From: Bas Zoetekouw Date: Tue, 30 Sep 2008 19:20:15 +0000 Subject: - 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 --- check_trans.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'check_trans.pl') 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; -- cgit v1.2.3