in reply to
Re: Module Failures
in thread
Module Failures
Ack. Having such limited resources...is there any alternate method to do this, such as other modules that would do the job?
I hate my job.
Foncé
Comment on
Re: Re: Module Failures
Replies are listed 'Best First'.
Re: Module Failures
by
Abigail-II
(Bishop)
on Aug 15, 2002 at 12:34 UTC
Date::Manip is pure Perl. It can do anything Date::Calc can. But you cannot use it as a drop in replace for Date::Calc, so if the other module depends on Date::Calc, you need to replace that module as well.
Abigail
[reply]
Re: Re: Module Failures
by
Foncé
(Scribe)
on Aug 15, 2002 at 12:51 UTC
I'm using HTML::CalendarMonthSimple, which depends on Date::Calc. Is there an equivilent that utilizes Date::Manip?
Foncé
[reply]
In Section
Seekers of Perl Wisdom