Your message dated Sun, 26 Jul 2009 23:32:01 +0200 (CEST)
with message-id <[email protected]>
has caused the report #519759,
regarding gettext: xgettext after perl // operator
to be marked as having been forwarded to the upstream software
author(s) [email protected]
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
519759: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519759
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Hello.
I received this from the Debian bug system:
---------- Forwarded message ----------
From: Kevin Ryde <[email protected]>
To: [email protected]
Date: Sun, 15 Mar 2009 08:56:43 +1100
Subject: Bug#519759: gettext: xgettext after perl // operator
Package: gettext
Version: 0.17-6
Severity: normal
File: /usr/bin/xgettext
A file foo.pl containing
print gettext('hello');
$foo // 'undef';
print gettext('world');
processed as
xgettext --output=- --language=Perl foo.pl
prints only the first message
#: foo.pl:1
msgid "hello"
msgstr ""
where I hoped it would give the "world" one too.
It might be related to the // defined-or operator, new in perl 5.10. If
it's instead a plain || or similar then the "world" string is printed.
[...]
--- End Message ---