1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
---
abstract: "Check the compiler's availability"
author:
- 'Tokuhiro Matsuno <tokuhirom AAJKLFJEF@ GMAIL COM>'
build_requires:
Test::More: '0.98'
configure_requires:
Module::Build::Tiny: '0.035'
dynamic_config: 0
generated_by: 'Minilla/v3.0.5, CPAN::Meta::Converter version 2.150010'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: '1.4'
name: Devel-CheckCompiler
no_index:
directory:
- t
- xt
- inc
- share
- eg
- examples
- author
- builder
provides:
Devel::AssertC99:
file: lib/Devel/AssertC99.pm
Devel::CheckCompiler:
file: lib/Devel/CheckCompiler.pm
version: '0.07'
requires:
Exporter: '0'
ExtUtils::CBuilder: '0'
File::Temp: '0'
parent: '0'
perl: '5.008001'
resources:
bugtracker: https://github.com/tokuhirom/Devel-CheckCompiler/issues
homepage: https://github.com/tokuhirom/Devel-CheckCompiler
repository: git://github.com/tokuhirom/Devel-CheckCompiler.git
version: '0.07'
x_contributors:
- 'Neil Bowers <neil@bowers.com>'
- 'Tokuhiro Matsuno <tokuhirom@gmail.com>'
- 'Syohei YOSHIDA <syohex@gmail.com>'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
|