Add support for SQL::Statement-based DBDs
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / PO.pm
diff --git a/lib/DBIx/Class/Storage/DBI/PO.pm b/lib/DBIx/Class/Storage/DBI/PO.pm
new file mode 100644 (file)
index 0000000..f728117
--- /dev/null
@@ -0,0 +1,31 @@
+package DBIx::Class::Storage::DBI::PO;
+
+use base 'DBIx::Class::Storage::DBI::SQL::Statement';
+use mro 'c3';
+use namespace::clean;
+
+1;
+
+=head1 NAME
+
+DBIx::Class::Storage::DBI::SNMP - Support for GNU gettext PO files via DBD::PO
+
+=head1 SYNOPSIS
+
+This subclass supports GNU gettext PO files via L<DBD::PO>.
+
+=head1 DESCRIPTION
+
+This subclass is essentially just a stub that uses the super class
+L<DBIx::Class::Storage::DBI::SQL::Statement>.  Patches welcome if
+anything specific to this driver is required.
+
+=head1 AUTHOR
+
+See L<DBIx::Class/AUTHOR> and L<DBIx::Class/CONTRIBUTORS>.
+
+=head1 LICENSE
+
+You may distribute this code under the same terms as Perl itself.
+
+=cut
\ No newline at end of file