Revision history for Perl extension Params::Util

0.14   Wed 10 May 2006
	- No features() used in this dist, so removing auto_install
	- Moved _CALLABLE to _CODELIKE for symmetry reasons. Sorry :(
	  Immediate doc changover. Silent alias for a month, then
	  warning alias for 3 months, then full deprecation at the end
	  of August.
	- Removed RJBS's use warnings that broke 5.005-compatibility.
	- Other minor test cleanups.

0.13 Sun May  7 2006
	# This release contains only build-time changes
	- Upgrading Module::Install to 0.62 final

0.12 Mon May  1 2006
	- Added _ARRAYLIKE and _HASHLIKE (Ricardo Signes again)
	- Added _INVOCANT (Ricardo Signes again!)
	- Expanded test suite (Does Ricardo Signes ever sleep??)

0.11 Wed Apr 12 2006
	- Update _CLASS to allow numeric parts in the tail, like Foo::10
	  (provided by Ricardo Signes)

0.10 Sat Jan 14 2006
	- Updated copyright
	- Added _STRING

0.09 Fri Dec 30 2005
	- Fixed broken link to RT in POD

0.08 Mon Dec 19 2005
	- Moved from old CVS repository to newer SVN repository
	- Added _CALLABLE (provided by Ricardo Signes)

0.07 Mon Oct 10 2005
	- Adding the :ALL tag

0.06 Wed Oct  5 2005
	- Rereleasing with newer Module::Install that correctly
	  includes ExtUtils::AutoInstall.

0.05 Mon May  2 2005
	- Added _POSINT

0.04 Wed Apr 27 2005
	- Fixed a POD bug in the synopsis

0.03 Sun Apr 24 2005
	- Added the _CODE function

0.02 Fri Apr 22 2005
	- Added the _CLASS function

0.01 Fri Apr 22 2005
	- Completed the first implementation