aboutsummaryrefslogtreecommitdiffstats
path: root/Perl/Webwml
diff options
context:
space:
mode:
authorDenis Barbier <barbier>2001-09-04 01:12:23 +0000
committerDenis Barbier <barbier>2001-09-04 01:12:23 +0000
commit6bba60ee4c3d8d6bdf0ff34cca85cfea74339157 (patch)
treec2f6b40cc4f222aecb6a11fa906ba5c88bd082ae /Perl/Webwml
parent18026e21dc1942cc25abb26a4a012cf2856fbfa9 (diff)
Minor changes
CVS version numbers Perl/Local/Cvsinfo.pm: 1.1 -> 1.2 Perl/Webwml/TransCheck.pm: 1.1 -> 1.2
Diffstat (limited to 'Perl/Webwml')
-rw-r--r--Perl/Webwml/TransCheck.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Perl/Webwml/TransCheck.pm b/Perl/Webwml/TransCheck.pm
index 4cd58de9885..7a0a05cbe10 100644
--- a/Perl/Webwml/TransCheck.pm
+++ b/Perl/Webwml/TransCheck.pm
@@ -64,7 +64,7 @@ sub _read {
my $file = shift
or croak "Missing argument in Webwml::TransCheck->new";
my ($line, $key, $value);
- open(FILE, "< $file") or croak "Unable to read $file\n";
+ open(FILE, "< $file") or return;
while ($line = <FILE>) {
if ($line =~ m/^\#use\s+wml::debian::translation-check/) {
# There may be continuation lines

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