Release 0.07047
[dbsrgits/DBIx-Class-Schema-Loader.git] / lib / DBIx / Class / Schema / Loader / DBI / Firebird.pm
CommitLineData
308d65f0 1package DBIx::Class::Schema::Loader::DBI::Firebird;
2
3use strict;
4use warnings;
5use base qw/DBIx::Class::Schema::Loader::DBI::InterBase/;
6use mro 'c3';
7
306bf770 8our $VERSION = '0.07047';
308d65f0 9
10=head1 NAME
11
12DBIx::Class::Schema::Loader::DBI::Firebird - DBIx::Class::Schema::Loader::DBI
13L<DBD::Firebird> subclass
14
15=head1 DESCRIPTION
16
17This is an empty subclass of L<DBIx::Class::Schema::Loader::DBI::InterBase> for
18use with L<DBD::Firebird>, see that driver for details.
19
20See L<DBIx::Class::Schema::Loader> and L<DBIx::Class::Schema::Loader::Base> for
21general Schema::Loader information.
22
23=head1 SEE ALSO
24
25L<DBIx::Class::Schema::Loader>, L<DBIx::Class::Schema::Loader::Base>,
26L<DBIx::Class::Schema::Loader::DBI>, L<DBIx::Class::Schema::Loader::DBI::InterBase>
27
b87ab391 28=head1 AUTHORS
308d65f0 29
b87ab391 30See L<DBIx::Class::Schema::Loader/AUTHORS>.
308d65f0 31
32=head1 LICENSE
33
34This library is free software; you can redistribute it and/or modify it under
35the same terms as Perl itself.
36
37=cut
38
391;
40# vim:et sw=4 sts=4 tw=0: