X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSchema%2FLoader%2FDBI.pm;h=139be54e1bc6adbca1de50b04dddbb68efee399b;hb=b1ad1a8402a5eb0955c6b76310809c2ab29291a9;hp=3aed89450c9e7eb18ce4d5fcc2a7584575f0e680;hpb=d89bca780ecc98267c8d6533187d11c370918ca7;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/lib/DBIx/Class/Schema/Loader/DBI.pm b/lib/DBIx/Class/Schema/Loader/DBI.pm index 3aed894..139be54 100644 --- a/lib/DBIx/Class/Schema/Loader/DBI.pm +++ b/lib/DBIx/Class/Schema/Loader/DBI.pm @@ -6,7 +6,7 @@ use base qw/DBIx::Class::Schema::Loader::Base/; use Class::C3; use Carp::Clan qw/^DBIx::Class/; -our $VERSION = '0.04999_09'; +our $VERSION = '0.04999_10'; =head1 NAME