Your message dated Fri, 29 Apr 2016 09:31:39 +0300
with message-id <[email protected]>
and subject line Re: Bug#538059: [PATCH] `"""' on man page
has caused the Debian Bug report #538059,
regarding [PATCH] `"""' on man page
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(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.)


-- 
538059: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=538059
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: perl-doc
Version: 5.10.0-24
Severity: minor
Tags: upstream
File: /usr/share/perl/5.10.0/pod/perlfunc.pod

Please report/apply this upstream for me. I can't. They locked me out.

--- /usr/share/perl/5.10.0/pod/perlfunc.pod     2009-07-09 05:47:14.000000000 
+0800
+++ /tmp/perlfunc.pod   2009-07-23 02:22:59.314766616 +0800
@@ -741,8 +741,8 @@
 number of characters removed from all its arguments.  It's often used to
 remove the newline from the end of an input record when you're worried
 that the final record may be missing its newline.  When in paragraph
-mode (C<$/ = "">), it removes all trailing newlines from the string.
-When in slurp mode (C<$/ = undef>) or fixed-length record mode (C<$/> is
+mode ($/ = ""), it removes all trailing newlines from the string.
+When in slurp mode ($/ = undef) or fixed-length record mode (C<$/> is
 a reference to an integer or the like, see L<perlvar>) chomp() won't
 remove anything.
 If VARIABLE is omitted, it chomps C<$_>.  Example:



--- End Message ---
--- Begin Message ---
Version: 5.22.0~rc2-1

On Thu, Jul 23, 2009 at 02:30:06AM +0800, [email protected] wrote:
> Package: perl-doc
> Version: 5.10.0-24
> Severity: minor
> Tags: upstream
> File: /usr/share/perl/5.10.0/pod/perlfunc.pod

>  that the final record may be missing its newline.  When in paragraph
> -mode (C<$/ = "">), it removes all trailing newlines from the string.
> -When in slurp mode (C<$/ = undef>) or fixed-length record mode (C<$/> is
> +mode ($/ = ""), it removes all trailing newlines from the string.
> +When in slurp mode ($/ = undef) or fixed-length record mode (C<$/> is
>  a reference to an integer or the like, see L<perlvar>) chomp() won't

Fixed in Perl 5.21.10 by
 
http://perl5.git.perl.org/perl.git/commit/cd3ae2edad0b39687eaf15efbfbf9cbc76a091a7

Closing.
-- 
Niko Tyni   [email protected]

--- End Message ---

Reply via email to