aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/p5-GraphViz-Data-Structure/files/patch-Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/p5-GraphViz-Data-Structure/files/patch-Makefile.PL')
-rw-r--r--graphics/p5-GraphViz-Data-Structure/files/patch-Makefile.PL11
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/p5-GraphViz-Data-Structure/files/patch-Makefile.PL b/graphics/p5-GraphViz-Data-Structure/files/patch-Makefile.PL
deleted file mode 100644
index 371f5cbe1c2e..000000000000
--- a/graphics/p5-GraphViz-Data-Structure/files/patch-Makefile.PL
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.PL.orig 2007-09-14 02:17:00.000000000 +0800
-+++ Makefile.PL 2009-08-11 20:25:38.000000000 +0800
-@@ -8,7 +8,7 @@
- die "You must install the graphviz package (http://www.graphviz.org) before using this module.\n";
- }
- else {
-- my (@v) = ($dot_version =~ /dot (?:- Graphviz )?version (\d+)\.(\d+)/);
-+ my (@v) = ($dot_version =~ /dot (?:- Graphviz )?version (\d+)\.(\d+)/i);
- if ( $v[0] < 2 || $v[1] < 2 ) {
- die "You must have at least version 2.2 of dot to use this module (found $v[0].$v[1])";
- }