-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathMETA.yml
43 lines (43 loc) · 1.09 KB
/
META.yml
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
---
abstract: 'Load and save configuration files in a standard format'
author:
- 'Damian Conway <DCONWAY@cpan.org>'
- 'Bill Ricker <BRICKER@cpan.org>'
- 'Tom Metro <tmetro@cpan.org>'
build_requires: {}
configure_requires:
Module::Build: '0.42'
dynamic_config: 1
generated_by: 'Module::Build version 0.4231, 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: Config-Std
provides:
Config::Std:
file: lib/Config/Std.pm
version: '0.904'
Config::Std::Block:
file: lib/Config/Std.pm
Config::Std::Comment:
file: lib/Config/Std.pm
Config::Std::Gap:
file: lib/Config/Std.pm
Config::Std::Hash:
file: lib/Config/Std.pm
Config::Std::Keyval:
file: lib/Config/Std.pm
recommends:
Test::Distribution: '0'
Test::Pod: '0'
requires:
Class::Std: '0'
Test::More: '0'
perl: '5.007003'
version: '0'
resources:
license: http://dev.perl.org/licenses/
repository: https://github.com/n1vux/Config-Std-Perl
version: '0.904'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'