Add support for SQL::Statement-based DBDs
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / PO.pm
CommitLineData
ac50f57b 1package DBIx::Class::Storage::DBI::PO;
2
3use base 'DBIx::Class::Storage::DBI::SQL::Statement';
4use mro 'c3';
5use namespace::clean;
6
71;
8
9=head1 NAME
10
11DBIx::Class::Storage::DBI::SNMP - Support for GNU gettext PO files via DBD::PO
12
13=head1 SYNOPSIS
14
15This subclass supports GNU gettext PO files via L<DBD::PO>.
16
17=head1 DESCRIPTION
18
19This subclass is essentially just a stub that uses the super class
20L<DBIx::Class::Storage::DBI::SQL::Statement>. Patches welcome if
21anything specific to this driver is required.
22
23=head1 AUTHOR
24
25See L<DBIx::Class/AUTHOR> and L<DBIx::Class/CONTRIBUTORS>.
26
27=head1 LICENSE
28
29You may distribute this code under the same terms as Perl itself.
30
31=cut