Name
Class::Usul::Config::Programs - Additional configuration attributes for CLI programs
Version
This documents version v0.17.$Rev: 3 $
Synopsis
package Class::Usul::Programs;
use Class::Usul::Moose;
extends q(Class::Usul);
has '+config_class' => default => q(Class::Usul::Config::Programs);
Description
Additional configuration attributes for CLI programs
Configuration and Environment
Defines the following list of attributes
doc_title
-
String defaults to 'User Contributed Documentation'. Used in the Unix man pages
man_page_cmd
-
Array ref containing the command and options to produce a man page. Defaults to
man -nroff
mode
-
Integer defaults to the constant
MODE
. The default file creation mask owner
-
String. Name of the application file owner
script
-
String. The basename of the
pathname
attribute
Subroutines/Methods
None
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
Acknowledgements
Larry Wall - For the Perl programming language
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