SchemaTest - a thin wrapper for Test::DBIx::Class::Schema


Parley documentation Contained in the Parley distribution.

Index


Code Index:

NAME

Top

SchemaTest - a thin wrapper for Test::DBIx::Class::Schema

SEE ALSO

Top

Test::DBIx::Class::Schema

AUTHOR

Top

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__