Date-Pcalc
view release on metacpan or search on metacpan
INSTALL.txt view on Meta::CPAN
=====================================
Package "Date::Pcalc" Version 6.1
=====================================
Copyright (c) 1995 - 2009 by Steffen Beyer.
All rights reserved.
Contents:
---------
+ Prerequisites
+ Preliminary steps for use with ActiveState's port of Perl 5
+ How to install additional languages
+ Installation
Prerequisites:
--------------
Perl version 5.000 or higher.
Module "Carp::Clan" version 5.3 or higher.
Optionally, module "Bit::Vector" version 7.1 or newer.
If you plan to use the modules "Date::Pcalendar" or
"Date::Pcalendar::Year" from this package, you will
also need the module "Bit::Vector" version 7.1 or
newer (which needs an ANSI C compiler, however!).
Otherwise you may safely ignore the warning message
"Warning: prerequisite Bit::Vector 7.1 not found at ..."
when running "perl Makefile.PL".
Anyway, you can always install "Bit::Vector" later
at any time if you change your mind.
Note that in order to compile Perl modules which contain
C (and/or XS) code (such as Bit::Vector), you always HAVE
to use the very same compiler your Perl itself was compiled
with.
Many vendors nowadays ship their operating system already
comprising a precompiled version of Perl. Many times the
compilers used to compile this version of Perl are not
available to or not usually used by the users of these
operating systems.
In such cases building Bit::Vector (or any other Perl
module containing C and/or XS code) will not work. You
will either have to get the compiler which was used to
compile Perl itself (see for example the section "Compiler:"
in the output of the command "perl -V"), or to build
your own Perl with the compiler of your choice (which
also allows you to take advantage of the various compile-
time switches Perl offers).
Note that Sun Solaris and Red Hat Linux frequently were
reported to suffer from this kind of problem.
Moreover, you usually cannot build any such modules under
Windows 95/98 since the Win 95/98 command shell doesn't
support the "&&" operator. You will need the Windows NT
command shell ("cmd.exe") or the "4DOS" shell to be
installed on your Windows 95/98 system first. Note that
Windows NT, Windows 2000 and Windows XP are not affected
and just work fine. I don't know about Windows Vista and
Windows 7, however.
Note that ActiveState provides precompiled binaries of
Bit::Vector for their Win32 port of Perl ("ActivePerl")
on their web site, which you should be able to install
simply by typing "ppm install Bit-Vector" in your MS-DOS
command shell (but note the "-" instead of "::" in the
package name!). This also works under Windows 95/98 (!).
If your firewall prevents "ppm" from downloading
this package, you can also download it manually from
http://www.activestate.com/ppmpackages/5.005/zips/ or
http://www.activestate.com/ppmpackages/5.6/zips/.
Follow the installation instructions included in
the "zip" archive.
Preliminary steps for use with ActiveState's port of Perl 5:
------------------------------------------------------------
( run in 2.406 seconds using v1.01-cache-2.11-cpan-364913b4093 )