Skip Menu |

This queue is for tickets about the perlindex CPAN distribution.

Report information
The Basics
Id: 4307
Status: resolved
Priority: 0/
Queue: perlindex

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 1.301
Fixed in: 1.302



Subject: Reference to nonexistent group in regex; marked by <-- HERE in m/G:\perls\5 <-- HERE .8.2// at ./perlindex line 108
you must replace $fns =~ s:$prefix/::; with $fns =~ s:\Q$prefix/::; $prefix can be anything
Same goes for line 149 Show quoted text
> you must replace > > $fns =~ s:$prefix/::; > > with > > $fns =~ s:\Q$prefix/::; > > $prefix can be anything
Fixed in 1.302