X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSchema%2FLoader%2FDBI%2FSQLite.pm;h=e7e263367b8c18986894dfed01c3af1b6d94868b;hb=c98ab7ea341438bd593a32a22540c3c147d38f7c;hp=c99b551b0077e374c597cfdbaf0a98e131dfc043;hpb=ae38ed69ac9a6d2bd99a257b6b47e96579c6cd27;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 c99b551..e7e2633 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 Carp::Clan qw/^DBIx::Class/; use mro 'c3'; -our $VERSION = '0.07006'; +our $VERSION = '0.07007'; =head1 NAME