Name
Module::Provision::Config - Attributes set from the config file
Synopsis
use Moose;
extends 'Class::Usul::Programs';
has '+config_class' => default => sub { 'Module::Provision::Config' };
Description
Defines attributes which can be set from the config file
Configuration and Environment
Defines the following attributes;
base
builder
editor
home_page
hooks
license
module_abstract
repository
template_index
test_env_vars
-
Array reference. Set these environment vars to true when testing. Defaults to;
AUTHOR_TESTING TEST_MEMORY
, andTEST_SPELLING
vcs
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, <pjfl@cpan.org>
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