X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSchema%2FLoader%2FDBI.pm;h=6229cf8b505132000f3830cb18c5952404bbdc29;hb=e42ec4ef998118c71f8bd66e765f597a6f74dd39;hp=1e82f2ec1bc6d5c523e3a1e4c323a35d4be95dc0;hpb=e9c09ed914e7c5e8c504825f41100b930f32b8fc;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 1e82f2e..6229cf8 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.05002'; +our $VERSION = '0.05003'; =head1 NAME