converted tabs to spaces, removed trailing whitespace
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / PK / Auto / Oracle.pm
CommitLineData
e565d25e 1package DBIx::Class::PK::Auto::Oracle;
2
3use strict;
4use warnings;
5
6use base qw/DBIx::Class/;
7
8__PACKAGE__->load_components(qw/PK::Auto/);
9
e565d25e 101;
11
75d07914 12=head1 NAME
e565d25e 13
0a8462d4 14DBIx::Class::PK::Auto::Oracle - (DEPRECATED) Automatic primary key class for Oracle
e565d25e 15
16=head1 SYNOPSIS
17
0a8462d4 18Just load PK::Auto instead; auto-inc is now handled by Storage.
e565d25e 19
20=head1 AUTHORS
21
0a8462d4 22Matt S Trout <mst@shadowcatsystems.co.uk>
e565d25e 23
24=head1 LICENSE
25
26You may distribute this code under the same terms as Perl itself.
27
28=cut