Initial commit of DBIx::Class (experimental Class::DBI-inspired ORM)
authorMatt S Trout <mst@shadowcat.co.uk>
Tue, 19 Jul 2005 10:07:29 +0000 (10:07 +0000)
committerMatt S Trout <mst@shadowcat.co.uk>
Tue, 19 Jul 2005 10:07:29 +0000 (10:07 +0000)
commitea2e61bf5bb7187dc5e56513cd66c272d71d5074
tree2d795b156710d0905289f6008eec38936808c29c
Initial commit of DBIx::Class (experimental Class::DBI-inspired ORM)
29 files changed:
lib/DBIx/Class.pm [new file with mode: 0644]
lib/DBIx/Class/CDBICompat.pm [new file with mode: 0644]
lib/DBIx/Class/CDBICompat/AccessorMapping.pm [new file with mode: 0644]
lib/DBIx/Class/CDBICompat/ColumnCase.pm [new file with mode: 0644]
lib/DBIx/Class/CDBICompat/ColumnGroups.pm [new file with mode: 0644]
lib/DBIx/Class/Core.pm [new file with mode: 0644]
lib/DBIx/Class/DB.pm [new file with mode: 0644]
lib/DBIx/Class/SQL.pm [new file with mode: 0644]
lib/DBIx/Class/Table.pm [new file with mode: 0644]
lib/DBIx/Class/Test/SQLite.pm [new file with mode: 0644]
t/01-columns.t [new file with mode: 0644]
t/02-Film.t [new file with mode: 0644]
t/testlib/Actor.pm [new file with mode: 0644]
t/testlib/Binary.pm [new file with mode: 0644]
t/testlib/Blurb.pm [new file with mode: 0644]
t/testlib/CDBase.pm [new file with mode: 0644]
t/testlib/Director.pm [new file with mode: 0644]
t/testlib/Film.pm [new file with mode: 0644]
t/testlib/Lazy.pm [new file with mode: 0644]
t/testlib/Log.pm [new file with mode: 0644]
t/testlib/MyBase.pm [new file with mode: 0644]
t/testlib/MyFilm.pm [new file with mode: 0644]
t/testlib/MyFoo.pm [new file with mode: 0644]
t/testlib/MyStar.pm [new file with mode: 0644]
t/testlib/MyStarLink.pm [new file with mode: 0644]
t/testlib/MyStarLinkMCPK.pm [new file with mode: 0644]
t/testlib/Order.pm [new file with mode: 0644]
t/testlib/OtherFilm.pm [new file with mode: 0644]
t/testlib/PgBase.pm [new file with mode: 0644]