File: Changes

package info (click to toggle)
libmysql-diff-perl 0.43-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 188 kB
  • ctags: 64
  • sloc: perl: 1,085; makefile: 11
file content (36 lines) | stat: -rw-r--r-- 1,305 bytes parent folder | download
1
2
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
# Changes log for Test::CPAN::Meta

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.