Name
Class::Usul::Build::Questions - Things to ask when Build runs install
Version
Describes Class::Usul::Build::Questions version 0.11.$Revision: 245 $
Synopsis
Description
All question methods are passed $config
and return the new value for one of it's attributes
Subroutines/Methods
q_built
Always returns true. This dummy question is used to trigger the suppression of any further questions once the build phase is complete
q_install
Do we run M::B install?
q_path_prefix
Prompt for the installation prefix. The application name and version directory are automatically appended. If the installation style is normal, the all of the application will be installed to this path. The default is /opt. If the installation style is perl then only the "var" data will be installed to this path. The default is /var/www
q_post_install
Do we run the post installation commands?
q_phase
The phase number represents the reason for the installation. It is encoded into the name of the application home directory. At runtime the application will load some configuration data that is dependent upon this value
q_ver
Dummy question returns the version part of the installation directory
Configuration and Environment
Edits and stores config information in the file build.json
Diagnostics
None
Dependencies
Incompatibilities
There are no known incompatibilities in this module
Bugs and Limitations
There are no known bugs in this module. Please report problems to the address below. Patches are welcome
Author
Peter Flanigan, <Support at RoxSoft.co.uk>
License and Copyright
Copyright (c) 2013 Peter Flanigan. All rights reserved
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic
This program is distributed in the hope that it will be useful, but WITHOUT WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE