Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Test::Harness and the Debugger

by Porculus (Hermit)
on Aug 05, 2009 at 22:34 UTC ( [id://786246]=note: print w/replies, xml ) Need Help??


in reply to Test::Harness and the Debugger

I suspect the problem is that you should be using perl -I lib (capital i), not perl -l lib (lower-case L).

What you want to do is tell Perl to add "lib" to the include path. What you've actually been doing is telling Perl to execute the script "lib" with magic newlines enabled. :)

As for why Perl's reaction to being asked to execute a directory is to do nothing silently and signal success, I have no idea.

Replies are listed 'Best First'.
Re^2: Test::Harness and the Debugger
by pileofrogs (Priest) on Aug 06, 2009 at 16:53 UTC

    Rad! I suck! Woo hoo!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://786246]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (2)
As of 2024-04-19 18:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found