X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=44430621e21d560593523ef5515b01779398819c;hb=36d80a6bc4fd382919d7f74ec53aec5c2da5fca2;hp=021bb99a9541978f3174f95486294791fc6d6723;hpb=269228af53f76c69c1a11221d92587c1b362c672;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/Makefile.PL b/Makefile.PL index 021bb99..4443062 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -20,7 +20,7 @@ requires 'DBI' => 1.40; requires 'Module::Find' => 0; requires 'Class::Inspector' => 0; requires 'Class::Accessor::Grouped' => 0.05002; -requires 'JSON::Any' => 1.00; +requires 'JSON::Any' => 1.17; requires 'Scope::Guard' => 0.03; requires 'Path::Class' => 0; requires 'List::Util' => 1.19; @@ -84,9 +84,11 @@ if (! $ENV{DBICTEST_NO_SQLITE_CHECK} ) { # before the installation silently terminates. If this happens it # # would mean that you are running a buggy version of DBD::SQLite # # known to randomly segfault on errors. Even if you have the latest # -# CPAN module version, the actual sqlite3 dynamic library might have # -# been compiled against an older buggy sqlite3 dev library. You are # -# strongly advised to update DBD::SQLite. # +# CPAN module version, the system sqlite3 dynamic library might have # +# been compiled against an older buggy sqlite3 dev library (oddly # +# DBD::SQLite will prefer the system library against the one bundled # +# with it). You are strongly advised to resolve this issue before # +# proceeding. # # # # If this happens to you (this text is the last thing you see), and # # you just want to install this module without worrying about the # @@ -120,14 +122,16 @@ EOW if ($sig == 11) { warn (<