Just because I can’t seem to stop, here’s another development release which includes the following changes:
- Schema configuration now finally uses load_components without the Class::C3 recalc slowdown
- Validation component now uses throw_exception/next::method now that load_components is used
- Major pod cleanup
- Excised all forms of RETURN_AS
- TEST_SPELLING is now TEST_POD, which all pod tests now use
- Order created/updated fields now return DateTime objects using DBIx::Class::InflateColumn::DateTime
- Excised remaining UNIVERSAL::isa mistakes. Blessed is your friend
- Order created/updated fields now default to DateTime->now