summaryrefslogtreecommitdiff
path: root/regress/base/journaledfile.pl
AgeCommit message (Collapse)Author
2006-01-24overhaul.fukachan
based on FML::Test::Utils.
2002-08-03more checks on keys() et.al.fukachan
2002-05-11modify messages as a guild linefukachan
2002-04-18more silent, clean upfukachan
2001-08-21add Tie::JournaledDir which wraps Tie::JournaledFile and uses somefukachan
directory as cache area. add/update test tools for Tie::Journaled{File,Dir} modules. clean up Tie::JournaledFile o remove header in the cache file o $self->{ 'key' } o $debug is on if $ENV{'debug'} is defined. o more carefull check of whether the value is defined or not. o quotemeta() for pre search key in find() o rename grep() to find()
2001-08-05test of Tie::JournaledFilefukachan