X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSchema%2FLoader%2FDBI.pm;h=aa02422c8873eb15e3aaa178cdd7068b301c4313;hb=5afd3e723f5c9644e67f9b623b069f870e94fdc9;hp=828a347b89b29a40921e142b3aaefae9abebbc49;hpb=81ade4d9da9b861849c51894b7e8f380e74192d4;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 828a347..aa02422 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.06000'; +our $VERSION = '0.06001'; =head1 NAME