X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FPK%2FAuto%2FSQLite.pm;h=80bdc7c09b75ba596bb6008908dde0105eb0d101;hb=75d079145a507a0e5ff89b2676d383f4fd1a5511;hp=de429227c269def3e6777c6a4dd81a46222bd85c;hpb=884559b13fe244d3e446d127e9fd21ea8d7c6eb3;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/PK/Auto/SQLite.pm b/lib/DBIx/Class/PK/Auto/SQLite.pm index de42922..80bdc7c 100644 --- a/lib/DBIx/Class/PK/Auto/SQLite.pm +++ b/lib/DBIx/Class/PK/Auto/SQLite.pm @@ -9,7 +9,7 @@ __PACKAGE__->load_components(qw/PK::Auto/); 1; -=head1 NAME +=head1 NAME DBIx::Class::PK::Auto::SQLite - (DEPRECATED) Automatic primary key class for SQLite