Blob Blame History Raw
--- Carp-Clan-5.9/Makefile.PL.orig	2007-06-04 15:50:47.000000000 -0400
+++ Carp-Clan-5.9/Makefile.PL	2007-06-04 15:52:00.000000000 -0400
@@ -11,12 +11,12 @@
 # dependency and is resolved by installing Carp::Clan without
 # Object::Deadly. Once Object::Deadly is installed, Carp::Clan may use
 # it for testing.
-if (prompt( 'Add Object::Deadly 0.08+ to prerequisites for testing? [Ny]',
-        'no' ) =~ /^y/i
-    )
-{
-    $PREREQ_PM{'Object::Deadly'} = '0.08';
-}
+#if (prompt( 'Add Object::Deadly 0.08+ to prerequisites for testing? [Ny]',
+#        'no' ) =~ /^y/i
+#    )
+#{
+#    $PREREQ_PM{'Object::Deadly'} = '0.08';
+#}
 
 WriteMakefile(
     NAME          => 'Carp::Clan',