X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FStorage%2FDBI%2FFirebird.pm;h=588dce6e1aef5e79fd5119eea653058486b3e72c;hb=d8cf3aa31fb3d6ff7813f021fcc002663725fc41;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..588dce6 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,17 +22,13 @@ 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. +=head1 FURTHER QUESTIONS? -=head1 LICENSE +Check the list of L. -You may distribute this code under the same terms as Perl itself. +=head1 COPYRIGHT AND LICENSE -=cut -# vim:sts=2 sw=2: +This module is free software L +by the L. You can +redistribute it and/or modify it under the same terms as the +L.