Skip Menu |

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

Report information
The Basics
Id: 92635
Status: new
Priority: 0/
Queue: CPAN-DistnameInfo

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

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



Subject: Cannot parse version of MGV/Gruntmaster-Daemon-5999-TRIAL.tar.gz
$ perl -MData::Dumper -MCPAN::DistnameInfo -e '$path="authors/id/M/MG/MGV/Gruntmaster-Daemon-5999-TRIAL.tar.gz"; warn Dumper(CPAN::DistnameInfo->new($path)); ' $VAR1 = bless( { 'pathname' => 'authors/id/M/MG/MGV/Gruntmaster-Daemon-5999-TRIAL.tar.gz', 'maturity' => 'released', 'cpanid' => 'MGV', 'version' => undef, 'extension' => 'tar.gz', 'filename' => 'Gruntmaster-Daemon-5999-TRIAL.tar.gz', 'distvname' => 'Gruntmaster-Daemon-5999-TRIAL', 'dist' => 'Gruntmaster-Daemon-5999-TRIAL' }, 'CPAN::DistnameInfo' ); Two problems here: * version is undefined * maturity is released, but should developer Regards, Slaven