All- This is a minor tweak on the PDL-2.4.7_001 developers release. It updates the SKIP_KNOWN_PROBLEMS feature to use Test::More TODO as the implementation. It should be appearing at a CPAN mirror near you soon.
IMPORTANT NOTE: This is a developers release so some tests will most likely fail (i.e., this is a work in progress). If you wish to test skipping the tests from Known_problems, just set the environment variable SKIP_KNOWN_PROBLEMS or edit perldl.conf to make SKIP_KNOWN_PROBLEMS there 1. --Chris On 10/3/2010 1:26 PM, Chris Marshall wrote: > > Announcing the release of the PDL-2.4.7_001 > *developers* release to CPAN. This release > marks the first in a series of releases moving > towards PDL-2.4.8. > > IMPORTANT NOTE: As a developers release, all > tests may or will not pass as new tests have > been added to replicate reported bugs. Until > those bugs are resolved, the tests *should* fail. > > Enjoy, > Chris > > > Release notes for PDL 2.4.7_001 -------------------------- > > 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. > > - These Release Notes may not be fully complete. > > - All tests may not pass, especially ones corresponding > to issues in Known_problems. > > - Manual build/install is recommended although the > cpan shell may be used by specifying the distribution > path rather than just the module name, e.g.: > > cpan> get CHM/PDL-2.4.7_001.tar.gz > cpan> make CHM/PDL-2.4.7_001.tar.gz > cpan> test CHM/PDL-2.4.7_001.tar.gz > cpan> look CHM/PDL-2.4.7_001.tar.gz > > Highlights: > > * Updated TODO, Perldl2/TODO, Known_problems and other > README type files. > > * Fixed pdldoc to use PERLDOC_PAGER if set. > > * Various minor fixed to POD documentation > > * Fixes to t/fastraw.t to clean up working files on exit > and to removed intermediate files at each stage. > Some tests were failing because of pre-existing files > left from other runs. > > * Partial fix to #3079844 where very long tmpdir pathnames > created invalid fortran test code. The final fix will > be to skip this test for such pathalogical pathname > lengths and add another test with modern fortran file > syntax rather than f77-era 80 character lines. > > * Updated FITS.pm to handle BSCALE/BZERO correctly for > tile-compressed images > > * Add win32 workaround for pdl2->perldl exec bug #3056142. > Now win32 just exits pdl2 with a warning to run perldl > rather than trying the broken exec. > > * Fixed uniqind bug #3076570 > > * Fixed Demos/Cartography_demo.pm and Demos/Transform_demo.pm > to use the /GW driver on MSWin32 systems only. > > * Various fixes for the PDL-2.4.7 debian package. > > > _______________________________________________ > PDL-porters mailing list > [email protected] > http://mailman.jach.hawaii.edu/mailman/listinfo/pdl-porters > > > > > No virus found in this incoming message. > Checked by AVG - www.avg.com > Version: 9.0.856 / Virus Database: 271.1.1/3174 - Release Date: 10/03/10 > 02:34:00 > _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
