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' );