Subject: | Test::MinimumVersion bitches about use_base_exporter in MySQL::Diff::Utils |
Not a bug, just a note:
Test::MinimumVersion tells me
require 5.5.3 and MIN_PERL_VERSION => 5.6
does not hold anymore, because of use base qw(Exporter);
in MySQL::Diff::Utils, which requires 5.8 at minimum.
But: It is only a trivial debugging-only module,
and I tested it ok with 5.6.2.
testcase:
perl5.6.2 -Mblib bin/mysqldiff -d=3 ...