NAME
Enbld::Definition::Perl - definition module for The Perl Programming Language
INSTALL DEVELOPMENT VERSION
Definition module for Perl supports installation for development version of perl.Set attribute 'VersionCondition' to 'development', install latest development version of perl(e.g. 5.19.1).
target 'perl' => {
version 'development';
# -> $attributes->add( 'VersionCondition', 'development' );
};
# -> install odd numbers version(e.g. 5.19.1)
INSTALL MODULES
Definition module for Perl supports installation for CPAN modules.
target 'perl' => {
version 'latest';
modules => {
'Carton' => 0, # -> install Carton
};
};
SEE ALSO
COPYRIGHT
copyright 2013- Magnolia <magnolia.k@me.com>
.
LICENSE
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.