Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Test dependency problem in Graphics::Fig

by Corion (Patriarch)
on Aug 07, 2021 at 07:43 UTC ( [id://11135669]=note: print w/replies, xml ) Need Help??


in reply to Test dependency problem in Graphics::Fig

For my test programs with a test helper library in t/MyTestHelper.pm I use something like

use lib 't/'; use MyTestHelper;

This picks up the library when the tests are run using make test or prove.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-24 01:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found