AUTHORS mass update; mst doesn't have to take credit for -everything- :)
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / PK / Auto / DB2.pm
CommitLineData
03f24ee3 1package # hide package from pause
2 DBIx::Class::PK::Auto::DB2;
f6a3f5ae 3
4use strict;
5use warnings;
6
7use base qw/DBIx::Class/;
8
9__PACKAGE__->load_components(qw/PK::Auto/);
10
f6359592 111;
eb49d4e3 12
75d07914 13=head1 NAME
eb49d4e3 14
0a8462d4 15DBIx::Class::PK::Auto::DB2 - (DEPRECATED) Automatic primary key class for DB2
eb49d4e3 16
17=head1 SYNOPSIS
18
0a8462d4 19Just load PK::Auto instead; auto-inc is now handled by Storage.
eb49d4e3 20
0c11ad0e 21=head1 AUTHOR AND CONTRIBUTORS
eb49d4e3 22
0c11ad0e 23See L<AUTHOR|DBIx::Class/AUTHOR> and L<CONTRIBUTORS|DBIx::Class/CONTRIBUTORS> in DBIx::Class
eb49d4e3 24
25=head1 LICENSE
26
27You may distribute this code under the same terms as Perl itself.
28
29=cut