On Sat, 27 Nov 2004 [EMAIL PROTECTED] wrote:

There's some example code in the FAQ which fails
its tests, but presumably once passed.  It's for
spansets.

I think the example was meant to be:

  # Make the set representing the work start times:
  # Mon-Fri morning 9:00, and afternoon 13:00
  my $start = DateTime::Event::Recurrence->weekly
               ( days => [1 .. 5], hours => [9, 13] );
  # Make the set representing the work end times:
  # Mon-Fri morning 12:00, and afternoon 17:00
  my $end   = DateTime::Event::Recurrence->weekly
               ( days => [1 .. 5], hours => [12, 17] );

Ah, I see. That makes perfect sense. I updated the example. I wonder if the tests for that example ever passed. and if they did that seems like a bug.



-dave

/*===========================
VegGuide.Org
Your guide to all that's veg.
===========================*/

Reply via email to