Re: [Module-build-general] RE: yet another DT::F::ISO8601 with yet another version (fwd)

2003-06-30 Thread Andrew Savige
Joshua Hoblitt wrote: > But it generates a makefile on win32 that calls Build so you can > still use make, right? So the question is why does 'nmake' succeed > and 'nmake test' fail? This has been fixed in latest CVS. Basically, it was generating a GNU makefile, not a "lowest common denominator"

RE: yet another DT::F::ISO8601 with yet another version (fwd)

2003-06-29 Thread Joshua Hoblitt
> On Sat, 28 Jun 2003, Joshua Hoblitt wrote: > > > I received this bug report on one of my modules. Is this a known > > problem with Module::Build or nmake? > > Module::Build doesn't use make, so instead of "nmake test" you need to do > "./Build test" or ".\Build test". But it generates a makefil

RE: yet another DT::F::ISO8601 with yet another version (fwd)

2003-06-29 Thread Dave Rolsky
On Sat, 28 Jun 2003, Joshua Hoblitt wrote: > I received this bug report on one of my modules. Is this a known > problem with Module::Build or nmake? Module::Build doesn't use make, so instead of "nmake test" you need to do "./Build test" or ".\Build test". -dave /*=== Hous

RE: yet another DT::F::ISO8601 with yet another version (fwd)

2003-06-29 Thread Joshua Hoblitt
tt' <[EMAIL PROTECTED]>, DateTime <[EMAIL PROTECTED]> Subject: RE: yet another DT::F::ISO8601 with yet another version Hi Joshua, > Available immediately from: > > http://kolea.ifa.hawaii.edu/~jhoblitt/pm/DateTime-Format-ISO86 > 01-0.02.tar.gz > > I've been busy t

yet another DT::F::ISO8601 with yet another version

2003-06-27 Thread Joshua Hoblitt
Available immediately from: http://kolea.ifa.hawaii.edu/~jhoblitt/pm/DateTime-Format-ISO8601-0.02.tar.gz This is the code I'm expecting to become DT::F::ISO8601::Simple or the the like. Changes for 0.02 0.02 Thu Thu Jun 26 22:44:38 HST 2003 - deps updated to DT 0.13 and DT::F:B 0.74

Re: yet another DT::F::ISO8601

2003-06-24 Thread Joshua Hoblitt
Is anyone interested in me putting this in shared CVS? If so under what name? Cheers, -J -- On Sat, 21 Jun 2003, Joshua Hoblitt wrote: > I forgot to add that it's dependant on the CVS version of DT. > > On Sat, 21 Jun 2003, Joshua Hoblitt wrote: > > > http://kolea.ifa.hawaii.edu/~jhoblitt/pm/D

Re: yet another DT::F::ISO8601

2003-06-22 Thread Joshua Hoblitt
I forgot to add that it's dependant on the CVS version of DT. On Sat, 21 Jun 2003, Joshua Hoblitt wrote: > http://kolea.ifa.hawaii.edu/~jhoblitt/pm/DateTime-Format-ISO8601-0.01.tar.gz > > This is the code I'm expecting to become DT::F::ISO8601::Simple or the the like. > > supports all the ISO

yet another DT::F::ISO8601

2003-06-22 Thread Joshua Hoblitt
http://kolea.ifa.hawaii.edu/~jhoblitt/pm/DateTime-Format-ISO8601-0.01.tar.gz This is the code I'm expecting to become DT::F::ISO8601::Simple or the the like. supports all the ISO8601 date, time, and date + time formats expanded formats are support with a fixed 6 digit year Please see the