Allow specifying a custom loader_class in loader_options
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Tue, 1 Apr 2008 15:34:44 +0000 (15:34 +0000)
committerDagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Tue, 1 Apr 2008 15:34:44 +0000 (15:34 +0000)
commit3953cbee8b603198ebe35357210009f2f92284e3
tree929d384486d0ad3c7f2c0c0288d7dc8dbbddbcee
parent7a930e63832f6bf9e999c0184c28ed17d29210f2
Allow specifying a custom loader_class in loader_options
Changes
lib/DBIx/Class/Schema/Loader.pm
lib/DBIx/Class/Schema/Loader/Base.pm
lib/DBIx/Class/Schema/Loader/DBI.pm
t/24loader_subclass.t [new file with mode: 0644]
t/lib/TestLoaderSubclass.pm [new file with mode: 0644]