App::Pinto::Command::props(3pm) | User Contributed Perl Documentation | App::Pinto::Command::props(3pm) |
App::Pinto::Command::props - show or set stack properties
version 0.14
pinto --root=REPOSITORY_ROOT props [OPTIONS] [STACK]
This command shows or sets stack configuration properties. If the "--properties" option is given, then the properties will be set. If the "--properties" option is not given, then properties will just be shown.
If the "STACK" argument is given, then the properties for that stack will be set/shown. If the "STACK" argument is not given, then properties for the default stack will be set/shown.
Placeholder Meaning ----------------------------------------------------------------------------- %p Property name %v Package value
Properties starting with the prefix "pinto-" are reserved for internal use, SO DO NOT CREATE OR CHANGE THEM.
The following properties are supported for each stack:
It must be a version string or number for an existing perl release, and cannot be later than the latest version specified in your Module::CoreList. To target even newer perls, just install the latest version of Module::CoreList. Remember that Pinto is often installed as a stand-alone application, so you will need to update Pinto's copy of Module::CoreList - for example:
cpanm -L /opt/local/pinto/ Module::CoreList
Jeffrey Ryan Thalhammer <jeff@stratopan.com>
This software is copyright (c) 2015 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.
2022-10-16 | perl v5.34.0 |