Skip Menu |

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

Report information
The Basics
Id: 35484
Status: resolved
Worked: 5 min
Priority: 0/
Queue: RDF-Simple

People
Owner: MTHURN [...] cpan.org
Requestors: MTHURN [...] cpan.org
Cc:
AdminCc:

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



Subject: regex syntax error in Serialiser.pm
In method make_object, in Serialiser.pm, the following regex appears three times: [^a..Z] This is NOT proper Perl regex syntax. The correct syntax is [^a-zA-Z]
Fixed, will appear in next release.