Skip Menu |

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

Report information
The Basics
Id: 74935
Status: new
Priority: 0/
Queue: DBIx-Class

People
Owner: Nobody in particular
Requestors: andreas.marienborg [...] gmail.com
Cc:
AdminCc:

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



Subject: Loading Core first should issue a warning
If a user is really stupid, he might end up with code like this: __PACKAGE__->load_components('Core', 'InflateColumn::DateTime'); This should trigger a warning or an exception, as Core should always be at the end.