Merge 'deprecate_CDA' into 'current'
Rafael Kitover [Wed, 30 Dec 2009 22:02:43 +0000 (22:02 +0000)]
r22310@hlagh (orig r8183):  jhannah | 2009-12-29 22:02:03 -0500
Branch to move from Class::Data::Accessor (deprecated) to
Class::Accessor::Grouped.

r22311@hlagh (orig r8184):  jhannah | 2009-12-29 22:34:04 -0500
Suppress 2nd warning below which makes the test fail.

not ok 3 - Expected loader warning
#   Failed test 'Expected loader warning'
#   at t/lib/dbixcsl_common_tests.pm line 149.
#          got: '4'
#     expected: '3'
# DBIx::Class::Schema::Loader::connection(): loader_test9 has no primary key at (eval 57)[t/lib/dbixcsl_common_te
# Use of uninitialized value in string ne at lib/DBIx/Class/Schema/Loader/Base.pm line 454.
# Dumping manual schema for DBIXCSL_Test::Schema to directory ./t/_common_dump ...
# Schema dump completed.

r22315@hlagh (orig r8188):  jhannah | 2009-12-30 16:26:46 -0500
removed Class::Data::Accessor (deprecated)
removed Class::Accessor::Fast (can't do everything CAG can)
added   Class::Accessor::Grouped

r22318@hlagh (orig r8191):  caelum | 2009-12-30 16:47:55 -0500
use simple group accessors for Loader::Base, remove CDA from Makefile.PL
r22320@hlagh (orig r8193):  caelum | 2009-12-30 17:01:07 -0500
remove dep on CAF, add dep on CAG


Trivial merge