X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FPK%2FAuto%2FMSSQL.pm;h=5704ffeeca79a01bd666212eabc5b96e2fee4f6a;hb=534521dac62f6ab58e83a42d4e8e3cb586db464b;hp=8ac2778c208b03a57caf91ad103efd035d0c92aa;hpb=0a8462d4fedc5392edec025bae67abd9c044d69e;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class/PK/Auto/MSSQL.pm b/lib/DBIx/Class/PK/Auto/MSSQL.pm index 8ac2778..5704ffe 100644 --- a/lib/DBIx/Class/PK/Auto/MSSQL.pm +++ b/lib/DBIx/Class/PK/Auto/MSSQL.pm @@ -1,4 +1,5 @@ -package DBIx::Class::PK::Auto::MSSQL; +package # hide package from pause + DBIx::Class::PK::Auto::MSSQL; use strict; use warnings; @@ -9,7 +10,9 @@ __PACKAGE__->load_components(qw/PK::Auto/); 1; -=head1 NAME +__END__ + +=head1 NAME DBIx::Class::PK::Auto::MSSQL - (DEPRECATED) Automatic primary key class for MSSQL @@ -17,12 +20,13 @@ DBIx::Class::PK::Auto::MSSQL - (DEPRECATED) Automatic primary key class for MSSQ 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.