[Bug 429531] perl incorrect calculation

bugzilla at redhat.com bugzilla at redhat.com
Thu Mar 13 13:58:09 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: perl incorrect calculation


https://bugzilla.redhat.com/show_bug.cgi?id=429531


tcallawa at redhat.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |CLOSED
         Resolution|                            |NOTABUG




------- Additional Comments From tcallawa at redhat.com  2008-03-13 09:58 EST -------
Indeed, when looking at that ticket, I agree with the assessment of the p5p
commenter, this "bug" is being caused by the /g.

Changing:

my($tmpbname)=$a=~m@<DATA>([^<>]*)@isg;

to

my($tmpbname)=$a=~m@<DATA>([^<>]*)@is;

Resolves this issue. Closing as NOTABUG. If the original poster disagrees, I
suggest that it be directed at upstream, where the ticket is still open.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the Fedora-perl-devel-list mailing list