The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
======================================================================
                     --- Text-TabularDisplay ---
======================================================================

2002-09-24 06:39  dlc

	* TabularDisplay.pm (1.8), Makefile.PL (1.3): Incremented version
	number for release.

2002-09-24 06:38  dlc

	* Changes (1.7), Changes (1.8): Automatically generated by
	cvs2cl.pl for dlc@tumbleweed

2002-09-24 06:38  dlc

	* .todo (1.2): Marked documentation complete.

2002-09-23 23:43  dlc

	* TabularDisplay.pm (1.7): More VERSION stuff.

2002-09-23 23:41  dlc

	* TabularDisplay.pm (1.6): Added VERSION stuff.

2002-09-23 23:39  dlc

	* Changes (1.6): Automatically generated by cvs2cl.pl for
	dlc@tumbleweed

2002-09-23 23:39  dlc

	* Makefile.PL (1.2): Updated $VERSION

2002-09-23 23:35  dlc

	* t/05.t (1.3): Changes to accomidate $start and $end additions to
	render().

2002-09-23 23:35  dlc

	* README (1.3): Updated README

2002-09-23 23:35  dlc

	* Changes (1.4), Changes (1.5): Automatically generated by
	cvs2cl.pl for dlc@tumbleweed

2002-09-23 23:34  dlc

	* TabularDisplay.pm (1.5): Added $start and $end to render();
	documented them.

2002-09-23 23:23  dlc

	* TabularDisplay.pm (1.4): Some more documentation.

2002-09-23 22:44  dlc

	* MANIFEST (1.4): Added examples/mysql.pl; resorted

2002-09-23 22:44  dlc

	* examples/mysql.pl (1.1): Example mysql client, using
	Text::TabularDisplay

2002-09-23 18:15  dlc

	* MANIFEST (1.3): Added examples and t/12.t

2002-09-23 18:14  dlc

	* README (1.2): Updated README.

2002-09-23 18:12  dlc

	* Changes (1.3): Automatically generated by cvs2cl.pl for
	dlc@tumbleweed

2002-09-23 18:12  dlc

	* TabularDisplay.pm (1.3): Moved resetting to reset() and out of
	columns().  columns() calls _add internally.  add() calls _add
	internally.  Added _add() function, which adds data to the
	instance.  Removed references to $self->{ _COLUMNS }; replaced with
	[ $self->columns ].  Added populate() method, which handles
	references to array refs -- no longer a special case in add(). 
	Updated documentation: documented reset(), populate(); removed
	incorrect documentation for add() and columns().

2002-09-23 18:09  dlc

	* t/12.t (1.1): Tests adding columns after the fact.

2002-09-23 18:08  dlc

	* t/11.t (1.2): Modified add; no longer takes [ [], [], [], ].	Use
	populate() instead.  Updated test.

2002-09-23 18:08  dlc

	* t/03.t (1.3): Changes the way columns bahaves; updated tests.

2002-09-23 18:07  dlc

	* t/01.t (1.3): No real changes.

2002-09-23 12:02  dlc

	* TabularDisplay.pm (1.2): Added clone method.	Added lots more
	docs.  Handles arrayrefs of arrayrefs.

2002-09-23 12:01  dlc

	* MANIFEST (1.2): Added tests 9, 10, and 11

2002-09-23 07:09  dlc

	* examples/aliases (1.1): Example usage.

2002-09-23 06:49  dlc

	* t/11.t (1.1): Test for passing arrays of arrays to add().

2002-09-23 06:33  dlc

	* t/10.t (1.1): Added test for add() chaining.

2002-09-23 06:26  dlc

	* t/: 01.t (1.2), 02.t (1.2), 03.t (1.2), 04.t (1.2), 05.t (1.2),
	06.t (1.2), 07.t (1.2), 08.t (1.2): Added RCS Id strings.

2002-09-23 06:26  dlc

	* t/09.t (1.1): Added test for clone method.

2002-09-23 06:15  dlc

	* Changes (1.2): Automatically generated by cvs2cl.pl for
	dlc@tumbleweed

2002-09-23 06:15  dlc

	* .todo (1.1), Changes (1.1), MANIFEST (1.1), Makefile.PL (1.1),
	README (1.1), TabularDisplay.pm (1.1), t/01.t (1.1), t/02.t (1.1),
	t/03.t (1.1), t/04.t (1.1), t/05.t (1.1), t/06.t (1.1), t/07.t
	(1.1), t/08.t (1.1): Initial revision

2002-09-23 06:15  dlc

	* .todo (1.1.1.1), Changes (1.1.1.1), MANIFEST (1.1.1.1),
	Makefile.PL (1.1.1.1), README (1.1.1.1), TabularDisplay.pm
	(1.1.1.1), t/01.t (1.1.1.1), t/02.t (1.1.1.1), t/03.t (1.1.1.1),
	t/04.t (1.1.1.1), t/05.t (1.1.1.1), t/06.t (1.1.1.1), t/07.t
	(1.1.1.1), t/08.t (1.1.1.1) (utags: start): Text::TabularDisplay


 vim: set ft=changelog: