Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Class-InsideOut CPAN distribution.

Report information
The Basics
Id: 20997
Status: resolved
Priority: 0/
Queue: Class-InsideOut

People
Owner: Nobody in particular
Requestors: sandro [...] isoftware.com.br
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in:
  • 1.00
  • 1.01
Fixed in: (no value)



Subject: Duplicate property name
The regexp that match if a property is already registered is /$label/ (line 225 in lib/Class/InsideOut.pm) but this match when I have two properties like name and filename, because /$label/ matches the file(name). The correct regexp should be /^$label$/.
From: DAGOLDEN [...] cpan.org
On Tue Aug 15 08:31:29 2006, SVITENTI wrote: Show quoted text
> The regexp that match if a property is already registered is /$label/ > (line 225 in lib/Class/InsideOut.pm) but this match when I have two > properties like name and filename, because /$label/ matches the > file(name). The correct regexp should be /^$label$/.
Ouch. Good catch. Fixed in 1.02.