| DBIx-Class documentation | Contained in the DBIx-Class distribution. |
DBIx::Class::PK::Auto::MySQL - (DEPRECATED) Automatic primary key class for MySQL
Just load PK::Auto instead; auto-inc is now handled by Storage.
Matt S Trout <mst@shadowcatsystems.co.uk>
You may distribute this code under the same terms as Perl itself.
| DBIx-Class documentation | Contained in the DBIx-Class distribution. |
package # hide package from pause DBIx::Class::PK::Auto::MySQL; use strict; use warnings; use base qw/DBIx::Class/; __PACKAGE__->load_components(qw/PK::Auto/); 1;