Your message dated Wed, 23 Apr 2008 09:40:10 +0300
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#406099: perlvar.1.gz: warn before any deprecated items
has caused the Debian Bug report #406099,
regarding perlvar.1.gz: warn before any deprecated items
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.)


-- 
406099: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=406099
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: perl-doc
Version: 5.8.8-6.1
Severity: wishlist
File: /usr/share/man/man1/perlvar.1.gz

There I am on my tiny PDA, reading and embedding in what precious
brain cells left,

       $*      Set to a non-zero integer value to do multi-line matching
               within a string, 0 (or undefined) to tell Perl that it can
               assume that strings contain a single line, for the purpose
               of optimizing pattern matches.  Pattern matches on strings
               containing multiple newlines can produce confusing results
               when $* is 0 or undefined. Default is undefined.
               (Mnemonic: * matches multiple things.) This variable
               influences the interpretation of only "^" and "$". A lit-
               eral newline can be searched for even when "$* == 0".

Upon which I encounter

               Use of $* is deprecated in modern Perl, supplanted by the
               "/s" and "/m" modifiers on pattern matching.

Oh great, why couldn't deprecation also be mentioned at the beginning
of the $* discussion? That way I could have spared the cells. Same for
others on this page.


--- End Message ---
--- Begin Message ---
Version: 5.10.0-1

On Tue, Jan 09, 2007 at 12:56:18AM +0800, Dan Jacobson wrote:
> Package: perl-doc
> Version: 5.8.8-6.1
> Severity: wishlist
> File: /usr/share/man/man1/perlvar.1.gz
> 
> There I am on my tiny PDA, reading and embedding in what precious
> brain cells left,

>                Use of $* is deprecated in modern Perl, supplanted by the
>                "/s" and "/m" modifiers on pattern matching.
> 
> Oh great, why couldn't deprecation also be mentioned at the beginning
> of the $* discussion? That way I could have spared the cells. Same for
> others on this page.

The deprecated variables are gone in 5.10.0 (currently in experimental)
along with their documentation. Closing.

Cheers,
-- 
Niko Tyni   [EMAIL PROTECTED]


--- End Message ---

Reply via email to