diff options
author | Lars Thegler <lth@FreeBSD.org> | 2006-09-25 13:12:58 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2006-09-25 13:12:58 +0000 |
commit | ab7d7d9ce4bfe670542ab994ebd6b4b36da2c310 (patch) | |
tree | c133dbe5e19bd5e8d0320e2d3c0a710b02d75be3 /devel/p5-Carp-Clan | |
parent | 768a8036d1a98c86238a278824dd347e9dc494ae (diff) | |
download | ports-ab7d7d9ce4bfe670542ab994ebd6b4b36da2c310.tar.gz ports-ab7d7d9ce4bfe670542ab994ebd6b4b36da2c310.zip |
Silence question about testing dependency
Notes
Notes:
svn path=/head/; revision=173799
Diffstat (limited to 'devel/p5-Carp-Clan')
-rw-r--r-- | devel/p5-Carp-Clan/files/patch-Makefile.PL | 13 |
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', |