TAP::Parser::Scheduler

Eric Wilhelm scratchcomputing at gmail.com
Mon Jul 28 20:17:26 UTC 2008


Hi all,

1.  Why is it named TAP::Parser::Scheduler and not 
TAP::Harness::Scheduler (or ::Iterator:: or something)?

2.  Argh!?

    $name =~ s{(\?|\*\*?|.)}{
        $1 eq '?'  ? '[^/]'
      : $1 eq '*'  ? '[^/]*'
      : $1 eq '**' ? '.*?'
      :             quotemeta($1);
    }gex;

3.  How does a human use it and where is that documented?

Thanks,
Eric
-- 
"If you only know how to use a hammer, every problem begins to look like
a nail."
--Richard B. Johnson
---------------------------------------------------
    http://scratchcomputing.com
---------------------------------------------------


More information about the tapx-dev mailing list