I recently upgraded to Mac OS X Snow Leopard (10.6.1) and (as reported elsewhere), that breaks CPAN installed modules. I tried to reinstall my Gedcom and Gedcom::Date modules and found that Gedcom::Date failed all t/101* tests (gets the year wrong - see below).

Has anyone else experienced this? More importantly, has anyone fixed it? I can't parse my Gedcom file without it! (wah!)

BTW, I've done some Googling on this problem and haven't found anything; I also wrote the author, but he hasn't answered (yet). Finally, I tried debugging it but when I got to the line:

Test::Harness::execute_tests(/System/Library/Perl/5.10.0/Test/Harness. +pm:367): 367: do { warn $Strap->{error}, "\n"; next };

stepping into that triggered all the error messages and I couldn't get any partial results (pardon my ignorance here, but I couldn't get the debugger to let me step through the code that seems broken.

Any help will be appreciated. Thank you.

PS: The errors in make test look like this:

# Failed test '10 JUL 2003 # in ' # at t/101_output.t line 30. # got: 'on 10 July 3' # expected: 'on 10 July 2003' t/101_output.....NOK 1/42 + # Failed test '10 JUL 2003 # in en' [snip lots more lines - they all fail]

In reply to Gedcom::Date broken in perl 5.10 (on a Mac)? by dmac

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.