The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
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