Re: Having problems with Datetime-format-Strptime-1.02 install on Wi n32

2003-06-21 Thread Joshua Hoblitt
 There is a DateTime-from_day_of_year constructor.

In the CVS version - what is the ETA for the next release?

-J

--



Re: Having problems with Datetime-format-Strptime-1.02 install on Wi n32

2003-06-21 Thread Dave Rolsky
On Sat, 21 Jun 2003, Joshua Hoblitt wrote:

  There is a DateTime-from_day_of_year constructor.

 In the CVS version - what is the ETA for the next release?

The only thing I've been waiting on for a while is a resolution of the
Win32 problems.  If we can't find a proper fix very soon (like by early
next week) I'll just use '#ifdef' to comment out the XS code that causes
problems on Win32 and have them use the Perl version instead.


-dave

/*===
House Absolute Consulting
www.houseabsolute.com
===*/


Re: Having problems with Datetime-format-Strptime-1.02 install on Wi n32

2003-06-20 Thread Rick Measham
At 1:19 PM -0700 19/6/03, Hill, Ronald wrote:
I am running the CVS versions of DateTime/DateTime-TimeZone for perl 5.6.1

Any thoughts?
Yup, DateTime on CVS wont work. Which reminds me that I need to 
supply Dave with another patch before he releases the new DateTime.

[Explaination: DateTime now requires a valid date. Strptime for 
day-of-year initiates DateTime with a year=$year month=1 and 
day=$day-of-year]

Cheers!
Rick
--

There are 10 kinds of people:
  those that understand binary, and those that don't.

  The day Microsoft makes something that doesn't suck
is the day they start selling vacuum cleaners

Write a wise proverb and your name will live forever.
   -- Anonymous



Re: Having problems with Datetime-format-Strptime-1.02 install on Wi n32

2003-06-19 Thread Joshua Hoblitt
 I am running the CVS versions of DateTime/DateTime-TimeZone for perl 5.6.1

Hi Ron,

I don't claim to know anything about perl on win32 but I'm wondering if there is any 
difference in warnings under 5.8.0.  Is it possible for you try this?

-J

--