You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/PDL/files/PDL-2.17.0-makemakerfix.patch

21 lines
433 B

--- a/Demos/BAD2_demo.pm.PL 2006/04/20 07:42:24 1.1
+++ b/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;
--- a/Demos/BAD_demo.pm.PL 2006/04/20 07:42:17 1.1
+++ b/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;