Skip Menu |

This queue is for tickets about the CPAN-DistnameInfo CPAN distribution.

Report information
The Basics
Id: 66553
Status: resolved
Priority: 0/
Queue: CPAN-DistnameInfo

People
Owner: Nobody in particular
Requestors: bricas [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.11
Fixed in: (no value)



Subject: Incorrect version for RJBS/Task-Deprecations5_12-1.002.tar.gz
The result should be: dist: Task-Deprecations5_12 version: 1.002 Here's what I get: $ perl -MCPAN::DistnameInfo -MData::Dumper -e 'print Dumper(CPAN::DistnameInfo->new("RJBS/Task-Deprecations5_12-1.002.tar.gz"));' $VAR1 = bless( { 'extension' => 'tar.gz', 'filename' => 'RJBS/Task-Deprecations5_12-1.002.tar.gz', 'version' => '5_12-1.002', 'distvname' => 'Task-Deprecations5_12-1.002', 'dist' => 'Task-Deprecations', 'maturity' => 'released', 'pathname' => 'RJBS/Task-Deprecations5_12-1.002.tar.gz' }, 'CPAN::DistnameInfo' );
Fixed in 0.12 just released to CPAN. It should appear on mirror sites soon