Subject: | $VERSION declaration wrong |
$ grep -rn VERSION lib
lib/App/sync_cpantesters.pm:18:our $VERSION = '0.05';
lib/App/sync_cpantesters.pm:145:=head1 VERSION
$ grep -A3 provides META.yml
provides:
App::sync_cpantesters:
file: lib/App/sync_cpantesters.pm
version: 1.100830
So while the version in the code is 0.05 the META.yml declares that it
is 1.100830
Regards,