The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::cpanm::meta::checker::State::Duplicates::Dist - State information for recording seen versions of a single dist

VERSION

version 0.001002

METHODS

has_duplicates

  if ( $o->has_duplicates() ) {

  }

seen_version

Mark version seen:

  $o->seen_version('1.0');

duplicate_versions

  for my $version ( $o->duplicate_versions ) {

  }

ATTRIBUTES

reported

versions

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.