Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

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

by nysus (Parson)
on May 17, 2016 at 20:28 UTC ( [id://1163260]=note: print w/replies, xml ) Need Help??


in reply to Re: 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

The module grabs the names of the files. Each file is a .pl file. Each file has a data file associated with it, derived from the name of the .pl file, that it stores its data in using storable. Each data file is basically like a little mini database consisting of a keyed hash with objects as values. The objects represent events in the real world. The purpose of this module is to look for duplicate events across the different data files by analyzing the start date, start time, event name and possibly other fields. The data structures are the same across the data files.

$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate";
$nysus = $PM . ' ' . $MCF;
Click here if you love Perl Monks

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (6)
As of 2024-04-24 12:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found