tests cleaned a little, added autoloading of on-disk class defs, added currently...
authorBrandon Black <blblack@gmail.com>
Fri, 17 Feb 2006 04:40:00 +0000 (04:40 +0000)
committerBrandon Black <blblack@gmail.com>
Fri, 17 Feb 2006 04:40:00 +0000 (04:40 +0000)
commitc2849787d7804fcbe541c8063e240ceff0e5ff10
treec6512f3965d8f51eb40f7ae922b983947f82e085
parent89ecd854bc20494eaf22db9057969a69d4e199c8
tests cleaned a little, added autoloading of on-disk class defs, added currently-broken support for : ResultSet attrib stuff
21 files changed:
Build.PL
Changes
MANIFEST
MANIFEST.SKIP
META.yml
README
TODO
lib/DBIx/Class/Schema/Loader.pm
lib/DBIx/Class/Schema/Loader/Generic.pm
t/01use.t
t/10sqlite_common.t
t/11mysql_common.t
t/12pg_common.t
t/13db2_common.t
t/lib/DBIXCSL_Test/Schema/LoaderTest1.pm [new file with mode: 0644]
t/lib/DBIx/Class/TestComponent.pm [new file with mode: 0644]
t/lib/DBIx/Class/TestRSComponent.pm [new file with mode: 0644]
t/lib/TestAdditional.pm [moved from t/TestAdditional.pm with 100% similarity]
t/lib/TestAdditionalBase.pm [moved from t/TestAdditionalBase.pm with 100% similarity]
t/lib/TestLeftBase.pm [moved from t/TestLeftBase.pm with 100% similarity]
t/lib/dbixcsl_common_tests.pm [moved from t/dbixcsl_common_tests.pm with 88% similarity]