The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# $Id: Changes,v 1.11 2004/02/28 13:04:12 comdog Exp $

0.95 - Sat Feb 28 08:09:48 2004
	* added four functions to Test::Data::Array to check if an array 
	is sorted (up or down, string or number)

0.94 - Mon Dec  1 20:57:11 CST 2003
	* No changes.  Tests should run on Windows now.

0.93 - Sat Nov 29 19:18:34 CST 2003
	* Added new META.yml
	* pod.t uses new Test::Pod technology.
	* Removed TODO test on undef_ok() catching an empty list passed
	  in.  The prototype means that C<()> will get passed as a scalar,
	  not an empty list.

0.92 - Sun May 11, 2003 21:26:00 2003 
	* Fixed hash_value_false_ok(), which was never defined.

	* Fixed incorrect $VERSION in each package.

	* Removed requirements on Test::Manifest and Test::Prereq.
	  Test::Pod can get used on the install, but it's OK if not.

0.91 - Fri Dec 20 16:48:58 2002
	* functions from Scalar::Util need full package specification
	since i do not import them.  this fixes all of the functions
	based on Scalar::Util.

	* removed dualvar test.  it does not work, and i need to figure
	out how to make it work

	* cleaned up the Pod which had some extra whitespace in places

0.9 Mon Nov  4 19:41:52 CST 2002
	+ fixed some calls to ok() that were missing name parameter
	+ man pages install correctly
	
0.8 Wed Oct 23 13:35:22 CDT 2002
	+ all functions can take optional name arguments
	+ added not_exists_ok, hash_value_undef_ok, hash_value_false_ok

0.7 Mon Sep 30 17:01:10 PDT 2002
	+ added number_bewteen_ok, string_between_ok
	+ added array_empty_ok, array_length_ok