Skip Menu |

This queue is for tickets about the Devel-Platform-Info CPAN distribution.

Report information
The Basics
Id: 95491
Status: resolved
Worked: 20 min
Priority: 0/
Queue: Devel-Platform-Info

People
Owner: BARBIE [...] cpan.org
Requestors: KENTNL [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.13
Fixed in: (no value)



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.


 


Thanks for spotting. I've now updated the metatests to properly spot this, and have fixed the number throughout. It appears the module slipped my regex update in 0.12 :( Fixed in 0.14