I have 1.622 and there is a 1.636 available.
Latest available on CPAN is 1.643. Have you tried it ?
Other than that, the first thing is to find out why all of those scripts croaked. (It's likely the same or very similar reason for all of the failures.)
I would
cd to the build directory and run
perl -Mblib t/01basics.t and see what that throws up. Hopefully it will show some diagnostics that help explain what's going on.
Those same diagnostics would probably have also shown up during the 'make test' phase - so you could look there, too, if you still have that output.
Cheers,
Rob
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.