aboutsummaryrefslogtreecommitdiffstats
path: root/Perl/Webwml
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 /Perl/Webwml
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
Diffstat (limited to 'Perl/Webwml')
-rw-r--r--Perl/Webwml/Langs.pm2
-rw-r--r--Perl/Webwml/TransIgnore.pm2
2 files changed, 2 insertions, 2 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;

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