-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathMETA.yml
More file actions
35 lines (35 loc) · 866 Bytes
/
META.yml
File metadata and controls
35 lines (35 loc) · 866 Bytes
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
--- #YAML:1.0
name: Module-Find
version: '0.16'
provides:
Module::Find:
file: Find.pm
version: '0.16'
abstract: Find and use installed modules in a (sub)category
author:
- Christian Renz <[email protected]>
license: perl
distribution_type: module
configure_requires:
ExtUtils::MakeMaker: 0
build_requires:
ExtUtils::MakeMaker: 0
requires:
File::Find: 0
File::Spec: 0
perl: 5.008001
Test::More: 0
resources:
repository: http://github.com/crenz/Module-Find
no_index:
directory:
- t
- inc
generated_by: ExtUtils::MakeMaker version 6.55_02
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: 1.4
recommends:
Test::Pod: 1.14
Test::Pod::Coverage: 1.04
Test::CPAN::Meta: 0.25