> Hello list,
> I am trying to install Math::Currency from cpan and I can not make 
> anything out of the error message I get. Any advice would be 
> appreciated.
> 
> Peter
> 
> ....<a bucnh of other info, contains no errors>....
> 
>   CPAN.pm: Going to build J/JP/JPEACOCK/Math-Currency-0.40.tar.gz
> 
> Checking if your kit is complete...
> Looks good
> Writing Makefile for MathCurrency
> cp lib/Math/Currency/EUR.pm blib/lib/Math/Currency/EUR.pm
> cp lib/Math/Currency.pm blib/lib/Math/Currency.pm
> cp lib/Math/Currency/GBP.pm blib/lib/Math/Currency/GBP.pm
> cp lib/Math/Currency/JPY.pm blib/lib/Math/Currency/JPY.pm
> Manifying blib/man3/Math::Currency.3pm
> /usr/bin/perl "-Iblib/arch" "-Iblib/lib" Build.PL Build
> Creating custom builder _build/lib/My/Builder.pm in _build/lib/My
> Too early to specify a build action 'Build'.  Do 'Build Build' instead.
> make: *** [Build] Error 9
>   /usr/bin/make  -- NOT OK
> Running make test
>   Can't test without successful make
> Running make install
>   make had returned bad status, install seems impossible
> 

Looks like cpan does not support this particular deployment scheme. 
Installed it succesfully by going into ~/.cpan/build/Math-Currency-0.40 
and manually running

perl Build.PL
./Build test
./Build install



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to