X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSchema%2FLoader%2FDBI%2FSQLite.pm;h=03a7134160f14827208e233e92ed17a06bab6a12;hb=41ef22da3417549e4b5eedd025cca17278bd1d72;hp=4f21f86ab428131a6b5239485ef20b106c1ba663;hpb=a8df03450bdfb3a5131e679274dab15f6e2db7f0;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 4f21f86..03a7134 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_01'; +our $VERSION = '0.04999_06'; =head1 NAME