Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Test dependency problem in Graphics::Fig

by haukex (Archbishop)
on Aug 07, 2021 at 04:04 UTC ( [id://11135666]=note: print w/replies, xml ) Need Help??


in reply to Test dependency problem in Graphics::Fig

When my t/*.t scripts need to find t/*.pm files, I use use FindBin (); use lib $FindBin::Bin; in the .t files. I've seen a few other approaches but this one has been working reliably for me.

Replies are listed 'Best First'.
Re^2: Test dependency problem in Graphics::Fig
by scooter (Initiate) on Aug 08, 2021 at 00:16 UTC
    Tests passed this time. Thanks.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-16 09:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found