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

Re: Test::More file not found on unix

by stevieb (Canon)
on Jun 02, 2017 at 11:26 UTC ( [id://1191937]=note: print w/replies, xml ) Need Help??


in reply to Test::More file not found on unix

When running tests, the base location for relative paths is the directory the tests are run out of. If your directory structure follows the traditional distribution layout:

dist_root_dir | |-lib/ |-t/ |-etc/

...and you run your tests while in the root directory of the dist, then remove the use lib '../lib', and change the path to: lib/Pod/Simple/Select.pm. As is, (again if you're running tests from the root dir), your path is going one level *above* your distribution's root directory, and looking for a lib/ dir, which almost certainly doesn't exist.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (5)
As of 2024-04-16 16:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found