Date: | Sun, 10 Aug 2003 20:20:44 +0200 |
Subject: | Makefile.PL and missing requirements |
From: | Jonas B.Nielsen <jonasbn [...] io.dk> |
To: | bug-Time-Interval [...] rt.cpan.org |
Hep,
From reading the docs you can see that Time::Interval must be using
Date::Parse, but the file is not mentioned in the Makefile.PL, which
mean that installations via CPAN break.
Here goes:
./Interval.pm:36: require Date::Parse;
The Makefile.PL:
'PREREQ_PM' => {
#none at the moment
}
If would be nice if you could fix this, looking forward to trying out
Time::Interval :)
jonasbn