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
This queue is for tickets about the perlindex CPAN distribution.
The Basics
People
|
Bug Information
|