Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / PK / Auto / MSSQL.pm
CommitLineData
03f24ee3 1package # hide package from pause
2 DBIx::Class::PK::Auto::MSSQL;
0a8462d4 3
4use strict;
5use warnings;
6
7use base qw/DBIx::Class/;
8
9__PACKAGE__->load_components(qw/PK::Auto/);
10
111;
12
a2bd3796 13__END__
14
75d07914 15=head1 NAME
0a8462d4 16
17DBIx::Class::PK::Auto::MSSQL - (DEPRECATED) Automatic primary key class for MSSQL
18
19=head1 SYNOPSIS
20
21Just load PK::Auto instead; auto-inc is now handled by Storage.
22
a2bd3796 23=head1 FURTHER QUESTIONS?
0a8462d4 24
a2bd3796 25Check the list of L<additional DBIC resources|DBIx::Class/GETTING HELP/SUPPORT>.
0a8462d4 26
a2bd3796 27=head1 COPYRIGHT AND LICENSE
0a8462d4 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>.