Skip Menu |

This queue is for tickets about the Rose CPAN distribution.

Report information
The Basics
Id: 38255
Status: rejected
Priority: 0/
Queue: Rose

People
Owner: Nobody in particular
Requestors: mcmahon [...] cpan.org
Cc:
AdminCc:

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



Rose::DB::Object silently ignores a specification of 'unique_keys' (note extra 's'). It should either accept this or flag any parameters it did not accept.
Perl doesn't do compile-time parameter checking, and Rose::DB::Object doesn't do runtime parameter verification for performance reasons.