first functional commit of non-subclassed-style Schema::Loader
authorBrandon Black <blblack@gmail.com>
Sat, 21 Jan 2006 21:59:34 +0000 (21:59 +0000)
committerBrandon Black <blblack@gmail.com>
Sat, 21 Jan 2006 21:59:34 +0000 (21:59 +0000)
commit18fca96ada05368ead5bb38b5c868e9c4d5c0c07
treecd6844b5db7d652f4a4cf9ae47b0422d22eb2f76
parentaf6c266584e3842998e4c2af0c15d82a089238f4
first functional commit of non-subclassed-style Schema::Loader
lib/DBIx/Class/Schema/Loader.pm [moved from lib/DBIx/Class/Loader.pm with 62% similarity]
lib/DBIx/Class/Schema/Loader/DB2.pm [moved from lib/DBIx/Class/Loader/DB2.pm with 82% similarity]
lib/DBIx/Class/Schema/Loader/Generic.pm [moved from lib/DBIx/Class/Loader/Generic.pm with 95% similarity]
lib/DBIx/Class/Schema/Loader/Pg.pm [moved from lib/DBIx/Class/Loader/Pg.pm with 73% similarity]
lib/DBIx/Class/Schema/Loader/SQLite.pm [moved from lib/DBIx/Class/Loader/SQLite.pm with 89% similarity]
lib/DBIx/Class/Schema/Loader/Writing.pm [moved from lib/DBIx/Class/Loader/Writing.pm with 81% similarity]
lib/DBIx/Class/Schema/Loader/mysql.pm [moved from lib/DBIx/Class/Loader/mysql.pm with 85% similarity]
t/dbixcl_common_tests.pm