Re: Set modules - Perl 5.005_03

2003-09-04 Thread Mathieu Arnold


+-le 02/09/2003 10:20 -0300, Flavio S. Glock écrivait :
| The 'Set' modules now run with Perl 5.005_03.
| 
| If you have access to DateTime CVS, you can update the following
| modules:
| 
|   - Set::Infinite
|   - DateTime::Event::Recurrence
|   - DateTime::Event::ICal

I'll add DateTime::Format::ICal to the list of the ones which don't work :)
Attached a make test :)

-- 
Mathieu Arnold

out
Description: Binary data


Re: Set modules - Perl 5.005_03

2003-09-04 Thread Flavio S. Glock
Dave:

Can you check these failures?

  t/02duration..NOK 43# Failed test (t/02duration.t at line 92)

  t/02duration..NOK 49# Failed test (t/02duration.t at line 99)
  #  got: '+P4W2D'
  # expected: '-P4W2D'
(DateTime::Format::ICal, Perl 5.00503)

The other failing tests are already fixed - they were due to differences
in 'hash ordering' between versions.
(install DateTime-Event-ICal 0.06, in CVS  CPAN)

- Flavio S. Glock


Mathieu Arnold wrote:
 
 I'll add DateTime::Format::ICal to the list of the ones which don't work :)
 Attached a make test :)


Re: Set modules - Perl 5.005_03

2003-09-04 Thread Mathieu Arnold


+-le 04/09/2003 10:48 -0300, Flavio S. Glock écrivait :
| Dave:
| 
| Can you check these failures?
| 
|   t/02duration..NOK 43# Failed test (t/02duration.t at line 92)
| 
|   t/02duration..NOK 49# Failed test (t/02duration.t at line 99)
|   #  got: '+P4W2D'
|   # expected: '-P4W2D'
| (DateTime::Format::ICal, Perl 5.00503)

Still the same with Set-Infinite 0.53 and DTE::ICal 0.06.

-- 
Mathieu Arnold


Re: Set modules - Perl 5.005_03

2003-09-04 Thread Flavio S. Glock
Ok, I found the problem - I'll fix it.

- Flavio S. Glock

Mathieu Arnold wrote:
 
 +-le 04/09/2003 10:48 -0300, Flavio S. Glock écrivait :
 | Dave:
 |
 | Can you check these failures?
 |
 |   t/02duration..NOK 43# Failed test (t/02duration.t at line 92)
 |
 |   t/02duration..NOK 49# Failed test (t/02duration.t at line 99)
 |   #  got: '+P4W2D'
 |   # expected: '-P4W2D'
 | (DateTime::Format::ICal, Perl 5.00503)
 
 Still the same with Set-Infinite 0.53 and DTE::ICal 0.06.


Set modules - Perl 5.005_03

2003-09-02 Thread Flavio S. Glock
The 'Set' modules now run with Perl 5.005_03.

If you have access to DateTime CVS, you can update the following
modules:

  - Set::Infinite
  - DateTime::Event::Recurrence
  - DateTime::Event::ICal

  DateTime::Set should be ok after you upgrade Set::Infinite.

or, use the tar files:

  http://www.ipct.pucrs.br/flavio/perl/Set-Infinite-0.5001.tar.gz
 
http://www.ipct.pucrs.br/flavio/perl/DateTime-Event-Recurrence-0.0601.tar.gz
  http://www.ipct.pucrs.br/flavio/perl/DateTime-Event-ICal-0.0401.tar.gz

- Flavio S. Glock


Mathieu Arnold wrote:
 
 I also see that you're the one responsible for Set::Infinite, do you have
 any plan to make it work with 5.005_03 ?
 I've got a patch to have it compile with it, but when the tests fail, I
 don't understand the problem.