Clarify licensing, ensure footers are consistent throughout the project
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / PK / Auto / SQLite.pm
CommitLineData
03f24ee3 1package # hide package from pause
2 DBIx::Class::PK::Auto::SQLite;
b8e1e21f 3
4use strict;
5use warnings;
6
126042ee 7use base qw/DBIx::Class/;
8
9__PACKAGE__->load_components(qw/PK::Auto/);
10
b8e1e21f 111;
34d52be2 12
a2bd3796 13__END__
14
75d07914 15=head1 NAME
34d52be2 16
0a8462d4 17DBIx::Class::PK::Auto::SQLite - (DEPRECATED) Automatic primary key class for SQLite
34d52be2 18
19=head1 SYNOPSIS
20
0a8462d4 21Just load PK::Auto instead; auto-inc is now handled by Storage.
34d52be2 22
a2bd3796 23=head1 FURTHER QUESTIONS?
34d52be2 24
a2bd3796 25Check the list of L<additional DBIC resources|DBIx::Class/GETTING HELP/SUPPORT>.
34d52be2 26
a2bd3796 27=head1 COPYRIGHT AND LICENSE
34d52be2 28
a2bd3796 29This module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE>
30by the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can
31redistribute it and/or modify it under the same terms as the
32L<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.