Terminal log

% perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for File::Copy::Recursive [Robert-Computer:/&Download Stuff/&Sat/File-Copy-Recursive-0.05] rober +t% make mkdir blib mkdir blib/lib mkdir blib/lib/File mkdir blib/lib/File/Copy mkdir blib/arch mkdir blib/arch/auto mkdir blib/arch/auto/File mkdir blib/arch/auto/File/Copy mkdir blib/arch/auto/File/Copy/Recursive mkdir blib/lib/auto mkdir blib/lib/auto/File mkdir blib/lib/auto/File/Copy mkdir blib/lib/auto/File/Copy/Recursive mkdir blib/man3 cp Recursive.pm blib/lib/File/Copy/Recursive.pm Manifying blib/man3/File::Copy::Recursive.3 [Robert-Computer:/&Download Stuff/&Sat/File-Copy-Recursive-0.05] rober +t% make test PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/System/Libra +ry/Perl/darwin -I/System/Library/Perl -e 'use Test::Harness qw(&runte +sts $verbose); $verbose=0; runtests @ARGV;' t/*.t t/1.................Can't locate Test/More.pm in @INC (@INC contains: +blib/arch blib/lib /System/Library/Perl/darwin /System/Library/Perl/d +arwin /System/Library/Perl/darwin /System/Library/Perl /System/Librar +y/Perl/darwin /System/Library/Perl/darwin /System/Library/Perl /Libra +ry/Perl/darwin /Library/Perl/darwin /Library/Perl /Library/Perl/darwi +n /Library/Perl /Network/Library/Perl/darwin /Network/Library/Perl /N +etwork/Library/Perl . /System/Library/Perl/darwin /System/Library/Per +l /Library/Perl/darwin /Library/Perl /Library/Perl /Network/Library/P +erl/darwin /Network/Library/Perl /Network/Library/Perl .) at t/1.t li +ne 8.<BR> BEGIN failed--compilation aborted at t/1.t line 8. t/1.................dubious + Test returned status 2 (wstat 512, 0x200) FAILED--1 test script could be run, alas--no output ever seen<BR> make: *** [test_dynamic] Error 2 [Robert-Computer:/&Download Stuff/&Sat/File-Copy-Recursive-0.05] rober +t%

Edit by BazB: add code tags.


In reply to Re^2: CPAN module strangeness by RobertJ
in thread CPAN module strangeness by RobertJ

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.