root/lang/perl/Google-Chart-DBIC/trunk/t/lib/TestApp/Schema.pm @ 17483

Revision 17483, 139 bytes (checked in by lopnor, 5 years ago)

lang/perl/Google-Chart-DBIC: first commit

Line 
1package TestApp::Schema;
2use strict;
3use base qw(DBIx::Class::Schema::Loader);
4
5__PACKAGE__->loader_options(
6    relationships => 1,
7);
8
91;
Note: See TracBrowser for help on using the browser.