Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^5: Writing tests when you don't know what the output should be

by stevieb (Canon)
on May 17, 2016 at 22:46 UTC ( [id://1163276]=note: print w/replies, xml ) Need Help??


in reply to Re^4: Writing tests when you don't know what the output should be
in thread Writing tests when you don't know what the output should be

Note that IO::Dir has a ton of failing tests, 39 open tickets, and hasn't been updated since 2k9.

You might want to look at something like File::Find::Rule:

my @files = File::Find::Rule->file() ->name( '*.pl' ) ->in( ($args->{dir_name}) );

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (7)
As of 2024-03-28 13:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found