aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Carp-Clan
diff options
context:
space:
mode:
authorlth <lth@FreeBSD.org>2006-09-25 21:12:58 +0800
committerlth <lth@FreeBSD.org>2006-09-25 21:12:58 +0800
commit2730f4208f08b30312c8aa485d500cba003fff64 (patch)
tree5837106d09f52a9f4d4c743f1ead4504d9a6904e /devel/p5-Carp-Clan
parentf0ebcf3f74f3b657aa25791869189b3a4850d08e (diff)
downloadfreebsd-ports-gnome-2730f4208f08b30312c8aa485d500cba003fff64.tar.gz
freebsd-ports-gnome-2730f4208f08b30312c8aa485d500cba003fff64.tar.zst
freebsd-ports-gnome-2730f4208f08b30312c8aa485d500cba003fff64.zip
Silence question about testing dependency
Diffstat (limited to 'devel/p5-Carp-Clan')
-rw-r--r--devel/p5-Carp-Clan/files/patch-Makefile.PL13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/p5-Carp-Clan/files/patch-Makefile.PL b/devel/p5-Carp-Clan/files/patch-Makefile.PL
new file mode 100644
index 000000000000..9940da91d752
--- /dev/null
+++ b/devel/p5-Carp-Clan/files/patch-Makefile.PL
@@ -0,0 +1,13 @@
+--- ./Makefile.PL.orig Mon Sep 25 14:24:05 2006
++++ ./Makefile.PL Mon Sep 25 14:24:15 2006
+@@ -4,10 +4,6 @@
+ use ExtUtils::MakeMaker;
+ my @PREREQ_PM;
+
+-if ( prompt( 'Use Object::Deadly for tests? [Ny]', 'no' ) =~ /\Ay/imx ) {
+- push @PREREQ_PM, ( 'Object::Deadly' => '0.08' );
+-}
+-
+ WriteMakefile(
+ NAME => 'Carp::Clan',
+ VERSION_FROM => 'Clan.pm',