summaryrefslogtreecommitdiff
blob: b564a95db3cd808eb6ca27aa1d4008842dbefeec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- 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;