date-manip

Perl: Use of uninitialized value in numeric lt (<) at /Date/Manip.pm

This has me puzzled. This code worked on another server, but it's failing on Perl v5.8.8 with Date::Manip loaded from CPAN today. Warning: Use of uninitialized value in numeric lt (<) at /home/downside/lib/Date/Manip.pm line 3327. at dailyupdate.pl line 13 main::__ANON__('Use of uninitialized value in numeric lt (<) at /home/dow...

Why aren't WorkDayBeg and WorkDayEnd working in Date::Manip?

I have this at the top of my personal configuration file (as well as holidays, which are being respected, so I know the file is being read...): WorkDayBeg = 08:00 WorkDayEnd = 17:00 ... and yet when I do a delta on 08:00 to 17:00 in business mode, it says 8 hours instead of 9. It is defaulting to a work day of 09:00 to 17:00. Any id...