package Bigtop::Example::Billing::Model; use strict; use warnings; __PACKAGE__->load_classes( qw/ my_company customer line_item invoice status / ); 1; =head1 NAME Bigtop::Example::Billing::GENModel - regenerating schema for Billing =head1 SYNOPSIS In your base schema: use base 'DBIx::Class::Schema'; use Bigtop::Example::Billing::GENModel; =head1 DESCRIPTION This module was generated by Bigtop (and IS subject to regeneration). =head1 DEPENDENCIES Gantry::Utils::DBIxClass =head1 AUTHOR Phil Crow Tim Keefer =head1 COPYRIGHT AND LICENSE Copyright (C) 2006 Phil Crow This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available. =cut