The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package # hide package from pause
  DBIx::Class::PK::Auto::DB2;

use strict;
use warnings;

use base qw/DBIx::Class/;

__PACKAGE__->load_components(qw/PK::Auto/);

1;

=head1 NAME

DBIx::Class::PK::Auto::DB2 - (DEPRECATED) Automatic primary key class for DB2

=head1 SYNOPSIS

Just load PK::Auto instead; auto-inc is now handled by Storage.

=head1 AUTHORS

Matt S Trout <mst@shadowcatsystems.co.uk>

=head1 LICENSE

You may distribute this code under the same terms as Perl itself.

=cut