Perhaps this is better for the DBIC list so try not to flame me if I need to
repost there.
Is there a more general place that I can load InflateColumn::DateTime rather
than at the top of my schema?
__PACKAGE__->load_components(qw/InflateColumn::DateTime Core/);
The main reason I ask is because I'm using the new SchemaLoader version to
regen my schema, and altering the line above the md5sum prevents
modification of that file, so ideally if I could just load this up somewhere
else that would work better. Also its sort of a pain to add the same exact
thing to each Schema file where I use Datetime fields-
Thanks!
John
_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/