create file_columns table when DBICTEST_SQLT_DEPLOY env var is not set
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / AccessorGroup.pm
CommitLineData
fe5d862b 1package DBIx::Class::AccessorGroup;
2
12bbb339 3use strict;
4use warnings;
5
73281318 6use base qw/Class::Accessor::Grouped/;
701da8c4 7
fe0e9f67 81;
9
75d07914 10=head1 NAME
34d52be2 11
73281318 12DBIx::Class::AccessorGroup - See Class::Accessor::Grouped
34d52be2 13
14=head1 SYNOPSIS
15
16=head1 DESCRIPTION
17
73281318 18This class now exists in its own right on CPAN as Class::Accessor::Grouped
fc969005 19
34d52be2 20=head1 AUTHORS
21
daec44b8 22Matt S. Trout <mst@shadowcatsystems.co.uk>
34d52be2 23
24=head1 LICENSE
25
26You may distribute this code under the same terms as Perl itself.
27
28=cut
29