X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSchema%2FLoader%2FDBI%2FSQLite.pm;h=aa83e5f20e0a4a9bb58e7dfb93e561b1dfc5f399;hb=d795a7cfb62fa10d9e16b5901ea51ba35fa67138;hp=01d1c9cfd15a389bbb0da20263f0fc961026781d;hpb=3d58fd37b54a4b35f04232e703dba1265f7866b6;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 01d1c9c..aa83e5f 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.07012'; +our $VERSION = '0.07013'; =head1 NAME