Hi Monks,

I tried to install Parse::RecDescent module in cygwin as below, but i am getting error as

$ perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Parse::RecDescent $ make cp lib/Parse/RecDescent.pm blib/lib/Parse/RecDescent.pm $ make test /usr/bin/perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'bli +b/lib', 'b lib/arch')" t/*.t t/00.load......1/1 # Testing Parse::RecDescent 1.96.0 t/00.load......ok t/basics.......1/19 Name "main::D" used only once: possible typo at t/ +basics.t l ine 15. t/basics.......ok t/pod..........Can't open perl script ""-I/cygdrive/c/Protocol Buffers +/Protocol Buffers/Parse-RecDescent-1.96.0/blib/lib"": No such file or directory t/pod.......... Dubious, test returned 2 (wstat 512, 0x200) No subtests run Test Summary Report ------------------- t/pod.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output Files=3, Tests=20, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.37 cusr + 0.06 csy s = 0.45 CPU) Result: FAIL Failed 1/3 test programs. 0/20 subtests failed. make: *** [test_dynamic] Error 2 $

Also i tried PREFIX=/usr/lib/perl5/vendor_perl/5.10 in the Makefile and still i am getting same error. Kindly help to resolve this error. Thanks in advance.


In reply to Problem in Parse::RecDescent Installation by Anonymous Monk

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.