-
-
31 Jul 2018 16:36:35 UTC
- Distribution: ExtUtils-ModuleMaker
- Module version: 0.63
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (1)
- Testers (878 / 4 / 0)
- Kwalitee
Bus factor: 1- 92.46% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (133.22KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Data::Dumper
- File::Basename
- File::HomeDir
- File::Path
- Getopt::Long
- Getopt::Std
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
ExtUtils::ModuleMaker::Defaults - Default values for ExtUtils::ModuleMaker objects
METHODS
default_values()
Usage : $self->default_values() within new(); within ExtUtils::ModuleMaker::Interactive::_prepare_author_defaults() and _prepare_directives_defaults(); within t/testlib/Testing/Defaults.pm Purpose : Set the default values for ExtUtils::ModuleMaker object elements Returns : Reference to a hash of default values Argument : n/a Comment : Can be overridden by establishing a Personal::Defaults file. Comment : See ExtUtils::ModuleMaker::PBP for an example of subclassing this method.
SEE ALSO
ExtUtils::ModuleMaker.
Module Install Instructions
To install ExtUtils::ModuleMaker, copy and paste the appropriate command in to your terminal.
cpanm ExtUtils::ModuleMaker
perl -MCPAN -e shell install ExtUtils::ModuleMaker
For more information on module installation, please visit the detailed CPAN module installation guide.