X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSchema%2FLoader%2FDBI%2FSQLite.pm;h=8767e45ff39ebd8ad84eaf764a61afcdcfff21f8;hb=5fc335ab21e8dcf1ddbc9801a8486e6c613bc643;hp=a8ccf3d9b4f8cdd99e665ead720322d17d0edc82;hpb=eaf230843e93fe01cb9c3ed1b371e193d809067b;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/lib/DBIx/Class/Schema/Loader/DBI/SQLite.pm b/lib/DBIx/Class/Schema/Loader/DBI/SQLite.pm index a8ccf3d..8767e45 100644 --- a/lib/DBIx/Class/Schema/Loader/DBI/SQLite.pm +++ b/lib/DBIx/Class/Schema/Loader/DBI/SQLite.pm @@ -9,7 +9,7 @@ use base qw/ use mro 'c3'; use DBIx::Class::Schema::Loader::Table (); -our $VERSION = '0.07014'; +our $VERSION = '0.07015'; =head1 NAME