Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Dist-Zilla CPAN distribution.

Report information
The Basics
Id: 55980
Status: resolved
Priority: 0/
Queue: Dist-Zilla

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

Bug Information
Severity: Wishlist
Broken in: 1.100711
Fixed in: (no value)



Subject: [PkgVersion]: avoid inserting version more than once per package
[PkgVersion] should only insert the version once per package name. For example, in http://cpansearch.perl.org/src/MARCEL/DB-Pluggable-0.04/lib/DB/Pluggable.pm I switch from package DB::Pluggable to DB and back to DB::Pluggable and get the version twice in DB::Pluggable. When iterating over the PPI::Statement::Package statements, it should be possible to get the package name and skip it if seen.
fixed in git -- rjbs