Provided by: pinto_0.97+dfsg-5_all bug

NAME

       App::Pinto::Command::unpin - free packages that have been pinned

VERSION

       version 0.097

SYNOPSIS

         pinto --root=REPOSITORY_ROOT unpin [OPTIONS] TARGET ...

DESCRIPTION

       This command unpins package in the stack, so that the stack can be merged into another stack with a newer
       packages, or so the packages can be upgraded to a newer version within this stack.

COMMAND ARGUMENTS

       Arguments are the targets you wish to unpin.  Targets can be specified as packages or distributions, such
       as:

         Some::Package
         Some::Other::Package

         AUTHOR/Some-Dist-1.2.tar.gz
         AUTHOR/Some-Other-Dist-1.3.zip

       When unpinning a distribution, all the packages in that distribution become unpinned.  Likewise when
       unpinning a package, all its sister packages in the same distribution also become unpinned.

       You can also pipe arguments to this command over STDIN.  In that case, blank lines and lines that look
       like comments (i.e. starting with "#" or ';') will be ignored.

COMMAND OPTIONS

       --dry-run
           Go  through  all  the  motions,  but  do not actually commit any changes to the repository.  Use this
           option to see how the command would potentially impact the stack.

       --message=TEXT
       -m TEXT
           Use TEXT as the revision history log message.  If you do  not  use  the  "--message"  option  or  the
           "--use-default-message"  option, then you will be prompted to enter the message via your text editor.
           Use the "EDITOR" or "VISUAL" environment variables to control which editor is used.  A log message is
           not required whenever the "--dry-run" option is set, or if the action did not yield  any  changes  to
           the repository.

       --stack=NAME
           Unpins  the  package  on  the  stack with the given NAME.  Defaults to the name of whichever stack is
           currently marked as the default stack.  Use the stacks command to see your stacks.

       --use-default-message
       -M  Use the default value for the revision history log message.  Pinto will generate  a  semi-informative
           log  message  just  based  on  the  command  and  its arguments.  If you set an explicit message with
           "--message", the "--use-default-message" option will be silently ignored.

AUTHOR

       Jeffrey Ryan Thalhammer <jeff@stratopan.com>

COPYRIGHT AND LICENSE

       This software is copyright (c) 2013 by Jeffrey Ryan Thalhammer.

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

perl v5.28.1                                       2019-02-24                    App::Pinto::Command::unpin(3pm)