This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.h: Combine two macros into one
[perl5.git] / META.json
CommitLineData
bfc0a3e7
CBW
1{
2 "abstract" : "The Perl 5 language interpreter",
3 "author" : [
4 "perl5-porters@perl.org"
5 ],
6 "dynamic_config" : 1,
20dbe1c7 7 "generated_by" : "CPAN::Meta version 2.150010",
bfc0a3e7
CBW
8 "license" : [
9 "perl_5"
10 ],
11 "meta-spec" : {
12 "version" : 2
13 },
14 "name" : "perl",
15 "no_index" : {
16 "directory" : [
17 "cpan",
18 "dist/Attribute-Handlers",
19 "dist/autouse",
20 "dist/base",
bfc0a3e7
CBW
21 "dist/Carp",
22 "dist/constant",
bfc0a3e7 23 "dist/Data-Dumper",
7baf245a 24 "dist/Devel-PPPort",
bfc0a3e7
CBW
25 "dist/Devel-SelfStubber",
26 "dist/Dumpvalue",
e1c786ba 27 "dist/encoding-warnings",
bfc0a3e7 28 "dist/Env",
3110a055 29 "dist/Exporter",
bfc0a3e7 30 "dist/ExtUtils-CBuilder",
bfc0a3e7
CBW
31 "dist/ExtUtils-ParseXS",
32 "dist/Filter-Simple",
59057798 33 "dist/FindBin",
bfc0a3e7 34 "dist/I18N-Collate",
bfc0a3e7
CBW
35 "dist/if",
36 "dist/IO/",
37 "dist/lib/",
38 "dist/Locale-Maketext",
bfc0a3e7
CBW
39 "dist/Module-CoreList",
40 "dist/Net-Ping",
cb8c8458 41 "dist/PathTools",
bfc0a3e7
CBW
42 "dist/Safe",
43 "dist/Search-Dict",
44 "dist/SelfLoader",
45 "dist/Storable",
46 "dist/Term-Complete",
47 "dist/Term-ReadLine",
48458f69 48 "dist/Test",
bfc0a3e7
CBW
49 "dist/Text-Abbrev",
50 "dist/Thread-Queue",
51 "dist/Thread-Semaphore",
52 "dist/threads",
53 "dist/threads-shared",
54 "dist/Tie-File",
91ba54d4 55 "dist/Time-HiRes",
3baae3fa 56 "dist/Unicode-Normalize",
bfc0a3e7 57 "dist/XSLoader",
3916408a 58 "lib/perl5db",
bfc0a3e7
CBW
59 "win32"
60 ],
61 "file" : [
62 "autodoc.pl",
63 "dist/IO/ChangeLog",
64 "dist/IO/hints/sco.pl",
65 "dist/IO/IO.pm",
66 "dist/IO/IO.xs",
67 "dist/IO/lib/IO/Dir.pm",
68 "dist/IO/lib/IO/File.pm",
69 "dist/IO/lib/IO/Handle.pm",
70 "dist/IO/lib/IO/Pipe.pm",
71 "dist/IO/lib/IO/Poll.pm",
72 "dist/IO/lib/IO/Seekable.pm",
73 "dist/IO/lib/IO/Select.pm",
74 "dist/IO/lib/IO/Socket.pm",
75 "dist/IO/lib/IO/Socket/INET.pm",
76 "dist/IO/lib/IO/Socket/UNIX.pm",
77 "dist/IO/Makefile.PL",
78 "dist/IO/poll.c",
79 "dist/IO/poll.h",
80 "dist/IO/README",
81 "dist/IO/t/cachepropagate-tcp.t",
82 "dist/IO/t/cachepropagate-udp.t",
83 "dist/IO/t/cachepropagate-unix.t",
d20228ab 84 "dist/IO/t/gh17447.t",
bfc0a3e7
CBW
85 "dist/IO/t/IO.t",
86 "dist/IO/t/io_const.t",
87 "dist/IO/t/io_dir.t",
88 "dist/IO/t/io_dup.t",
89 "dist/IO/t/io_file.t",
90 "dist/IO/t/io_file_export.t",
f172023d 91 "dist/IO/t/io_getline.t",
6de2dd46 92 "dist/IO/t/io_leak.t",
bfc0a3e7
CBW
93 "dist/IO/t/io_linenum.t",
94 "dist/IO/t/io_multihomed.t",
95 "dist/IO/t/io_pipe.t",
96 "dist/IO/t/io_poll.t",
97 "dist/IO/t/io_sel.t",
98 "dist/IO/t/io_sock.t",
99 "dist/IO/t/io_taint.t",
100 "dist/IO/t/io_tell.t",
101 "dist/IO/t/io_udp.t",
102 "dist/IO/t/io_unix.t",
103 "dist/IO/t/io_utf8.t",
104 "dist/IO/t/io_utf8argv.t",
105 "dist/IO/t/io_xs.t",
106 "dist/lib/lib_pm.PL",
107 "dist/lib/Makefile.PL",
108 "dist/lib/t/01lib.t",
bfc0a3e7 109 "lib/unicore/mktables",
bfc0a3e7
CBW
110 "pod/perlfilter.pod",
111 "pod/perlpodstyle.pod",
112 "Porting/Maintainers.pm",
113 "Porting/perldelta_template.pod",
4fa93b19
SH
114 "TestInit.pm",
115 "vutil.c",
116 "vutil.h",
117 "vxs.inc"
bfc0a3e7
CBW
118 ]
119 },
b85fe491 120 "release_status" : "unstable",
bfc0a3e7
CBW
121 "resources" : {
122 "bugtracker" : {
47ef154c 123 "web" : "https://github.com/Perl/perl5/issues"
bfc0a3e7 124 },
77bf4cdb 125 "homepage" : "https://www.perl.org/",
bfc0a3e7 126 "license" : [
77bf4cdb 127 "https://dev.perl.org/licenses/"
bfc0a3e7
CBW
128 ],
129 "repository" : {
47ef154c 130 "url" : "https://github.com/Perl/perl5"
bfc0a3e7
CBW
131 }
132 },
8afb9c5d 133 "version" : "5.031010",
202ea931 134 "x_serialization_backend" : "JSON::PP version 4.04"
bfc0a3e7 135}