- or download this
use strict;
use warnings;
...
'Duration is 1 hour'
);
}
- or download this
# 2011-01-01T12:00:00
# 2011-01-01T13:00:00
...
ok 6 - Duration is 1 hour
1..6
# Looks like you failed 1 test of 6.
- or download this
is( $span->intersects( $dt2->clone->subtract( nanoseconds => 1 ) ), 1,
'Span intersects $dt2'
);