If I recall correctly, this test failure is due to a bad test and not a PDL bug---perl 5.18 was when the hash randomization scheme was implemented in perl which broke any code that made assumptions about the linear/array/list representation of a hash.
--Chris On Tue, Jun 10, 2014 at 2:52 PM, Chris Marshall <[email protected]> wrote: > NOTE: The PDL version number scheme was regularized as of PDL-2.007. > Please see the current PDL::FAQ for explanation. > > On Tue, Jun 10, 2014 at 2:45 PM, Derek Lamb <[email protected]> wrote: >> PDL 2.007 is the most recent version, and was released in October 2013. See >> http://pdl.perl.org >> >> Derek >> >> On Jun 9, 2014, at 5:17 PM, James Wilson <[email protected]> wrote: >> >>> Hi, >>> >>> I'm trying to build PDL 2.4.11 on Perl 5.18 and got the following test >>> failure: >>> >>> t/ndf.t ..................... skipped: PDL::IO::NDF module not available. >>> # Failed test 42 in t/niceslice.t at line 211 >>> # t/niceslice.t line 211 is: ok(!$@ and join("",%{$b->gethdr}) eq >>> join("",%{$h})); >>> >>> Is there a new version in the works? >>> >>> James >>> —————— >>> Sólo de errores se aprende. — Shakira >>> >>> _______________________________________________ >>> Perldl mailing list >>> [email protected] >>> http://mailman.jach.hawaii.edu/mailman/listinfo/perldl >> >> >> _______________________________________________ >> Perldl mailing list >> [email protected] >> http://mailman.jach.hawaii.edu/mailman/listinfo/perldl _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
