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.