X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSchema%2FLoader%2FDBI%2FSQLite.pm;h=2cf3e2dbc2d91157e986ecdf42a1fdda08d2f49a;hb=c697835eacc34e76036a6e91cc4b0bc1ccd05f69;hp=c97441c592d5b77a66bcf7b701944d1a76800513;hpb=667f1a0b6967917848f772066253dc4404fa9d32;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 c97441c..2cf3e2d 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.07004'; +our $VERSION = '0.07005'; =head1 NAME