The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
2003-01-27
   + Removed the dependency for Term::ANSIScreen.
   + Added savePoint() method for easy referncing of screen locations.
   + Adjusted finePrint() to work with savePoint().
   + Added 'cls' flag to constructor to clear the screen.
   + Cleaned up code a bit with minor optimizations.
   + Reduced screen flicker by quite a bit.

4/8/2002
    + Removed the 'no MODULE;' calls since Perl 5.6.0 has problems 
      with it. 

4/3/2002
    + Fixed problem for Perl 5.6.0 where a 'no MODULE' call 
      would not work.

4/2/2002
    + Added lineLength(m). Returns length of $obj->{m}.
    + Fixed dsplay problem with printLine().
    + Added printBarReport() for creating a simple bar representation.

4/1/2002
    + Added a README and CHANGELOG file
    + Added some tests