aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBas Zoetekouw <bas>2008-09-29 22:44:05 +0000
committerBas Zoetekouw <bas>2008-09-29 22:44:05 +0000
commit53c270bbd58cc22a0cae1946febfe960492bb50a (patch)
treef5b88fac92b0c5a12262ad8048c99094474301a1
parent59012dfde54ec07c4408635ed2a4d9a2292acbb1 (diff)
Use Local::VCS instead of Local::VCS_CVS
CVS version numbers check_desc_trans.pl: 1.5 -> 1.6 copypage.pl: 1.28 -> 1.29 Perl/Webwml/Langs.pm: 1.4 -> 1.5 Perl/Webwml/TransIgnore.pm: 1.2 -> 1.3
-rw-r--r--Perl/Webwml/Langs.pm2
-rw-r--r--Perl/Webwml/TransIgnore.pm2
-rwxr-xr-xcheck_desc_trans.pl2
-rwxr-xr-xcopypage.pl2
4 files changed, 4 insertions, 4 deletions
diff --git a/Perl/Webwml/Langs.pm b/Perl/Webwml/Langs.pm
index 75939ca1751..4df3ecb6631 100644
--- a/Perl/Webwml/Langs.pm
+++ b/Perl/Webwml/Langs.pm
@@ -34,7 +34,7 @@ the list of languages in which Debian web site is translated.
package Webwml::Langs;
use Carp;
-use Local::VCS_CVS 'vcs_get_topdir';
+use Local::VCS 'vcs_get_topdir';
use strict;
use warnings;
diff --git a/Perl/Webwml/TransIgnore.pm b/Perl/Webwml/TransIgnore.pm
index 4974976b5db..d3f6b7e9234 100644
--- a/Perl/Webwml/TransIgnore.pm
+++ b/Perl/Webwml/TransIgnore.pm
@@ -33,7 +33,7 @@ package Webwml::TransIgnore;
use Carp;
use File::Spec::Functions;
-use Local::VCS_CVS qw{ vcs_get_topdir };
+use Local::VCS qw{ vcs_get_topdir };
use strict;
use warnings;
diff --git a/check_desc_trans.pl b/check_desc_trans.pl
index e81819c08fb..19501ef0d33 100755
--- a/check_desc_trans.pl
+++ b/check_desc_trans.pl
@@ -39,7 +39,7 @@ use File::Find::Rule;
use List::MoreUtils qw{ uniq };
use Term::ANSIColor;
-use Local::VCS_CVS ':all';
+use Local::VCS ':all';
use strict;
use warnings;
diff --git a/copypage.pl b/copypage.pl
index 0efaf9a8e24..027236f1906 100755
--- a/copypage.pl
+++ b/copypage.pl
@@ -17,7 +17,7 @@ FindBin::again();
use lib "$FindBin::Bin/Perl";
use File::Path;
-use Local::VCS_CVS qw(vcs_file_info);
+use Local::VCS qw(vcs_file_info);
# Declare variables only used in references to avoid warnings
use vars qw(@iso_8859_2_compat @iso_8859_3_compat @iso_8859_4_compat

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