On Thu, 18 Sep 2003 22:13:46 +0200
[EMAIL PROTECTED] wrote:
> Hello, Brad Cavanagh! Thanks for uploading your works to CPAN.
>
> I noticed that the test suite seem to fail without these modules:
>
> Time::Piece
>
> As such, adding the prerequisite module(s) to 'PREREQ_PM' in your
> Makefile.PL should solve this problem. For example:
>
> WriteMakefile(
> AUTHOR => 'Brad Cavanagh ([EMAIL PROTECTED])',
> ... # other information
> PREREQ_PM => {
> 'Time::Piece' => '0', # or a minimum workable version
> }
> );
Hello,
This has been fixed in v0.02 of Astro::FITS::HdrTrans, which was
uploaded to CPAN on Tuesday.
Cheers,
Brad.