in reply to Re: Makefile.PL no such directory
in thread Can't locate ... in @INC

Hey thanks Corion. I did all that just now but make test failed:


t/XML-DOM-BagOfTricks.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
Files=1, Tests=0, 1 wallclock secs ( 0.04 usr 0.01 sys + 0.17 cusr 0.02 csys = 0.24 CPU)
Result: FAIL
Failed 1/1 test programs. 0/0 subtests failed.
make: *** test_dynamic Error 2

Replies are listed 'Best First'.
Re^3: Makefile.PL no such directory
by syphilis (Archbishop) on Jan 08, 2015 at 23:11 UTC
    The 'make test' output you provided doesn't tell us much about the reason that the test failed. Is there a more helpful message emitted prior to the stuff you copy'n'pasted ?
    If not, run
    perl -Mblib t/XML-DOM-BagOfTricks.t
    and let us know what that outputs.

    Cheers,
    Rob