X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSchema%2FLoader%2FDBI%2FSQLite.pm;h=e3138b76b930c3ead8ab32a8030ed9ece876424e;hb=49f820920be58fd58de3ceb5c109d4da70916eb6;hp=362b1a0d43fe6cedb5e223634c6cf5c6b39c79f8;hpb=772cfe65c2d30db9f21da7ed2a08ac34ca76246e;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 362b1a0..e3138b7 100644 --- a/lib/DBIx/Class/Schema/Loader/DBI/SQLite.pm +++ b/lib/DBIx/Class/Schema/Loader/DBI/SQLite.pm @@ -7,7 +7,7 @@ use Carp::Clan qw/^DBIx::Class/; use Text::Balanced qw( extract_bracketed ); use Class::C3; -our $VERSION = '0.04999_03'; +our $VERSION = '0.04999_04'; =head1 NAME