| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 
 | Changes document for Module::Util
1.09 - Thu Jan 10 2013
	- Added module_name_parts
1.08 - Mon May 28 2012
	- Added an explicit =encoding directive to avoid pod errors
1.07 - Tue Apr  7 2009
	- No changes since 1.06
1.06 - Mon Mar 16 2009
	- Attempted to get tests working with perl 5.6 (RT 44173)
	- Suppressed warnings generated by File::Find (RT 40924)
1.05 - Fri Nov  7 2008
	- Bugfix RT 40632
1.04 - Sat Jun 28 2008
	- Removed dependency on File::Find::Rule
1.03 - Tue Oct 24 2006
	- Added -V switch to pm_which, to display versions
        - Made find_in_namespace return unique module names
1.02 - Thu Oct 12 2006
	- Fixed version numbers in this file.
        - Added a work around for  a potential bug in find_in_namespace on
          windows when resolving paths against relative directories in the
          include path
1.01 - Wed Apr 28 2006
	- Added --version switch to pm_which
	- Fixed a bug in pm_which's -I switch (extra paths were ignored)
	- Fixed a bug with pm_which's -p switch
	- Changed Module::Util's SYNOPSIS a little
1.00 - Thu Nov 10 2005
	- Initial revision
 |