http://www.pobox.com/~schwern/src/Test-Harness-2.20.tar.gz

Version jump!  What's happened is the last of the vestigal parsing code in
Test::Harness has been eliminated.  Test::Harness is now just a big wrapper
around Test::Harness::Straps->analyze_file().  This is good.  No more
duplication of parsing code.

Well, almost the last of it.  The big, ugly end-of-test figuring code is
still there.  And I've left the old %test and %tot structures in for minimum
impact, else I would have had to simultaneously rewrite t/test-harness.t and
that would have made confirming it worked much more difficult.

This also means Test::Harness::Straps will begin to mature.  Right now, T::H
and T::H::S are very chummy.  I plan to slowly pull them apart, improving
the public Strap interface.  Test::Harness will be abstracted into just
another client.


2.20  Sat May  4 22:31:20 EDT 2002
    * An almost complete conversion of the Test::Harness test parsing
      to use Test::Harness::Straps.

2.04  Tue Apr 30 00:54:49 EDT 2002
    * Changing the output format of skips
    - Taking into account VMS's special exit codes in the tests.

-- 

Michael G. Schwern   <[EMAIL PROTECTED]>    http://www.pobox.com/~schwern/
Perl Quality Assurance      <[EMAIL PROTECTED]>         Kwalitee Is Job One
How can I stoop so low?  Years of practise, that's how. It's been hard
going but now I can stoop lower than a pygmy limbo dancer.
        -- BOFH

Reply via email to