Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Text-MediawikiFormat CPAN distribution.

Report information
The Basics
Id: 26879
Status: resolved
Worked: 6 hours (360 min)
Priority: 0/
Queue: Text-MediawikiFormat

People
Owner: derek [...] ximbiot.com
Requestors: samlowry [...] e-baka.net
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: bug with regular expression on line 1111
Date: Wed, 2 May 2007 16:29:05 +0700
To: bug-Text-MediawikiFormat [...] rt.cpan.org
From: samlowry <samlowry [...] e-baka.net>
Distribution: Text-MediawikiFormat-0.05 Perl: v5.8.7 built for i586-linux-thread-multi When parsing articles from it.wikipedia.org dump errors displaying: Use of uninitialized value in substitution iterator at /usr/lib/perl5/site_perl/5.8.7/Text/MediawikiFormat.pm line 1111. Use of uninitialized value in substitution iterator at /usr/lib/perl5/site_perl/5.8.7/Text/MediawikiFormat.pm line 1111. Use of uninitialized value in substitution iterator at /usr/lib/perl5/site_perl/5.8.7/Text/MediawikiFormat.pm line 1111. Use of uninitialized value in substitution iterator at /usr/lib/perl5/site_perl/5.8.7/Text/MediawikiFormat.pm line 1111. Use of uninitialized value in substitution iterator at /usr/lib/perl5/site_perl/5.8.7/Text/MediawikiFormat.pm line 1111. Use of uninitialized value in substitution iterator at /usr/lib/perl5/site_perl/5.8.7/Text/MediawikiFormat.pm line 1111. Use of uninitialized value in substitution iterator at /usr/lib/perl5/site_perl/5.8.7/Text/MediawikiFormat.pm line 1111. Use of uninitialized value in substitution iterator at /usr/lib/perl5/site_perl/5.8.7/Text/MediawikiFormat.pm line 1111.
This was probably only because you passed in a tags hash with a set but empty extended_link_delimiters or implicit_links delimiters yet had implicit or extended set in your options hash. Anyhow, I've added some checks such that empty delimiters emit warnings but otherwise cause the code to behave like implicit/extended were unset. Warnings must be explicitly enabled (via `perl -w' or "use warnings;") to see this behavior. I should release this with the 1.0 release. If you can still produce this problem after that, please reopen this issue with a more detailed test case.