Christian Soeller and Tim Jenness discuss:
> 'WARNING: Can't find the Astro::FITS::Header module, limiting FITS support.'
>
> which pops up ~1e4 times during the tests.
>
> It has already warned during the 'perl Makefile.PL'
> stage so I really don't see the point. Not sure what
> the best fix is but something should be done.
>
> warning during perl Makefile.PL is probably enough.
> Especially since the CPAN shell will install it automatically
> in that case.
I took a look at the warning code in IO/FITS/FITS.pm.
One simple fix would be to modify the name of the
"quiet warnings" variable from $PDL::FITS_LEGACY to
$PDL::Config{FITS_LEGACY}.
This could then be added to perldl.conf with a default
value of 1 (or undef following by setting to 1 by the
end of perl Makefile.PL configuration process).
--Chris
_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl