Checking if your kit is complete... Looks good Writing Makefile for DateTime::Set cp lib/Set/Infinite/_recurrence.pm blib/lib/Set/Infinite/_recurrence.pm cp lib/DateTime/Set.pm blib/lib/DateTime/Set.pm cp lib/DateTime/Span.pm blib/lib/DateTime/Span.pm cp lib/DateTime/SpanSet.pm blib/lib/DateTime/SpanSet.pm Manifying blib/man3/Set::Infinite::_recurrence.3 Manifying blib/man3/DateTime::Set.3 Manifying blib/man3/DateTime::Span.3 Manifying blib/man3/DateTime::SpanSet.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/00load.....................1..1 ok 1 - use DateTime::Set; ok t/01sanity...................1..7 ok 1 - got 1810-11-22 and 1900-11-22 - DateTime ok 2 - got 1810-11-22 and 1900-11-22 - as_list ok 3 - got 1810-11-22 - min ok 4 - got 1900-11-22 - max ok 5 - Cannot call from_datetimes without dates parameter ok 6 - empty set ->min should be undef ok 7 - empty set ->max should be undef ok t/02immutable................1..11 ok 1 - got 1810-11-22 - min ok 2 - change object to 1810-11-25 ok 3 - still getting 1810-11-22 - after changing original object ok 4 - changing object time zone in place ok 5 - changing object hour in place ok 6 - The object isa DateTime::Set ok 7 - map ok 8 - map does not mutate set ok 9 - The object isa DateTime::Set ok 10 - grep ok 11 - grep does not mutate set ok t/03add_subtract.............1..6 ok 1 - count ok 2 - got 1811-11-22 - min ok 3 - got 1811-12-22 - min ok 4 - got 1811-11-22 - min ok 5 - got 1810-11-22 - min ok 6 - got 1811-12-22 - min ok t/04recurrence...............1..25 ok 1 - does not contain datetime ok 2 - does not contain datetime list ok 3 - contains datetime ok 4 - does not intersect datetime ok 5 - intersects datetime list ok 6 - intersects datetime ok 7 - contains - can't do it with both unbounded sets, returns undef ok 8 - intersects unbounded set ok 9 - does not contain datetime ok 10 - does not contain datetime list ok 11 - contains datetime ok 12 - does not intersect datetime ok 13 - intersects datetime list ok 14 - intersects datetime ok 15 - min() ok 16 - max() ok 17 - min() ok 18 - max() ok 19 - count ok 20 - min() ok 21 - max() ok 22 - min() ok 23 - max() ok 24 - intersection at the recurrence ok 25 - too many elements - iterate ok t/05iterator.................1..8 ok 1 - min() - got 1810-09-01 ok 2 - 3 iterations give 1810-09-01 1810-10-01 1810-11-01 ok 3 - 3 iterations give 1810-08-22T00:00:00.000000 1810-08-22T00:00:00.000001 1810-08-22T00:00:00.000002 ok 4 - limited iterator give 1810-09-01 1810-10-01 1810-11-01 ok 5 - limited iterator give 1810-09-01 1810-10-01 1810-11-01 ok 6 - limited iterator give 1810-09-01 1810-10-01 1810-11-01 1810-12-01 ok 7 - limited iterator give 1810-08-22,1810-09-01 1810-09-01,1810-10-01 1810-10-01,1810-11-01 1810-11-01,1810-11-24 ok 8 - limited iterator give 1810-11-01,1810-11-24 1810-10-01,1810-11-01 1810-09-01,1810-10-01 1810-08-22,1810-09-01 ok t/06backtrack................1..7 ok 1 - months ok 2 - recurr day 15 ok 3 - union of recurrences: recurr day 1,15 ok 4 - days_15 ok 5 - months is still there ok 6 - days_20 ok 7 - days_15_and_20 ok t/07previous.................1..7 ok 1 - months ok 2 - recurr day 15 ok 3 - union of recurrences: recurr day 1,15 ok 4 - days_15 ok 5 - months is still there ok 6 - days_20 ok 7 - days_15_and_20 ok t/08span.....................1..7 ok 1 - got 1810-11-22T00:00:00 - min ok 2 - got 1810-11-22T02:00:00 - max ok 3 - Span should contain datetime in between start and end ok 4 - union of spans gives a spanset isa DateTime::SpanSet ok 5 - infinite start ok 6 - infinite end ok 7 - infinite duration ok t/09spanset..................1..53 ok 1 - got 1810-09-20T00:00:00..1811-10-21T00:00:00 ok 2 - got 1812-11-22T00:00:00..1813-12-23T00:00:00 ok 3 - got -inf..1810-09-20T00:00:00 ok 4 - got 1811-10-21T00:00:00..1812-11-22T00:00:00 ok 5 - got 1813-12-23T00:00:00..inf ok 6 - The object isa DateTime::Span ok 7 - as_list got -inf..1810-09-20T00:00:00 ok 8 - intersected got 1811-10-21T00:00:00..1812-11-22T00:00:00 ok 9 - next dt got 1810-09-20T00:00:00..1811-10-21T00:00:00 ok 10 - end is open ok 11 - start is closed ok 12 - next span got 1812-11-22T00:00:00..1813-12-23T00:00:00 ok 13 - end is open ok 14 - start is closed ok 15 - previous dt got 1810-09-20T00:00:00..1811-10-21T00:00:00 ok 16 - current dt got 1812-11-22T00:00:00..1813-12-23T00:00:00 ok 17 - closest dt got 1812-11-22T00:00:00..1813-12-23T00:00:00 ok 18 - closest dt got 1812-11-22T00:00:00..1813-12-23T00:00:00 ok 19 - closest dt got 1810-09-20T00:00:00..1811-10-21T00:00:00 ok 20 - previous dt got 1810-09-20T00:00:00..1811-10-21T00:00:00 ok 21 - end is open ok 22 - start is closed ok 23 - no previous ok 24 - spanset size is infinite ok 25 - got 1810-09-20T00:00:00..1811-10-21T00:00:00 ok 26 - got 1811-10-21T00:00:00..1812-11-22T00:00:00 ok 27 - got -inf..1810-09-20T00:00:00 ok 28 - got 1810-09-20T00:00:00..1811-10-21T00:00:00 ok 29 - got 1811-10-21T00:00:00..1812-11-22T00:00:00 ok 30 - got 1812-11-22T00:00:00..1813-12-23T00:00:00 ok 31 - got 1813-12-23T00:00:00..inf ok 32 - recurrence works properly - got 1810-09-20T00:00:00 ok 33 - recurrence works properly - got 1810-09-21T00:00:00 ok 34 - start_set == end_set recurrence works properly - got -inf..1810-09-20T00:00:00 ok 35 - start_set == end_set recurrence works properly - got 1810-09-20T00:00:00..1810-09-21T00:00:00 ok 36 - start_set == end_set recurrence works properly - got 1810-09-21T00:00:00..1810-09-22T00:00:00 ok 37 - start_set == end_set recurrence works properly - got 1810-09-20T00:00:00..1810-09-20T01:00:00 ok 38 - start_set == end_set recurrence works properly - got 1810-09-21T00:00:00..1810-09-21T01:00:00 ok 39 - limited iterator got 1810-09-20T00:00:00..1811-10-21T00:00:00 ok 40 - other limited iterator got 1810-09-20T00:00:00..1811-10-21T00:00:00 ok 41 - limited iterator works properly ok 42 - limited iterator doesn't break regular iterator ok 43 - start_set isa DateTime::Set ok 44 - end_set isa DateTime::Set ok 45 - start_set ok 46 - end_set ok 47 - next span_set occurrence - got 1810-09-21T00:00:00..1810-09-21T01:00:00 ok 48 - next span_set-start occurrence - got 1810-09-21T00:00:00 ok 49 - next span_set-end occurrence - got 1810-09-21T01:00:00 ok 50 - span_set recurrence does not contain ok 51 - span_set recurrence contains, dt == start ok 52 - span_set recurrence does not contain, dt == end ok 53 - span_set recurrence does not intersect, dt == end ok t/10previous-2...............1..4 ok 1 - previous day is 2000-10-02 ok 2 - previous day is 2000-10-01 ok 3 - previous day is 2000-10-02 ok 4 - previous day is 2000-10-01 ok t/11next.....................1..4 ok 1 - next day is 2000-10-02 ok 2 - next day is 2000-10-03 ok 3 - next day is 2000-10-02 ok 4 - next day is 2000-10-03 ok t/12iterator_intersection....1..4 ok 1 - iterations of month1 give 1810-09-15 1810-10-15 1810-11-15 1810-12-15 1811-01-15 ok 2 - iterations of month2 give 1810-12-16 1811-01-16 1811-02-13 1811-03-16 1811-04-15 ok 3 - min() - got 1811-04-15 ok 4 - 3 iterations give 1811-04-15 1811-06-15 1811-09-15 ok t/13add_recurrence...........1..8 ok 1 - min() - got 1810-09-01 ok 2 - min() - got 1810-09-01T01:00:00 ok 3 - span intersection, add - got 1810-09-01T01:00:00 ok 4 - span intersection, subtract - got 1810-09-30T23:00:00 ok 5 - min() - got 1810-09-01 ok 6 - min() - got 1810-09-01T01:00:00 ok 7 - min() - got 1810-09-01T00:00:00 ok 8 - max() - got 1810-09-01T01:00:00 ok t/14complement...............1..4 ok 1 - min() - got 1810-09-01 ok 2 - min() - got 1810-10-01 ok 3 - min() - got 1810-10-01 ok 4 - min() - got 1810-11-01 ok t/15time_zone................1..14 ok 1 - got 2001-11-22T00:00:00 - min ok 2 - got time zone name from set ok 3 - got 2001-11-22T10:00:00 - min ok 4 - got 2002-11-22T10:00:00 - max ok 5 - got 2001-11-22T00:00:00 - min ok 6 - got 2002-11-22T00:00:00 - max ok 7 - recurrence with time zone ok 8 - does not mutate arg ok 9 - recurrence without time zone, arg without time zone ok 10 - recurrence with time zone, arg without time zone ok 11 - recurrence with time zone, arg without time zone ok 12 - recurrence with time zone, arg with time zone ok 13 - default locale ok 14 - new locale ok t/16bounded_recurrence.......1..17 ok 1 - does not contain datetime ok 2 - does not contain datetime list ok 3 - contains datetime ok 4 - does not intersect datetime ok 5 - intersects datetime list ok 6 - intersects datetime ok 7 - min() ok 8 - max() ok 9 - min() ok 10 - max() ok 11 - count ok 12 - min() ok 13 - max() ok 14 - count ok 15 - min() ok 16 - max() ok 17 - count ok t/17quantize.................1..1 ok 1 - spanset was quantized to a set ok t/18as_list_empty............1..8 ok 1 - Infinite date set - as_list - returns a single, "undef" element, as documented ok 2 - Infinite date set - as_list - the element is undef ok 3 - Infinite date set - count is undef ok 4 - Single date set - as_list ok 5 - Single date set - count is 1 ok 6 - Out of range / empty set - as_list returns an empty list ok 7 - Out of range / empty set - as_list stringifies as an empty string ok 8 - Out of range / empty set - count is zero ok All tests successful. Files=19, Tests=196, 28 wallclock secs (23.20 cusr + 1.53 csys = 24.73 CPU) Installing /Users/cpanrun/build/5.10.0/html/site/lib/DateTime/Set.html Installing /Users/cpanrun/build/5.10.0/html/site/lib/DateTime/Span.html Installing /Users/cpanrun/build/5.10.0/html/site/lib/DateTime/SpanSet.html Installing /Users/cpanrun/build/5.10.0/html/site/lib/Set/Infinite/_recurrence.html Installing /Users/cpanrun/build/5.10.0/site/lib/DateTime/Set.pm Installing /Users/cpanrun/build/5.10.0/site/lib/DateTime/Span.pm Installing /Users/cpanrun/build/5.10.0/site/lib/DateTime/SpanSet.pm Installing /Users/cpanrun/build/5.10.0/site/lib/Set/Infinite/_recurrence.pm Installing /Users/cpanrun/build/5.10.0/site/man/man3/DateTime::Set.3 Installing /Users/cpanrun/build/5.10.0/site/man/man3/DateTime::Span.3 Installing /Users/cpanrun/build/5.10.0/site/man/man3/DateTime::SpanSet.3 Installing /Users/cpanrun/build/5.10.0/site/man/man3/Set::Infinite::_recurrence.3 Appending installation info to /Users/cpanrun/build/5.10.0/lib/perllocal.pod