diff --git a/perl-Carp-Clan-no-prompt-Makefile.patch b/perl-Carp-Clan-no-prompt-Makefile.patch new file mode 100644 index 0000000..3fbbf68 --- /dev/null +++ b/perl-Carp-Clan-no-prompt-Makefile.patch @@ -0,0 +1,21 @@ +--- 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',