The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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 by specified cpanfile.

  target 'perl' => {
          version 'latest';
      module_file 'cpanfile';
  };

SEE ALSO

The Perl Programming Language

Enbld::Definition

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.