Subject: | META.json declares provides inconsistent with shipped modules ( ::Mac is 0.11 not 0.13 ) |
Show quoted text
use vars qw($VERSION);
$VERSION = '0.11';
Show quoted text
"Devel::Platform::Info::Mac": {
"file": "lib/Devel/Platform/Info/Mac.pm",
"version": "0.13"
},
The result of this is that `cpan-outdated` continuously reports Devel-Platform-Info as out of date, because 'perl -MDevel::Platform::Info::Mac\ 9999' says '0.11', while the CPAN Index reports 0.13 is available.