Handel 1.00007 Released
CPAN Testers still shows a bunch of errors for 5.10.0 users that I need to get settled this weekend along with some version checks that are dying because of non numeric version number comparison on my part.
1.00007 Tue Jan 1 12:16:23 2008
- Fixed instance of using blessed without loading Scalar::Util
- Use DBIx::Class 0.08008 and set default DATETIME timezones to UTC
1.00006 Sun Oct 21 13:10:23 2007
- Updated Clone prereq version to 0.28 (Collin Condray)
- Fixed Quicktart to use schema –install (Charlie Garrison)
- Fixed various spelling errors and critic checks
- Added test skips for DBD::SQLite 1.14
1.00005 Wed Aug 22 21:42:33 2007
- Catalyst Helper code uses as_string instead of format
- Updated profiles regexps for newer YAML
1.00004 Tue Aug 21 21:01:10 2007
- Removed RDBO M::I feature in Makefile.PL (RT#28461,ANDK)
- Fixed exception tests message checks under l10n (RT#28927,RDROUSIES)
- Added Bulgarian L10N - Kliment A. Ognianov
1.00003 Tue July 24 20:55:32 2007
- Changed tests to use TEST_AUTHOR instead
- Converted to Module::Install
1.00002 Sat June 30 17:15:12 2007
- Catalyst Model tests now skip when Catalyst not installed
- Fixed Catalyst tests after fresh perl install explosion
- Fixed pod coverage
1.00001 Mon June 25 22:05:26 2007
- Fixed basic.t use_ok failures due to dev install
- Fixed various test skip counts
- Fixed Component::Validation to deal with new
DBIC::Validation/throw_exception changes