Skip Menu |

This queue is for tickets about the Env-Export CPAN distribution.

Report information
The Basics
Id: 44539
Status: resolved
Priority: 0/
Queue: Env-Export

People
Owner: rjray [...] blackperl.com
Requestors: smueller [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.11
Fixed in: 0.12



Subject: Checking for ref($foo) eq 'RegExp' => typo
Hi Randy, for (@patterns) { $_ = qr/^$_$/ unless (ref($_) eq 'RegExp') } you're checking your patterns for being in class RegExp. It's Regexp without a capital E. Cheers, Steffen
D'oh! Fortunately, I was just rolling a new minor release as this came in...
Don't know why I never updated this ticket to reflect that it had been fixed... -- Randy J. Ray rjray@blackperl.com randy.j.ray@gmail.com