diff options
author | afresh1 <afresh1@cvs.openbsd.org> | 2014-03-24 14:59:14 +0000 |
---|---|---|
committer | afresh1 <afresh1@cvs.openbsd.org> | 2014-03-24 14:59:14 +0000 |
commit | c080cf55b5ad88c4056e6e9a4f858e0dfbf642b1 (patch) | |
tree | 90e52b9a68c9bf2fe8cd12484950cdc93821c2c4 /gnu/usr.bin/perl/META.yml | |
parent | 2fae50d18aceff793a4705626eb1156e0070870a (diff) |
Import perl-5.18.2
OK espie@ sthen@ deraadt@
Diffstat (limited to 'gnu/usr.bin/perl/META.yml')
-rw-r--r-- | gnu/usr.bin/perl/META.yml | 34 |
1 files changed, 21 insertions, 13 deletions
diff --git a/gnu/usr.bin/perl/META.yml b/gnu/usr.bin/perl/META.yml index 0ff1ac45e25..0aed3fbe736 100644 --- a/gnu/usr.bin/perl/META.yml +++ b/gnu/usr.bin/perl/META.yml @@ -1,21 +1,20 @@ -name: perl -version: 5.016003 -abstract: The Perl 5 language interpreter -author: perl5-porters@perl.org +--- +abstract: 'The Perl 5 language interpreter' +author: + - perl5-porters@perl.org +build_requires: {} +dynamic_config: 1 +generated_by: 'CPAN::Meta version 2.120921, CPAN::Meta::Converter version 2.120921' license: perl -resources: - homepage: http://www.perl.org/ - bugtracker: http://rt.perl.org/perlbug/ - license: http://dev.perl.org/licenses/ - repository: http://perl5.git.perl.org/ -distribution_type: core -generated_by: Porting/makemeta +meta-spec: + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: 1.4 +name: perl no_index: directory: - cpan - dist/Attribute-Handlers - dist/autouse - - dist/B-Lint - dist/base - dist/bignum - dist/Carp @@ -30,7 +29,6 @@ no_index: - dist/ExtUtils-Install - dist/ExtUtils-Manifest - dist/ExtUtils-ParseXS - - dist/File-CheckTree - dist/Filter-Simple - dist/I18N-Collate - dist/I18N-LangTags @@ -57,6 +55,7 @@ no_index: - dist/Tie-File - dist/XSLoader - lib/version + - mad - win32 file: - autodoc.pl @@ -78,6 +77,9 @@ no_index: - dist/IO/poll.c - dist/IO/poll.h - dist/IO/README + - dist/IO/t/cachepropagate-tcp.t + - dist/IO/t/cachepropagate-udp.t + - dist/IO/t/cachepropagate-unix.t - dist/IO/t/IO.t - dist/IO/t/io_const.t - dist/IO/t/io_dir.t @@ -111,3 +113,9 @@ no_index: - Porting/Maintainers.pm - Porting/perldelta_template.pod - TestInit.pm +resources: + bugtracker: http://rt.perl.org/perlbug/ + homepage: http://www.perl.org/ + license: http://dev.perl.org/licenses/ + repository: http://perl5.git.perl.org/ +version: 5.018002 |