File: META.yml

package info (click to toggle)
libmodule-build-xsutil-perl 0.14-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 148 kB
  • ctags: 17
  • sloc: perl: 331; makefile: 2
file content (52 lines) | stat: -rw-r--r-- 1,208 bytes parent folder | download
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
48
49
50
51
52
---
abstract: 'A Module::Build class for building XS modules'
author:
  - ':'
build_requires:
  Capture::Tiny: '0'
  Cwd::Guard: '0'
  File::Copy::Recursive: '0'
  File::Spec::Functions: '0'
  File::Temp: '0'
  Test::More: '0.98'
configure_requires:
  Module::Build: '0.4005'
dynamic_config: 0
generated_by: 'Minilla/v2.1.1, CPAN::Meta::Converter version 2.142060'
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: Module-Build-XSUtil
no_index:
  directory:
    - t
    - xt
    - inc
    - share
    - eg
    - examples
    - author
    - builder
provides:
  Module::Build::XSUtil:
    file: lib/Module/Build/XSUtil.pm
    version: '0.14'
requires:
  Devel::CheckCompiler: '0.02'
  Devel::PPPort: '3.19'
  Exporter: '0'
  ExtUtils::CBuilder: '0'
  File::Basename: '0'
  File::Path: '0'
  XSLoader: '0.02'
  parent: '0'
  perl: '5.008005'
resources:
  bugtracker: https://github.com/hideo55/Module-Build-XSUtil/issues
  homepage: https://github.com/hideo55/Module-Build-XSUtil
  repository: git://github.com/hideo55/Module-Build-XSUtil.git
version: '0.14'
x_contributors:
  - 'tokuhirom <tokuhirom@gmail.com>'
  - 'hideo55 <hide.o.j55@gmail.com>'