CHANGES file for Module::Info::File

$Id: CHANGES 1433 2004-09-19 17:00:09Z jonasbn $

0.01 Released 30th. September 2003

Initial revision

0.02 Released 3rd. November 2003

- Added TODO file

- Added Changes file (this file)

- Added description to NAME section

- Added use of File::Basename to make test on Win32 work

- Fixed bug (rt: #4147) - broken tests on Win32

0.03 Released 20th. December 20 2003

- POD cleaned and reviewed by Rias.

- ACKNOWLEDGE section added

- Added information to t/Info.t so if the Module::Info tests fail, the
  test asks the tester to mail me the information
  
0.04 Released 10th. January 2004

- Updated bin/version.pl updated with error handling

- Update bin/version.pl with $VERSION number, I think this is a
  requirement for scripts in the scripts section on CPAN

- Added File::Spec to Makefile.PL

- Fixed a few bugs in bin/version.pl (I think I must have lost a
  version at some point)

- Added handling of .pl scripts

- Added a warning in the case where script is not a .pl or .pm

0.05 Released 28th. of February 2004

- Updated bin/version.pl with POD required to have the script in the
  CPAN scripts directory (http://www.cpan.org/scripts/). The script was
  uploaded alone to PAUSE together with the release of 0.04

- Added handling of directories so it is possible to get version numbers of 
  all perl modules in a directory recursively with bin/version.pl
  
- Added INSTALL file

- Makefile.PL had a makeover

0.06 Released 23rd. of July 2004

- Patched with patch from LTHEGLER, should now work under 5.005_03, open was
  using the unecessary 3 arguments instead of just two.

0.07 Released 19th. of September 2004

- Added list context for constructor (new_from_file)

- bin/version.pl updated to accomodate this