[Debian-l10n-commits] dl10n branch master updated. 6fafe9d05864a3a0e4cfd8eb661f6bad31700022

David Prévot taffit at alioth.debian.org
Fri Jul 12 23:24:45 UTC 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "dl10n".

The branch, master has been updated
       via  6fafe9d05864a3a0e4cfd8eb661f6bad31700022 (commit)
      from  ba847b8145f1727c524476ec96eaff182d808056 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------

http://anonscm.debian.org/gitweb/?p=debian-l10n/dl10n.git;a=commitdiff;h=6fafe9d05864a3a0e4cfd8eb661f6bad31700022

commit 6fafe9d05864a3a0e4cfd8eb661f6bad31700022
Author: David Prévot <taffit at debian.org>
Date:   Fri Jul 12 19:23:48 2013 -0400

    Silent noisy “Use of uninitialized value $2 in lc”

-----------------------------------------------------------------------

Summary of changes:
 lib/Debian/L10n/Utils.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Debian/L10n/Utils.pm b/lib/Debian/L10n/Utils.pm
index 965c517..9bd8946 100644
--- a/lib/Debian/L10n/Utils.pm
+++ b/lib/Debian/L10n/Utils.pm
@@ -112,7 +112,7 @@ sub parse_subject($) {
 	return undef unless $1;
 
 	my $status = lc $1;
-	my $type   = lc $2;
+	my $type   = lc ($2 || '');
 	my $names  =    $3;
 	my $subject_end = $4;
 
-----------------------------------------------------------------------


hooks/post-receive
-- 
dl10n



More information about the Debian-l10n-commits mailing list