summaryrefslogtreecommitdiff
path: root/devel/p5-Heap-Simple-Perl/files/patch-Makefile
diff options
context:
space:
mode:
authorAaron Dalton <aaron@FreeBSD.org>2005-12-20 15:28:59 +0000
committerAaron Dalton <aaron@FreeBSD.org>2005-12-20 15:28:59 +0000
commit42cc30b381a22a262247c5bcfd2508fb113e7eff (patch)
treec73154e947dd9dd979904c01659443655b4f3e6b /devel/p5-Heap-Simple-Perl/files/patch-Makefile
parentUpdate to 0.46 (diff)
- updated from v0.10 to v0.11
- updated maintainership 0.11 2005-11-20 - Add extract_all method - Add merge_arrays method - inserts can now handle multiple elements as argument - absorb and key_absorb use the new multi-inserts - absorb and key_absorb now take any number of heaps as argument instead of absorbing exactly one. - Special characters in generated constant strings were incorrectly escaped (bugfix) - key_method doesn't return literal strings anymore in the "complex" case (also causes the above mentioned bug to never trigger) - make the internal _STRING and _LITERAL macros never see each others output (this is possibly a bugfix) Approved by: tobez
Notes
Notes: svn path=/head/; revision=151647
Diffstat (limited to 'devel/p5-Heap-Simple-Perl/files/patch-Makefile')
-rw-r--r--devel/p5-Heap-Simple-Perl/files/patch-Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/p5-Heap-Simple-Perl/files/patch-Makefile b/devel/p5-Heap-Simple-Perl/files/patch-Makefile
new file mode 100644
index 000000000000..c3e5c9d92eb4
--- /dev/null
+++ b/devel/p5-Heap-Simple-Perl/files/patch-Makefile
@@ -0,0 +1,11 @@
+--- Makefile.PL Wed Jul 27 15:21:08 2005
++++ Makefile.PL Fri Nov 25 19:10:07 2005
+@@ -7,7 +7,7 @@
+
+ # Allows to suppress all questions with -n
+ use Getopt::Std;
+-our $opt_n;
++our $opt_n = 1;
+ getopts("n") || die "Usage: $0 [-n]\n";
+
+ my $benchmark = 0;