The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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;

author
author_email
author_id
base
builder
editor
home_page
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, and TEST_SPELLING

vcs

Subroutines/Methods

None

Diagnostics

None

Dependencies

Class::Usul
File::DataClass
User::pwent

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