in reply to Re: Re: Module Failures
in thread Module Failures

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

Replies are listed 'Best First'.
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é