[Bast-commits] r5371 - DBIx-Class/0.08/trunk
ribasushi at dev.catalyst.perl.org
ribasushi at dev.catalyst.perl.org
Thu Jan 29 14:29:22 GMT 2009
Author: ribasushi
Date: 2009-01-29 14:29:22 +0000 (Thu, 29 Jan 2009)
New Revision: 5371
Modified:
DBIx-Class/0.08/trunk/Makefile.PL
Log:
More verbosity as tomboh suggested
Modified: DBIx-Class/0.08/trunk/Makefile.PL
===================================================================
--- DBIx-Class/0.08/trunk/Makefile.PL 2009-01-29 09:41:53 UTC (rev 5370)
+++ DBIx-Class/0.08/trunk/Makefile.PL 2009-01-29 14:29:22 UTC (rev 5371)
@@ -84,9 +84,11 @@
# 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 @@
if ($sig == 11) {
warn (<<EOE);
-############################### WARNING ###################################
-# #
-# 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.so might have been compiled against an older buggy #
-# sqlite3 dev library. You are strongly advised to update DBD::SQLite. #
-# #
-###########################################################################
+############################### WARNING #################################
+# #
+# 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 sqlite3 dynamic library on this system 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. #
+# #
+#########################################################################
EOE
my $ans = prompt (
More information about the Bast-commits
mailing list