X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FStorage%2FDBI%2FFirebird.pm;h=e615eb05005949d63eb8c378134598bb1f79e558;hb=0488c7e1294791e01dc75dfe633454d0f4201384;hp=f0178bd0964bdf63b34de752c3786906cb2a7bd3;hpb=e46df41a7023dc31ac5eba4bc81c050d7964d3be;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Storage/DBI/Firebird.pm b/lib/DBIx/Class/Storage/DBI/Firebird.pm index f0178bd..e615eb0 100644 --- a/lib/DBIx/Class/Storage/DBI/Firebird.pm +++ b/lib/DBIx/Class/Storage/DBI/Firebird.pm @@ -8,9 +8,10 @@ use warnings; # in ::Storage::DBI::InterBase as opposed to inheriting # directly from ::Storage::DBI::Firebird::Common use base qw/DBIx::Class::Storage::DBI::InterBase/; - use mro 'c3'; +1; + =head1 NAME DBIx::Class::Storage::DBI::Firebird - Driver for the Firebird RDBMS via @@ -21,10 +22,6 @@ L This is an empty subclass of L for use with L, see that driver for details. -=cut - -1; - =head1 AUTHOR See L and L. @@ -33,5 +30,3 @@ See L and L. You may distribute this code under the same terms as Perl itself. -=cut -# vim:sts=2 sw=2: