The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# $Id: Changes,v 1.7 2003/05/12 02:27:39 petdance Exp $

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