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