package DBIx::Class::Schema::Loader::DBI::Firebird; use strict; use warnings; use base qw/DBIx::Class::Schema::Loader::DBI::InterBase/; use mro 'c3'; our $VERSION = '0.07033'; =head1 NAME DBIx::Class::Schema::Loader::DBI::Firebird - DBIx::Class::Schema::Loader::DBI L subclass =head1 DESCRIPTION This is an empty subclass of L for use with L, see that driver for details. See L and L for general Schema::Loader information. =head1 SEE ALSO L, L, L, L =head1 AUTHOR See L and L. =head1 LICENSE This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. =cut 1; # vim:et sw=4 sts=4 tw=0: