fix and regression test for RT #62642
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / AccessorGroup.pm
1 package DBIx::Class::AccessorGroup;
2
3 use strict;
4 use warnings;
5
6 use base qw/Class::Accessor::Grouped/;
7
8 1;
9
10 =head1 NAME
11
12 DBIx::Class::AccessorGroup - See Class::Accessor::Grouped
13
14 =head1 SYNOPSIS
15
16 =head1 DESCRIPTION
17
18 This class now exists in its own right on CPAN as Class::Accessor::Grouped
19
20 =head1 AUTHORS
21
22 Matt S. Trout <mst@shadowcatsystems.co.uk>
23
24 =head1 LICENSE
25
26 You may distribute this code under the same terms as Perl itself.
27
28 =cut
29