1832671 Members
3445 Online
110043 Solutions
New Discussion

Re: Swatch installation

 
Sean Leahy
New Member

Swatch installation

Attempting to install swatch 3.1.1 on HP-UX 11.11 with perl 5.8.2
When running "perl Makefile.PL" returns:
Warning: prerequisite Date::Calc 0 not found.
Warning: prerequisite Date::Parse 0 not found.
Writing Makefile for swatch

Date.pm Calc.pm and Parse.pm are in "/opt/perl/lib/5.8.2" directory

Any help is greatly appreciated
2 REPLIES 2
Deoncia Grayson_1
Honored Contributor

Re: Swatch installation

perl -MCPAN -e 'install Date::Calc Date::Parse File::Tail Time::HiRes'

And then answer whatever questions it asks you. It should be able to
figure out which prerequisites, if any, it needs to install on its own.
If you're not on a networked machine, you'll need to download and
install those modules by hand, basically the same way you install
swatch (perl Makefile.PL ; make ; make test ; make install)

or you can try this link:
http://base.fujang.dk/cgi-bin/index.pl?action=show&ID=248


Hope this helps
If no one ever took risks, Michelangelo would have painted the Sistine floor. -Neil Simon
Sean Leahy
New Member

Re: Swatch installation

This is the result of running the recomended line: This whole swatch install is being done after a re-install of Perl, if that makes any difference.

Can't modify subroutine entry in scalar assignment at Carp.pm line 3, near "'1.01';"
BEGIN failed--compilation aborted at CPAN.pm line 11.
BEGIN failed--compilation aborted.