NAME

App::Pinto::Remote::Command::unpin - loosen a package that has been pinned

VERSION

version 0.039

SYNOPSIS

pinto-remote --root=URL unpin [OPTIONS] PACKAGE

DESCRIPTION

This command unpins a package from the index, so that the latest version will appear in the index. Note that local packages still have precedence over foreign packages.

COMMAND ARGUMENTS

The arguments to this command are just package names. For example:

Foo::Bar

COMMAND OPTIONS

--message=MESSAGE

Prepends the MESSAGE to the VCS log message that Pinto generates. This is only relevant if you are using a VCS-based storage mechanism for Pinto.

--tag=NAME

Instructs Pinto to tag the head revision of the repository at NAME. This is only relevant if you are using a VCS-based storage mechanism. The syntax of the NAME depends on the type of VCS you are using.

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.