gentoo-full-overlay/dev-perl/PDL/files/PDL-2.4.2-makemakerfix.patch

20 lines
425 B
Diff

--- Demos/BAD2_demo.pm.PL 2006/04/20 07:42:24 1.1
+++ Demos/BAD2_demo.pm.PL 2006/04/20 07:42:32
@@ -3,6 +3,7 @@
# - requires both bad-value support and PGPLOT
#
+use blib;
use strict;
use Config;
--- Demos/BAD_demo.pm.PL 2006/04/20 07:42:17 1.1
+++ Demos/BAD_demo.pm.PL 2006/04/20 07:42:38
@@ -3,6 +3,7 @@
# - needed since we allow bad pixel handling to be switched off
#
+use blib;
use strict;
use Config;