Skip Menu |

This queue is for tickets about the Filter-Simple CPAN distribution.

Report information
The Basics
Id: 4754
Status: resolved
Priority: 0/
Queue: Filter-Simple

People
Owner: Nobody in particular
Requestors: davidm.perl [...] math2.org
Cc:
AdminCc:

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



Subject: regex in comments
Given these two source files ------ myfilter.pm ------------- package myfilter; use Filter::Simple; FILTER_ONLY quotelike => sub { print "[$_]\n"; }; ------ test-filter.pl ---------- use myfilter; # http://xsgiasdfasdf.com my $x = "asdf"; print $Filter::Simple::VERSION . ' ' . $Text::Balanced::VERSION; -------------------------------- the following output is generated upon running test-filter.pl (under Perl 5.8.0/WinXP with the latest relavent modules): -------------------------------- [//xsgi] ["asdf"] [' '] 0.79 1.95 -------------------------------- So, the URL inside the Perl comment is being interpreted as a regex. This error was noticed when using Filter::Simple for the (atypical?) purpose of extracting all string literals from a Perl source file.
Date: Tue, 27 Jan 2004 13:07:10 +1100
From: Damian Conway <damian [...] conway.org>
To: bug-Filter-Simple [...] rt.cpan.org
Subject: Re: [cpan #4754] regex in comments
RT-Send-Cc:
Fixed in the next release. Damian
Resolved by Damian a long time ago, marking the ticket as such.