perl-module-build¶
Summary¶
Build and install Perl modules
Versions¶
- 0.4214
License¶
perl_5
Meta¶
package:
name: perl-module-build
version: "0.4214"
source:
fn: Module-Build-0.4214.tar.gz
url: https://cpan.metacpan.org/authors/id/L/LE/LEONT/Module-Build-0.4214.tar.gz
md5: 7b7ca5a47bef48c50c8b5906ca3ac7fb
# patches:
# List any patch files here
# - fix.patch
# build:
# If this is a new build for the same version, increment the build
# number. If you do not include this key, it defaults to 0.
# number: 1
requirements:
build:
- perl >=5.22.0
run:
- perl >=5.22.0
test:
# Perl 'use' tests
imports:
- Module::Build
- Module::Build::Base
- Module::Build::Compat
- Module::Build::Config
- Module::Build::Cookbook
- Module::Build::Dumper
- Module::Build::Notes
- Module::Build::PPMMaker
- Module::Build::Platform::Default
- Module::Build::Platform::MacOS
- Module::Build::Platform::Unix
- Module::Build::Platform::VMS
- Module::Build::Platform::VOS
- Module::Build::Platform::Windows
- Module::Build::Platform::aix
- Module::Build::Platform::cygwin
- Module::Build::Platform::darwin
- Module::Build::Platform::os2
- Module::Build::PodParser
# You can also put a file called run_test.pl (or run_test.py) in the recipe
# that will be run at test time.
# requires:
# Put any additional test requirements here. For example
# - nose
about:
home: http://metacpan.org/pod/Module-Build
license: perl_5
summary: 'Build and install Perl modules'
# See
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml