Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
App::cpanm::meta::checker::State::Duplicates - Data tracking for duplicate distribution meta-data
VERSION
version 0.001002
METHODS
seen_dist_version
->seen_dist_version( 'Dist-Name', '5.000' );
has_duplicates
if ( $o->has_duplicates( 'Dist-Name' ) ) {
...
}
reported_duplicates
if ( not $o->reported_duplicates('Dist-Name') ) {
/* report dups */
$o->reported_duplicates('Dist-Name', 1);
}
duplicate_versions
for my $v ( $o->duplicate_versions('Dist-Name') ) {
}
ATTRIBUTES
dists
AUTHOR
Kent Fredric <kentnl@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by Kent Fredric <kentfredric@gmail.com>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.