1---
2name: Perl4-CoreLibs
3version: 0.003
4author:
5  - Brandon S. Allbery
6  - John Bazik
7  - 'Tom Christiansen <tchrist@convex.com>'
8  - Alexandr Ciornii (alexchorny at gmail.com)
9  - Charles Collins
10  - 'Joe Doupnik <JRD@CC.USU.EDU>'
11  - 'Marion Hakanson <hakanson@cse.ogi.edu>'
12  - 'Marc Horowitz <marc@mit.edu>'
13  - 'Waldemar Kebsch <kebsch.pad@nixpbe.UUCP>'
14  - 'Lee McLoughlin <lmjm@doc.ic.ac.uk>'
15  - '<A.Macpherson@bnr.co.uk>'
16  - 'Dave Rolsky <autarch@urth.org>'
17  - 'Randal L. Schwartz <merlyn@stonehenge.com>'
18  - 'Aaron Sherman <asherman@fmrco.com>'
19  - 'David Sundstrom <sunds@asictest.sc.ti.com>'
20  - Wayne Thompson
21  - 'Larry Wall <lwall@jpl-devvax.jpl.nasa.gov>'
22  - Ilya Zakharevich
23  - 'Andrew Main (Zefram) <zefram@fysh.org>'
24abstract: libraries historically supplied with Perl 4
25license: perl
26resources:
27  license: http://dev.perl.org/licenses/
28build_requires:
29  Config: 0
30  IO::Handle: 0
31  Module::Build: 0.26
32  Test::More: 0
33  perl: 5.006
34  strict: 0
35  warnings: 0
36requires:
37  File::Find: 0
38  Getopt::Long: 0
39  IPC::Open2: 0
40  IPC::Open3: 0
41  Socket: 0
42  Text::ParseWords: 3.25
43  Time::Local: 0
44  perl: 5.006
45  strict: 0
46  warnings: 0
47  warnings::register: 0
48configure_requires:
49  Module::Build: 0.26
50  perl: 5.006
51  strict: 0
52  warnings: 0
53dynamic_config: 0
54provides:
55  Perl4::CoreLibs:
56    file: lib/Perl4/CoreLibs.pm
57    version: 0.003
58generated_by: Module::Build version 0.340201
59meta-spec:
60  url: http://module-build.sourceforge.net/META-spec-v1.4.html
61  version: 1.4
62distribution_type: module
63