* Dave Rolsky ([EMAIL PROTECTED]) [10 Mar 2003 04:05]: > On Sun, 9 Mar 2003, Iain 'Spoon' Truskett wrote:
> > Just a quick question. > > > > Is this right? > > > > http://perl.dellah.org/DateTime-Format-Excel-latest.tar.gz > > > > Basically, it provides a new, parse_datetime, and format_datetime. > > > > HTML of the documentation can be seen at > > http://perl.dellah.org/DateTime-Format-Excel-latest.ict > Looks good to me, Good, good. It'll be on CPAN later today once I fix some doc nits. > except you're using "our", which makes the module > incompatible with Perl 5.005, for no good reason. Given I'm using Module::Build, which requires 5.6.0 or later, that's not so big an issue. Yes, I could use MakeMaker, but I prefer not to. That said, I've modified it so it works under 5.005 (despite that it can't be built under it). cheers, -- Iain.
