diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2013-03-25 20:09:46 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2013-03-25 20:09:46 +0000 |
commit | 6eda9412f8dc717200dec22c57afdd2a46edfa8e (patch) | |
tree | c835d11c3e3f90de6a8561320ec54f077bfd358f /gnu/usr.bin/perl/META.yml | |
parent | 19adbb7d6dbd1516758cad91978165088a19e917 (diff) |
import perl 5.16.3 from CPAN - worked on by Andrew Fresh and myself
Diffstat (limited to 'gnu/usr.bin/perl/META.yml')
-rw-r--r-- | gnu/usr.bin/perl/META.yml | 47 |
1 files changed, 30 insertions, 17 deletions
diff --git a/gnu/usr.bin/perl/META.yml b/gnu/usr.bin/perl/META.yml index 6322db74158..0ff1ac45e25 100644 --- a/gnu/usr.bin/perl/META.yml +++ b/gnu/usr.bin/perl/META.yml @@ -1,6 +1,6 @@ name: perl -version: 5.012002 -abstract: Practical Extraction and Report Language +version: 5.016003 +abstract: The Perl 5 language interpreter author: perl5-porters@perl.org license: perl resources: @@ -14,32 +14,52 @@ no_index: directory: - cpan - dist/Attribute-Handlers + - dist/autouse + - dist/B-Lint - dist/base + - dist/bignum + - dist/Carp - dist/constant + - dist/Cwd - dist/Data-Dumper + - dist/Devel-SelfStubber + - dist/Dumpvalue + - dist/Env + - dist/ExtUtils-CBuilder + - dist/ExtUtils-Command - dist/ExtUtils-Install + - dist/ExtUtils-Manifest + - dist/ExtUtils-ParseXS + - dist/File-CheckTree - dist/Filter-Simple + - dist/I18N-Collate + - dist/I18N-LangTags + - dist/if - dist/IO/ - dist/lib/ - dist/Locale-Maketext + - dist/Math-BigInt + - dist/Math-BigInt-FastCalc + - dist/Math-BigRat - dist/Module-CoreList - dist/Net-Ping - - dist/Pod-Perldoc - - dist/Pod-Plainer - dist/Safe + - dist/Search-Dict - dist/SelfLoader - dist/Storable - - dist/Switch + - dist/Term-Complete + - dist/Term-ReadLine + - dist/Text-Abbrev - dist/Thread-Queue - dist/Thread-Semaphore - dist/threads - dist/threads-shared + - dist/Tie-File - dist/XSLoader - - ext/Time-Local - lib/version - win32 - file: + - autodoc.pl - dist/IO/ChangeLog - dist/IO/hints/sco.pl - dist/IO/IO.pm @@ -63,6 +83,7 @@ no_index: - dist/IO/t/io_dir.t - dist/IO/t/io_dup.t - dist/IO/t/io_file.t + - dist/IO/t/io_file_export.t - dist/IO/t/io_linenum.t - dist/IO/t/io_multihomed.t - dist/IO/t/io_pipe.t @@ -74,6 +95,7 @@ no_index: - dist/IO/t/io_udp.t - dist/IO/t/io_unix.t - dist/IO/t/io_utf8.t + - dist/IO/t/io_utf8argv.t - dist/IO/t/io_xs.t - dist/lib/lib_pm.PL - dist/lib/Makefile.PL @@ -81,20 +103,11 @@ no_index: - lib/Exporter.pm - lib/Exporter.t - lib/Exporter/Heavy.pm - - lib/newgetopt.pl - lib/unicore/mktables - lib/version.pm - lib/version.pod - - lib/version.t - - pod/perldoc.pod - pod/perlfilter.pod - - pod/pod2latex.PL - - pod/pod2man.PL - - pod/pod2text.PL - - pod/pod2usage.PL - - pod/podchecker.PL - - pod/podselect.PL + - pod/perlpodstyle.pod - Porting/Maintainers.pm - Porting/perldelta_template.pod - TestInit.pm - |