X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FPK%2FAuto%2FSQLite.pm;h=e98f7f08b22487c452311fdf9fd859739af0b50b;hb=534521dac62f6ab58e83a42d4e8e3cb586db464b;hp=80bdc7c09b75ba596bb6008908dde0105eb0d101;hpb=75d079145a507a0e5ff89b2676d383f4fd1a5511;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class/PK/Auto/SQLite.pm b/lib/DBIx/Class/PK/Auto/SQLite.pm index 80bdc7c..e98f7f0 100644 --- a/lib/DBIx/Class/PK/Auto/SQLite.pm +++ b/lib/DBIx/Class/PK/Auto/SQLite.pm @@ -1,4 +1,5 @@ -package DBIx::Class::PK::Auto::SQLite; +package # hide package from pause + DBIx::Class::PK::Auto::SQLite; use strict; use warnings; @@ -9,6 +10,8 @@ __PACKAGE__->load_components(qw/PK::Auto/); 1; +__END__ + =head1 NAME DBIx::Class::PK::Auto::SQLite - (DEPRECATED) Automatic primary key class for SQLite @@ -17,12 +20,13 @@ DBIx::Class::PK::Auto::SQLite - (DEPRECATED) Automatic primary key class for SQL Just load PK::Auto instead; auto-inc is now handled by Storage. -=head1 AUTHORS - -Matt S Trout +=head1 FURTHER QUESTIONS? -=head1 LICENSE +Check the list of L. -You may distribute this code under the same terms as Perl itself. +=head1 COPYRIGHT AND LICENSE -=cut +This module is free software L +by the L. You can +redistribute it and/or modify it under the same terms as the +L.