-
-
25 Dec 2019 01:25:26 UTC
- Distribution: Module-Compile
- Source (raw)
- Pod Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (2)
- Testers (84 / 0 / 0)
- Kwalitee
Bus factor: 3- 52.83% Coverage
- License: perl_5
- Perl: v5.8.1
- Activity
24 month- Tools
- Download (34.65KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
Module::Compile::Opt - Provide options to Module::Compile
SYNOPSIS
> export PERL5OPT=-MModule::Compile::Opt=-ext,p,pm > perl -c lib/Foo.p > cat lib/Foo.pm
DESCRIPTION
module::Compile::Opt allows you to give runtime options to Module::Compile By default Module::Compile compiles a module in a
.pm
file into a.pmc
file.AUTHORS
Ingy döt Net <ingy@cpan.org>
Audrey Tang <audreyt@audreyt.org>
COPYRIGHT AND LICENSE
Copyright 2006-2019. Ingy döt Net.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Module Install Instructions
To install Module::Compile, copy and paste the appropriate command in to your terminal.
cpanm Module::Compile
perl -MCPAN -e shell install Module::Compile
For more information on module installation, please visit the detailed CPAN module installation guide.