Look for it at a CPAN mirror near you soon.
As usual for a developers release, you will
need to perform a manual build and install
or use the cpan shell but specify the distribution
rather than the module:

  bash$ cpan
  cpan> get CHM/PDL-2.4.6_012.tar.gz
  cpan> make CHM/PDL-2.4.6_012.tar.gz
  cpan> test CHM/PDL-2.4.6_012.tar.gz

and if the tests pass and you wish to use the new version

  cpan> install CHM/PDL-2.4.6_012.tar.gz

Enjoy,
Chris

Release notes for PDL 2.4.6_012 --------------------------

General Notes:

 * This is a developers release! It is a snapshot of the
   current git development tree and everything may not work
   correctly or have complete documentation (as in these
   Release notes).

Highlights:

* t/proj_transform.t has been fixed to skip the tests if
  the input earth image is not correct.  t/proj_transform2.t
  performs the same checks with a synthetic data set which
  should be available on all platforms.  This should close
  bug sf.net #3013751.

* Incorrect threading in lu_backsub() and lu_decomp() has
  been fixed.  This closes bug sf.net #3021567.


_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to