[Pdl-devel] CPAN clean install 2.008-rc1 fails, missing Module::Compile

2015-04-15 Thread Derek Lamb
I attempted a clean install of 2.008-rc1 on a OS X 10.10.1 VM, via CPAN. I completely cleaned ~/.cpan and started a new local::lib. 'make' works OK. 'make test' passes, but complained about unsatisfied "REQUIRED prerequisites" (are there any other kind?), specifically Module::Compile was miss

[Pdl-devel] RC1 doesn't build PROJ

2015-04-15 Thread Chris Marshall
PDL-2.007 used to build PROJ4 based components with the appropriate setting of the PROJ_LIBS and PROJ_INC in the perldl.conf file. With the same settings, it now fails. In fact, the Makefile never sets the values of BSLOADLIBS or EXTRALIBS. This regression needs to be fixed before PDL-2.008. Th