| Parley documentation | Contained in the Parley distribution. |
SchemaTest - a thin wrapper for Test::DBIx::Class::Schema
Chisel Wright <chiselwright@users.berlios.de>
| Parley documentation | Contained in the Parley distribution. |
package SchemaTest; # vim: ts=8 sts=4 et sw=4 sr sta use strict; use warnings; use base 'Test::DBIx::Class::Schema'; 1; __END__