# Changes log for Test::CPAN::Meta
Unreleased
- added "--keep-old-columns" option that disables emitting DROP COLUMN
commands
0.50 21 July 2016
- fix bug with 0.49's new feature (SilentScope)
- added integration test (SilentScope)
0.49 15 July 2016
- added "--single-transaction" option for passing to mysqldump (SilentScope)
0.48 27 June 2016
- added support for AUTO_INCREMENT fields (mikeraynham)
- fixed Build.PL conflict making smoker tests fail
0.46 21th June 2016
- Bug fixes
- optimized the --table-re option to exclude
tables before comparing them as this would
cause significant slowdowns in databases
with lots of tables. (bdraco)
0.43 6th October 2011
- fix missing fields in CPAN meta-data
0.43 6th October 2011
- depend on Perl 5.6
- improve docs and CPAN meta-data
0.41 5th October 2011
- tidy up POD
0.40 5th October 2011
- fix issue with hyphens in database names
- made --tolerant ignore COLLATE and AUTO_INCREMENT
- fixed 'Duplicate specification' options from Getopt::Long
- made CLI options case-sensitive
- fixed some coding style inconsistencies
- remove .cvsignore
- merged changes by Barbie
- removed use of unmaintained Class::MakeMethods
- repackaged distribution with additional package files
- restructured modules to use namespace MySQL::Diff::*
- restructured modules to use better OO style inferface
- Utils.pm now only contains debug handling
- added support for more recent MySQL dumps
- added more documentation
- added more tests
- merged changes by Alexandr Ciornii
- depend on Perl 5.5.3
- remove lib/MySQL/.cvsignore
- fix .gitignore
- upgrade Makefile.PL and Build.PL
0.33 8th May 2003
- see ChangeLog.OLD for previous changes.