The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

App::Pinto::Admin::Command::verify - report distributions that are missing

VERSION

version 0.036

SYNOPSIS

  pinto-admin --root=/some/dir verify

DESCRIPTION

This command reports distributions that are listed in the index of your repository, but the archives are not actually present. This can occur when Pinto aborts unexpectedly due to an exception or you terminate a command prematurely. It can also happen when the index of the source repository contains distributions that aren't actually present in that repository (CPAN mirrors are known to do this occasionally).

If some foreign distributions are missing from your repository, then running a mirror command will usually fix things. If local distributions are missing, then you need to get a copy of that distribution use the add command to put it back in the repository. Or, you can just use the remove command to delete the local distribution from the index if you no longer care about it.

Note this command never changes the state of your repository.

COMMAND ARGUMENTS

None

COMMAND OPTIONS

None

AUTHOR

Jeffrey Ryan Thalhammer <jeff@imaginative-software.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Imaginative Software Systems.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.