From: Peter Rabbitson Date: Thu, 29 Jan 2009 14:29:22 +0000 (+0000) Subject: More verbosity as tomboh suggested X-Git-Tag: v0.08240~160 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3951a291ca5659889ec385f9e02f2c4d6d8a184a;p=dbsrgits%2FDBIx-Class.git More verbosity as tomboh suggested --- diff --git a/Makefile.PL b/Makefile.PL index 344007f..4443062 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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 (<