Copying in DBIx::Class::Loader as a base to work from
authorBrandon Black <blblack@gmail.com>
Sat, 21 Jan 2006 21:23:26 +0000 (21:23 +0000)
committerBrandon Black <blblack@gmail.com>
Sat, 21 Jan 2006 21:23:26 +0000 (21:23 +0000)
commita78e3fed4e27d4e1b447ed425c14d82426e53e19
treec59ecb226a1e3358cea2536c5e6377d862993bf2
parent22ccb77694f8d70254b7790dd1ce89fe48104fef
Copying in DBIx::Class::Loader as a base to work from
17 files changed:
DBIx-Class-Loader/Changes [new file with mode: 0644]
DBIx-Class-Loader/Makefile.PL [new file with mode: 0644]
DBIx-Class-Loader/lib/DBIx/Class/Loader.pm [new file with mode: 0644]
DBIx-Class-Loader/lib/DBIx/Class/Loader/DB2.pm [new file with mode: 0644]
DBIx-Class-Loader/lib/DBIx/Class/Loader/Generic.pm [new file with mode: 0644]
DBIx-Class-Loader/lib/DBIx/Class/Loader/Pg.pm [new file with mode: 0644]
DBIx-Class-Loader/lib/DBIx/Class/Loader/SQLite.pm [new file with mode: 0644]
DBIx-Class-Loader/lib/DBIx/Class/Loader/Writing.pm [new file with mode: 0644]
DBIx-Class-Loader/lib/DBIx/Class/Loader/mysql.pm [new file with mode: 0644]
DBIx-Class-Loader/t/01use.t [new file with mode: 0644]
DBIx-Class-Loader/t/02pod.t [new file with mode: 0644]
DBIx-Class-Loader/t/03podcoverage.t [new file with mode: 0644]
DBIx-Class-Loader/t/10sqlite_common.t [new file with mode: 0644]
DBIx-Class-Loader/t/11mysql_common.t [new file with mode: 0644]
DBIx-Class-Loader/t/12pg_common.t [new file with mode: 0644]
DBIx-Class-Loader/t/13db2_common.t [new file with mode: 0644]
DBIx-Class-Loader/t/dbixcl_common_tests.pm [new file with mode: 0644]