Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Installing Date::Calc

Status
Not open for further replies.

tmryan

Programmer
Joined
Dec 22, 2000
Messages
73
Location
US
Can someone explain how to install Date::Calc?

I've downloaded it and ran perl Makefile.pl.
I get this message:
Warning: prerequisite Bit::Vector failed to load: Can't locate Bit/Vector.pm in @INC (@INC contains C:/perl/lib c:/perl/site/lib .) at (eval 4) line 3.
Writing Makefile for Date::Calc
Writing patchlevel.h for c:\perl\bin\perl.exe (5.006001)

Thanks
Tim Ryan
PROGRESS Developer
 
Tim,

As mentioned in the Date::Calc documentation ( you need to have the Bit::Vector module installed, too.

Instead of doing this using the manual steps, try this instead:

Code:
% perl -MCPAN -e shell()
cpan> install Date::Calc

The CPAN module automatically downloads and installs additional modules when needed. For more information, please see and the links in that section.

Hope this helps...

-- Lance
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top