in reply to Re: DateTime::Span intersection inconsistencies
in thread DateTime::Span intersection inconsistencies

The problem is that DateTime::Span->intersects is producing different results depending on the method used to create the spans. I included the comparison to show that DateTime::Duration->compare considers both durations to be the same, not different.

Replies are listed 'Best First'.
Re^3: DateTime::Span intersection inconsistencies
by Anonymous Monk on Jun 30, 2011 at 14:35 UTC
    Oh wow, I am blind :)

    I would send bug upstream ASAP :)