blob: 4da2214b2fe026666fb3f87fbd1dca9edcdbaf2d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- perldl.conf.orig 2010-08-15 12:38:21.000000000 -0500
+++ perldl.conf 2011-03-19 19:07:04.854128623 -0500
@@ -229,7 +229,7 @@
# Do we build PDL::IO::Browser?
# default -> do not build (module needs to be updated)
#
- WITH_IO_BROWSER => 0,
+ WITH_IO_BROWSER => 1,
# Quiet Astro::FITS::Header warnings for PDL build process by default
# Eventually would be better to set undef by default, and have the
@@ -246,7 +246,7 @@
# false -> don't install pdl2 support
# true -> force pdl2 install (default)
- WITH_DEVEL_REPL => 1,
+ WITH_DEVEL_REPL => 0,
# Set this for official CPAN releases of PDL since these
# tests will always fail until they are fixed. It can also
|