The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
2.03 Sun Sep 14 20:01:48 PDT 2003
    * phashes produced via fields::new() will now not warn when used for
      forward compatiblity purposes
    - Reformatting the docs to make them a bit more readable
    - Making it clear that fields::new() is usable with or without
      pseudohashes
    * Fixing inheritence from classes which have only private fields
    * Fixing inheritence when an intermediate class has no fields.
      [perlbug 20020326.004]
    - Removing uses of 'our' from tests for backwards compat.

2.02 Wed Sep  3 20:40:13 PDT 2003
    - Merging the core fields.t test and my own long ago forked base.t test
      into fields-base.t combining all tests

2.01 Thu Aug 28 13:39:32 PDT 2003
    - Forgot to set the INSTALLDIRS to 'perl'

2.0  Wed Aug 27 21:47:51 PDT 2003
    * Seperated from Class::Fields