Revision history for Perl extension Module::Which.

0.00_03 Tue Jun 21
        - improved a bit the output of 'which_pm' by finding
	  out the maximum length of a module name before printing
        - temporarily, "META.yml" will not be automatically
	  updated by MakeMaker (so that the correct license
	  is set)
        - "bin/which_pm.PL" renamed to "bin/which_pm"
        - added "t/003pod.t" to test POD for errors 
	  (when Test::Pod 1.00 is there)
        - completed documentation of Data::Hash::Transform
	  which was truncated and buggy

0.00_02 Tue Jun 16
        - options '--verbose' and '--quiet' supported by now
	- use of Getopt::Long and Pod::Usage in which_pm.pl
	- bug in Module::Which documented
	- test script for Data::Hash::Transform: "t/002hash.t"
        - code for converting from an array of hashes to hash of hashes
	  moved to Data::Hash::Transform

0.00_01 Tue Jun 15
        - experimental code to downgrade the source
	  code to 5.005
	- which_pm is not verbose by default anymore:
	  set environment variable WHICH_PM_VERBOSE 
        - options to customize which() behavior:
	  'return' and 'verbose'
        - which() now returns an array ref by default
	  and optionally a hash ref
        - added reference to existing CPAN modules 

0.01  Tue Jun 14
        - first release to CPAN

0.01  Tue Jun 14 14:58:05 2005
	- original version; created by h2xs 1.23 with options
		-AX -n Module::Which