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@xxxxxxxxxx changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |NOTABUG ------- Additional Comments From tcallawa@xxxxxxxxxx 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. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl Fedora-perl-devel-list mailing list Fedora-perl-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list