X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSchema%2FLoader%2FDBI%2FSQLite.pm;h=d1afa8cf0e3b34f1a79d1b0a6a6ab56395cfaea8;hb=c69c9bffcbd31746ac7e10ad7d03695900a8538d;hp=8767e45ff39ebd8ad84eaf764a61afcdcfff21f8;hpb=073070141b9041dbac8e375e36572b03755291cb;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 8767e45..d1afa8c 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.07015'; +our $VERSION = '0.07017'; =head1 NAME