Commit | Line | Data |
---|---|---|
c9fe4ea1 JH |
1 | # A simple listing of core files that have specific maintainers, |
2 | # or at least someone that can be called an "interested party". | |
3 | # Also, a "module" does not necessarily mean a CPAN module, it | |
4 | # might mean a file or files or a subdirectory. | |
5 | # Most (but not all) of the modules have dual lives in the core | |
6 | # and in CPAN. Those that have a CPAN existence, have the CPAN | |
7 | # attribute set to true. | |
b128a327 | 8 | |
0cf51544 JH |
9 | package Maintainers; |
10 | ||
b128a327 | 11 | %Maintainers = |
462ea751 DM |
12 | ( |
13 | 'abergman' => 'Arthur Bergman <abergman@cpan.org>', | |
14 | 'abigail' => 'Abigail <abigail@abigail.be>', | |
15 | 'ams' => 'Abhijit Menon-Sen <ams@cpan.org>', | |
16 | 'andk' => 'Andreas J. Koenig <andk@cpan.org>', | |
17 | 'andya' => 'Andy Armstrong <andy@hexten.net>', | |
18 | 'arandal' => 'Allison Randal <allison@perl.org>', | |
19 | 'audreyt' => 'Audrey Tang <cpan@audreyt.org>', | |
20 | 'avar' => 'Ævar Arnfjörð Bjarmason <avar@cpan.org>', | |
21 | 'bingos' => 'Chris Williams <chris@bingosnet.co.uk>', | |
22 | 'chorny' => "Alexandr Ciornii <alexchorny\100gmail.com>", | |
23 | 'corion' => 'Max Maischein <corion@corion.net>', | |
24 | 'craig' => 'Craig Berry <craigberry@mac.com>', | |
25 | 'dankogai' => 'Dan Kogai <dankogai@cpan.org>', | |
26 | 'dconway' => 'Damian Conway <dconway@cpan.org>', | |
27 | 'dland' => 'David Landgren <dland@cpan.org>', | |
28 | 'dmanura' => 'David Manura <dmanura@cpan.org>', | |
29 | 'drolsky' => 'Dave Rolsky <drolsky@cpan.org>', | |
30 | 'elizabeth' => 'Elizabeth Mattijsen <liz@dijkmat.nl>', | |
31 | 'ferreira' => 'Adriano Ferreira <ferreira@cpan.org>', | |
32 | 'gbarr' => 'Graham Barr <gbarr@cpan.org>', | |
33 | 'gaas' => 'Gisle Aas <gaas@cpan.org>', | |
34 | 'gsar' => 'Gurusamy Sarathy <gsar@activestate.com>', | |
35 | 'ilyam' => 'Ilya Martynov <ilyam@cpan.org>', | |
36 | 'ilyaz' => 'Ilya Zakharevich <ilyaz@cpan.org>', | |
37 | 'jand' => 'Jan Dubois <jand@activestate.com>', | |
38 | 'jdhedden' => 'Jerry D. Hedden <jdhedden@cpan.org>', | |
6283f212 | 39 | 'jesse' => 'Jesse Vincent <jesse@bestpractical.com>', |
462ea751 DM |
40 | 'jhi' => 'Jarkko Hietaniemi <jhi@cpan.org>', |
41 | 'jjore' => 'Joshua ben Jore <jjore@cpan.org>', | |
8861d625 | 42 | 'jpeacock' => 'John Peacock <jpeacock@cpan.org>', |
462ea751 DM |
43 | 'jstowe' => 'Jonathan Stowe <jstowe@cpan.org>', |
44 | 'jv' => 'Johan Vromans <jv@cpan.org>', | |
45 | 'kane' => 'Jos Boumans <kane@cpan.org>', | |
46 | 'kwilliams' => 'Ken Williams <kwilliams@cpan.org>', | |
47 | 'laun' => 'Wolfgang Laun <Wolfgang.Laun@alcatel.at>', | |
48 | 'lstein' => 'Lincoln D. Stein <lds@cpan.org>', | |
49 | 'lwall' => 'Larry Wall <lwall@cpan.org>', | |
50 | 'marekr' => 'Marek Rouchal <marekr@cpan.org>', | |
51 | 'markm' => 'Mark Mielke <markm@cpan.org>', | |
52 | 'mhx' => 'Marcus Holland-Moritz <mhx@cpan.org>', | |
53 | 'mjd' => 'Mark-Jason Dominus <mjd@plover.com>', | |
54 | 'msergeant' => 'Matt Sergeant <msergeant@cpan.org>', | |
55 | 'mshelor' => 'Mark Shelor <mshelor@cpan.org>', | |
56 | 'muir' => 'David Muir Sharnoff <muir@cpan.org>', | |
57 | 'neilb' => 'Neil Bowers <neilb@cpan.org>', | |
58 | 'nuffin' => 'Yuval Kogman <nothingmuch@woobling.org>', | |
59 | 'nwclark' => 'Nicholas Clark <nwclark@cpan.org>', | |
60 | 'osfameron' => 'Hakim Cassimally <osfameron@perl.org>', | |
61 | 'p5p' => 'perl5-porters <perl5-porters@perl.org>', | |
62 | 'perlfaq' => 'perlfaq-workers <perlfaq-workers@perl.org>', | |
63 | 'petdance' => 'Andy Lester <andy@petdance.com>', | |
64 | 'pjf' => 'Paul Fenwick <pjf@cpan.org>', | |
65 | 'pmqs' => 'Paul Marquess <pmqs@cpan.org>', | |
66 | 'pvhp' => 'Peter Prymmer <pvhp@best.com>', | |
67 | 'rafl' => 'Florian Ragwitz <flora@cpan.org>', | |
68 | 'rclamp' => 'Richard Clamp <rclamp@cpan.org>', | |
69 | 'rgarcia' => 'Rafael Garcia-Suarez <rgarcia@cpan.org>', | |
70 | 'rkobes' => 'Randy Kobes <rkobes@cpan.org>', | |
71 | 'rmbarker' => 'Robin Barker <rmbarker@cpan.org>', | |
72 | 'rra' => 'Russ Allbery <rra@cpan.org>', | |
73 | 'rurban' => 'Reini Urban <rurban@cpan.org>', | |
74 | 'sadahiro' => 'SADAHIRO Tomoyuki <SADAHIRO@cpan.org>', | |
75 | 'salva' => 'Salvador Fandiño García <salva@cpan.org>', | |
76 | 'saper' => 'Sébastien Aperghis-Tramoni <saper@cpan.org>', | |
77 | 'sburke' => 'Sean Burke <sburke@cpan.org>', | |
78 | 'mschwern' => 'Michael Schwern <mschwern@cpan.org>', | |
79 | 'simonw' => 'Simon Wistow <simonw@cpan.org>', | |
80 | 'smccam' => 'Stephen McCamant <smccam@cpan.org>', | |
81 | 'smpeters' => 'Steve Peters <steve@fisharerojo.org>', | |
82 | 'smueller' => 'Steffen Mueller <smueller@cpan.org>', | |
83 | 'tels' => 'Tels <nospam-abuse@bloodgate.com>', | |
84 | 'tomhughes' => 'Tom Hughes <tomhughes@cpan.org>', | |
85 | 'tjenness' => 'Tim Jenness <tjenness@cpan.org>', | |
86 | 'tyemq' => 'Tye McQueen <tyemq@cpan.org>', | |
87 | 'yves' => 'Yves Orton <yves@cpan.org>', | |
88 | 'zefram' => 'Andrew Main <zefram@cpan.org>', | |
89 | ); | |
b128a327 | 90 | |
2c95b6e4 DM |
91 | |
92 | # IGNORABLE: files which, if they appear in the root of a CPAN | |
93 | # distribution, need not appear in core (i.e. core-cpan-diff won't | |
94 | # complain if it can't find them) | |
95 | ||
96 | @IGNORABLE = qw( | |
97 | .cvsignore .dualLivedDiffConfig .gitignore | |
98 | ANNOUNCE Announce Artistic AUTHORS BENCHMARK BUGS Build.PL | |
99 | CHANGELOG ChangeLog CHANGES Changes COPYING Copying CREDITS | |
100 | GOALS HISTORY INSTALL INSTALL.SKIP LICENSE Makefile.PL | |
101 | MANIFEST MANIFEST.SKIP META.yml NEW NOTES ppport.h README | |
102 | SIGNATURE THANKS TODO Todo VERSION WHATSNEW | |
103 | ); | |
104 | ||
105 | ||
e30e10b5 DM |
106 | # Each entry in the %Modules hash roughly represents a distribution, |
107 | # except in the case of CPAN=1, where it *exactly* represents a single | |
108 | # CPAN distribution. | |
109 | ||
110 | # The keys of %Modules are human descriptions of the distributions, and | |
111 | # may not exactly match a module or distribution name. Distributions | |
112 | # which have an obvious top-level module associated with them will usually | |
113 | # have a key named for that module, e.g. 'Archive::Extract' for | |
114 | # Archive-Extract-N.NN.tar.gz; the remaining keys are likely to be based | |
115 | # on the name of the distribution, e.g. 'Locale-Codes' for | |
116 | # Locale-Codes-N.NN.tar.gz'. | |
117 | # | |
118 | # FILES is a list of filenames, glob patterns, and directory | |
119 | # names to be recursed down, which collectively generate a complete list | |
120 | # of the files associated with the distribution. | |
121 | ||
122 | # CPAN can be either 1 (this distribution is also available on CPAN), | |
123 | # or 0 (there is no # valid CPAN release). | |
b128a327 | 124 | |
adc42316 S |
125 | # UPSTREAM indicates where patches should go. undef implies |
126 | # that this hasn't been discussed for the module at hand. | |
127 | # "blead" indicates that the copy of the module in the blead | |
128 | # sources is to be considered canonical, "cpan" means that the | |
129 | # module on CPAN is to be patched first. "first-come" means | |
130 | # that blead can be patched freely if it is in sync with the | |
131 | # latest release on CPAN. | |
132 | ||
e1466347 JC |
133 | # BUGS is an email or url to post bug reports. For modules with |
134 | # UPSTREAM => 'blead', use perl5-porters@perl.org. rt.cpan.org | |
135 | # appears to automatically provide a URL for CPAN modules; any value | |
136 | # given here overrides the default: | |
137 | # http://rt.cpan.org/Public/Dist/Display.html?Name=$ModuleName | |
138 | ||
a55d270d DM |
139 | # DISTRIBUTION names the tarball on CPAN which (allegedly) the files |
140 | # included in core are derived from. Note that the file's version may not | |
141 | # necessarily match the newest version on CPAN. | |
142 | ||
2c95b6e4 DM |
143 | # EXCLUDED is a list of files to be excluded from a CPAN tarball before |
144 | # comparing the remaining contents with core. Each item can either be a | |
145 | # full pathname (eg 't/foo.t') or a pattern (e.g. qr{^t/}). | |
146 | # It defaults to the empty list. | |
147 | ||
148 | # MAP is a hash that maps CPAN paths to their core equivalents. | |
149 | # Each key reprepresents a string prefix, with longest prefixes checked | |
150 | # first. The first match causes that prefix to be replaced with the | |
151 | # corresponding key. For example, with the following MAP: | |
152 | # { | |
153 | # 'lib/' => 'lib/', | |
154 | # '' => 'lib/Foo/', | |
155 | # }, | |
156 | # | |
157 | # these files are mapped as shown: | |
158 | # | |
159 | # README becomes lib/Foo/README | |
160 | # lib/Foo.pm becomes lib/Foo.pm | |
161 | # | |
162 | # The default is dependent on the type of module. | |
163 | # For distributions which appear to be stored under ext/, it defaults to: | |
164 | # | |
165 | # { '' => 'ext/Foo-Bar/' } | |
166 | # | |
167 | # otherwise, it's | |
168 | # | |
169 | # { | |
170 | # 'lib/' => 'lib/', | |
171 | # '' => 'lib/Foo/Bar/', | |
172 | # } | |
173 | ||
b128a327 JH |
174 | %Modules = ( |
175 | ||
462ea751 DM |
176 | 'Archive::Extract' => |
177 | { | |
178 | 'MAINTAINER' => 'kane', | |
ea079934 | 179 | 'DISTRIBUTION' => 'KANE/Archive-Extract-0.34.tar.gz', |
462ea751 DM |
180 | 'FILES' => q[lib/Archive/Extract.pm lib/Archive/Extract], |
181 | 'CPAN' => 1, | |
182 | 'UPSTREAM' => 'cpan', | |
e1466347 | 183 | 'BUGS' => 'bug-archive-extract@rt.cpan.org', |
462ea751 DM |
184 | }, |
185 | ||
186 | 'Archive::Tar' => | |
187 | { | |
188 | 'MAINTAINER' => 'kane', | |
3fd1d62e | 189 | 'DISTRIBUTION' => 'KANE/Archive-Tar-1.52.tar.gz', |
462ea751 DM |
190 | 'FILES' => q[lib/Archive/Tar.pm lib/Archive/Tar], |
191 | 'CPAN' => 1, | |
192 | 'UPSTREAM' => 'cpan', | |
e1466347 | 193 | 'BUGS' => 'bug-archive-tar@rt.cpan.org', |
462ea751 DM |
194 | }, |
195 | ||
196 | 'Attribute::Handlers' => | |
197 | { | |
198 | 'MAINTAINER' => 'rgarcia', | |
9a0c975a | 199 | 'DISTRIBUTION' => 'SMUELLER/Attribute-Handlers-0.86.tar.gz', |
462ea751 DM |
200 | 'FILES' => q[ext/Attribute-Handlers], |
201 | 'CPAN' => 1, | |
202 | 'UPSTREAM' => "blead", | |
203 | }, | |
204 | ||
205 | 'autodie' => | |
206 | { | |
207 | 'MAINTAINER' => 'pjf', | |
7840a289 | 208 | 'DISTRIBUTION' => 'PJF/autodie-2.06_01.tar.gz', |
462ea751 | 209 | 'FILES' => q[lib/Fatal.pm lib/autodie.pm lib/autodie], |
f09dbad6 | 210 | 'EXCLUDED' => [ qr{^inc/Module/}, |
cceec052 PF |
211 | |
212 | # All these tests depend upon external | |
213 | # modules that don't exist when we're | |
214 | # building the core. Hence, they can | |
215 | # never run, and should not be merged. | |
216 | ||
f09dbad6 DM |
217 | qw( |
218 | t/boilerplate.t | |
219 | t/critic.t | |
220 | t/fork.t | |
221 | t/kwalitee.t | |
222 | t/lex58.t | |
223 | t/pod-coverage.t | |
224 | t/pod.t | |
225 | t/socket.t | |
226 | t/system.t | |
227 | ) | |
228 | ], | |
462ea751 DM |
229 | 'CPAN' => 1, |
230 | 'UPSTREAM' => 'cpan', | |
231 | }, | |
232 | ||
233 | 'AutoLoader' => | |
234 | { | |
235 | 'MAINTAINER' => 'smueller', | |
9a0c975a | 236 | 'DISTRIBUTION' => 'SMUELLER/AutoLoader-5.69.tar.gz', |
462ea751 | 237 | 'FILES' => q[lib/AutoLoader.pm lib/AutoSplit.pm lib/AutoLoader], |
f09dbad6 | 238 | 'EXCLUDED' => [ qw( t/00pod.t ) ], |
462ea751 DM |
239 | 'CPAN' => 1, |
240 | 'UPSTREAM' => "cpan", | |
241 | }, | |
242 | ||
243 | 'B::Concise' => | |
244 | { | |
245 | 'MAINTAINER' => 'smccam', | |
246 | 'FILES' => q[ext/B/B/Concise.pm ext/B/t/concise.t], | |
247 | 'CPAN' => 0, | |
890336d1 | 248 | 'UPSTREAM' => undef, |
462ea751 DM |
249 | }, |
250 | ||
251 | 'B::Debug' => | |
252 | { | |
253 | 'MAINTAINER' => 'rurban', | |
254 | 'DISTRIBUTION' => 'RURBAN/B-Debug-1.11.tar.gz', | |
a65b57ff | 255 | 'FILES' => q[ext/B-Debug], |
f09dbad6 | 256 | 'EXCLUDED' => [ qw( t/coverage.html t/pod.t ) ], |
462ea751 DM |
257 | 'CPAN' => 1, |
258 | 'UPSTREAM' => undef, | |
259 | }, | |
260 | ||
261 | 'B::Deparse' => | |
262 | { | |
263 | 'MAINTAINER' => 'smccam', | |
62a6bb71 | 264 | 'FILES' => q[ext/B-Deparse], |
462ea751 DM |
265 | 'CPAN' => 0, |
266 | 'UPSTREAM' => undef, | |
267 | }, | |
268 | ||
269 | 'B::Lint' => | |
270 | { | |
271 | 'MAINTAINER' => 'jjore', | |
272 | 'DISTRIBUTION' => 'JJORE/B-Lint-1.11.tar.gz', | |
cb122419 | 273 | 'FILES' => q[ext/B-Lint], |
f09dbad6 | 274 | 'EXCLUDED' => [ qw( t/test.pl ) ], |
462ea751 DM |
275 | 'CPAN' => 1, |
276 | 'UPSTREAM' => undef, | |
277 | }, | |
278 | ||
279 | 'base' => | |
280 | { | |
281 | 'MAINTAINER' => 'rgarcia', | |
3eff6cda | 282 | 'DISTRIBUTION' => 'RGARCIA/base-2.14.tar.gz', |
e78bb0d8 | 283 | 'FILES' => q[ext/base], |
462ea751 DM |
284 | 'CPAN' => 1, |
285 | 'UPSTREAM' => "blead", | |
286 | }, | |
287 | ||
288 | 'bignum' => | |
289 | { | |
290 | 'MAINTAINER' => 'tels', | |
291 | 'DISTRIBUTION' => 'TELS/math/bignum-0.23.tar.gz', | |
f09dbad6 DM |
292 | 'FILES' => q[lib/big{int,num,rat}.pm |
293 | lib/bignum | |
294 | lib/Math/BigInt/Trace.pm | |
295 | lib/Math/BigFloat/Trace.pm | |
296 | ], | |
297 | 'EXCLUDED' => [ qr{^inc/Module/}, qw(t/pod.t t/pod_cov.t) ], | |
462ea751 DM |
298 | 'CPAN' => 1, |
299 | 'UPSTREAM' => undef, | |
300 | }, | |
301 | ||
302 | 'CGI' => | |
303 | { | |
304 | 'MAINTAINER' => 'lstein', | |
68a4c8b9 | 305 | 'DISTRIBUTION' => 'LDS/CGI.pm-3.45.tar.gz', |
462ea751 | 306 | 'FILES' => q[lib/CGI.pm lib/CGI], |
f09dbad6 DM |
307 | 'EXCLUDED' => [ qr{^t/lib/Test}, |
308 | qw( cgi-lib_porting.html | |
309 | cgi_docs.html | |
310 | examples/WORLD_WRITABLE/18.157.1.253.sav | |
311 | t/gen-tests/gen-start-end-tags.pl | |
312 | ) | |
313 | ], | |
314 | 'MAP' => { 'examples/' => 'lib/CGI/eg/', | |
68a4c8b9 | 315 | 'lib/' => 'lib/', |
f09dbad6 DM |
316 | '' => 'lib/CGI/', |
317 | }, | |
462ea751 DM |
318 | 'CPAN' => 1, |
319 | 'UPSTREAM' => undef, | |
320 | }, | |
321 | ||
322 | 'Class::ISA' => | |
323 | { | |
324 | 'MAINTAINER' => 'sburke', | |
325 | 'DISTRIBUTION' => 'SBURKE/Class-ISA-0.33.tar.gz', | |
326 | 'FILES' => q[lib/Class/ISA.pm lib/Class/ISA], | |
327 | 'CPAN' => 1, | |
328 | 'UPSTREAM' => undef, | |
329 | }, | |
330 | ||
331 | 'Compress::Raw::Bzip2' => | |
332 | { | |
333 | 'MAINTAINER' => 'pmqs', | |
2654429e | 334 | 'DISTRIBUTION' => 'PMQS/Compress-Raw-Bzip2-2.020.tar.gz', |
462ea751 | 335 | 'FILES' => q[ext/Compress-Raw-Bzip2], |
f09dbad6 | 336 | 'EXCLUDED' => [ qr{^t/Test/}, |
2b4f8474 DM |
337 | # NB: we use the CompTestUtils.pm |
338 | # from IO-Compress instead | |
f09dbad6 | 339 | qw( bzip2-src/bzip2-cpp.patch |
f09dbad6 DM |
340 | ) |
341 | ], | |
462ea751 DM |
342 | 'CPAN' => 1, |
343 | 'UPSTREAM' => undef, | |
344 | }, | |
345 | ||
346 | 'Compress::Raw::Zlib' => | |
347 | { | |
348 | 'MAINTAINER' => 'pmqs', | |
2654429e | 349 | 'DISTRIBUTION' => 'PMQS/Compress-Raw-Zlib-2.020.tar.gz', |
f09dbad6 | 350 | |
2b4f8474 DM |
351 | 'FILES' => q[ext/Compress-Raw-Zlib], |
352 | # NB: we use the CompTestUtils.pm | |
353 | # from IO-Compress instead | |
f09dbad6 DM |
354 | 'EXCLUDED' => [ qr{^t/Test/}, |
355 | qw( t/000prereq.t | |
356 | t/99pod.t | |
357 | ) | |
358 | ], | |
359 | 'MAP' => { '' => 'ext/Compress-Raw-Zlib/', | |
f09dbad6 | 360 | }, |
462ea751 DM |
361 | 'CPAN' => 1, |
362 | 'UPSTREAM' => undef, | |
363 | }, | |
364 | ||
365 | 'constant' => | |
366 | { | |
367 | 'MAINTAINER' => 'saper', | |
368 | 'DISTRIBUTION' => 'SAPER/constant-1.17.tar.gz', | |
369 | 'FILES' => q[lib/constant.{pm,t}], | |
f09dbad6 DM |
370 | 'EXCLUDED' => [ qw( t/00-load.t |
371 | t/more-tests.t | |
372 | t/pod-coverage.t | |
373 | t/pod.t | |
374 | eg/synopsis.pl | |
375 | ) | |
376 | ], | |
377 | 'MAP' => { 'lib/' => 'lib/', | |
378 | 't/' => 'lib/', | |
379 | }, | |
462ea751 | 380 | 'CPAN' => 1, |
27d8d4f0 | 381 | 'UPSTREAM' => 'blead', |
462ea751 DM |
382 | }, |
383 | ||
384 | 'CPAN' => | |
385 | { | |
386 | 'MAINTAINER' => 'andk', | |
47dd4b73 | 387 | 'DISTRIBUTION' => 'ANDK/CPAN-1.9402.tar.gz', |
462ea751 | 388 | 'FILES' => q[lib/CPAN.pm lib/CPAN], |
f09dbad6 DM |
389 | 'EXCLUDED' => [ qr{^distroprefs/}, |
390 | qr{^inc/Test/}, | |
391 | qr{^t/CPAN/authors/}, | |
392 | qw{ | |
393 | lib/CPAN/Admin.pm | |
394 | SlayMakefile | |
395 | t/00signature.t | |
396 | t/04clean_load.t | |
397 | t/12cpan.t | |
398 | t/13tarzip.t | |
399 | t/14forkbomb.t | |
400 | t/30shell.coverage | |
401 | t/30shell.t | |
402 | t/31sessions.t | |
403 | t/41distribution.t | |
404 | t/42distroprefs.t | |
405 | t/43distroprefspref.t | |
406 | t/50pod.t | |
407 | t/51pod.t | |
408 | t/52podcover.t | |
409 | t/60credentials.t | |
410 | t/70_critic.t | |
411 | t/CPAN/CpanTestDummies-1.55.pm | |
412 | t/CPAN/TestConfig.pm | |
413 | t/CPAN/TestMirroredBy | |
414 | t/CPAN/TestPatch.txt | |
415 | t/CPAN/modules/02packages.details.txt | |
416 | t/CPAN/modules/03modlist.data | |
417 | t/data/META-dynamic.yml | |
418 | t/data/META-static.yml | |
419 | t/local_utils.pm | |
420 | t/perlcriticrc | |
421 | t/yaml_code.yml | |
422 | }, | |
423 | ], | |
424 | 'MAP' => { 'lib/' => 'lib/', | |
425 | '' => 'lib/CPAN/', | |
426 | 'scripts/' => 'lib/CPAN/bin/', | |
427 | }, | |
462ea751 DM |
428 | 'CPAN' => 1, |
429 | 'UPSTREAM' => 'CPAN', | |
430 | }, | |
431 | ||
432 | 'CPANPLUS' => | |
433 | { | |
434 | 'MAINTAINER' => 'kane', | |
8bc57f96 | 435 | 'DISTRIBUTION' => 'KANE/CPANPLUS-0.88.tar.gz', |
462ea751 | 436 | 'FILES' => q[lib/CPANPLUS.pm |
abba722d DM |
437 | lib/CPANPLUS/Backend |
438 | lib/CPANPLUS/Backend.pm | |
462ea751 DM |
439 | lib/CPANPLUS/bin |
440 | lib/CPANPLUS/Config.pm | |
abba722d DM |
441 | lib/CPANPLUS/Configure |
442 | lib/CPANPLUS/Configure.pm | |
462ea751 DM |
443 | lib/CPANPLUS/Error.pm |
444 | lib/CPANPLUS/FAQ.pod | |
445 | lib/CPANPLUS/Hacking.pod | |
446 | lib/CPANPLUS/inc.pm | |
abba722d DM |
447 | lib/CPANPLUS/Internals |
448 | lib/CPANPLUS/Internals.pm | |
449 | lib/CPANPLUS/Module | |
450 | lib/CPANPLUS/Module.pm | |
462ea751 | 451 | lib/CPANPLUS/Selfupdate.pm |
abba722d DM |
452 | lib/CPANPLUS/Shell |
453 | lib/CPANPLUS/Shell.pm | |
454 | lib/CPANPLUS/Dist.pm | |
455 | lib/CPANPLUS/Dist/Base.pm | |
462ea751 | 456 | lib/CPANPLUS/Dist/Autobundle.pm |
abba722d DM |
457 | lib/CPANPLUS/Dist/MM.pm |
458 | lib/CPANPLUS/Dist/Sample.pm | |
462ea751 DM |
459 | lib/CPANPLUS/t |
460 | ], | |
f09dbad6 DM |
461 | 'EXCLUDED' => [ qr{^inc/}, |
462 | qr{^t/dummy-.*\.hidden$}, | |
557305a7 DM |
463 | qw{ bin/cpanp-boxed }, |
464 | # SQLite tests would be skipped in core, and | |
465 | # the filenames are too long for VMS! | |
466 | qw{ | |
906a0c07 CB |
467 | t/031_CPANPLUS-Internals-Source-SQLite.t |
468 | t/032_CPANPLUS-Internals-Source-via-sqlite.t | |
f09dbad6 DM |
469 | }, |
470 | ], | |
462ea751 DM |
471 | 'CPAN' => 1, |
472 | 'UPSTREAM' => 'cpan', | |
e1466347 | 473 | 'BUGS' => 'bug-cpanplus@rt.cpan.org', |
462ea751 DM |
474 | }, |
475 | ||
476 | 'CPANPLUS::Dist::Build' => | |
477 | { | |
478 | 'MAINTAINER' => 'bingos', | |
a58a4f41 | 479 | 'DISTRIBUTION' => 'BINGOS/CPANPLUS-Dist-Build-0.38.tar.gz', |
abba722d DM |
480 | 'FILES' => q[lib/CPANPLUS/Dist/Build.pm |
481 | lib/CPANPLUS/Dist/Build | |
482 | ], | |
f09dbad6 DM |
483 | 'EXCLUDED' => [ qr{^inc/}, |
484 | qw{ t/99_pod.t | |
485 | t/99_pod_coverage.t | |
486 | }, | |
487 | ], | |
462ea751 DM |
488 | 'CPAN' => 1, |
489 | 'UPSTREAM' => 'cpan', | |
490 | }, | |
491 | ||
492 | 'Data::Dumper' => | |
493 | { | |
494 | 'MAINTAINER' => 'p5p', # Not gsar. Not ilyam | |
9a0c975a | 495 | 'DISTRIBUTION' => 'SMUELLER/Data-Dumper-2.125.tar.gz', |
462ea751 DM |
496 | 'FILES' => q[ext/Data-Dumper], |
497 | 'CPAN' => 1, | |
498 | 'UPSTREAM' => 'blead', | |
499 | }, | |
500 | ||
501 | 'DB_File' => | |
502 | { | |
503 | 'MAINTAINER' => 'pmqs', | |
504 | 'DISTRIBUTION' => 'PMQS/DB_File-1.820.tar.gz', | |
505 | 'FILES' => q[ext/DB_File], | |
f09dbad6 DM |
506 | 'EXCLUDED' => [ qr{^patches/}, |
507 | qw{ t/pod.t | |
508 | fallback.h | |
509 | fallback.xs | |
510 | }, | |
511 | ], | |
462ea751 DM |
512 | 'CPAN' => 1, |
513 | 'UPSTREAM' => undef, | |
514 | }, | |
515 | ||
516 | 'Devel::PPPort' => | |
517 | { | |
518 | 'MAINTAINER' => 'mhx', | |
9c3cb3e1 | 519 | 'DISTRIBUTION' => 'MHX/Devel-PPPort-3.19.tar.gz', |
462ea751 | 520 | 'FILES' => q[ext/Devel-PPPort], |
0e945d00 | 521 | 'EXCLUDED' => [ qw{PPPort.pm} ], # we use PPPort_pm.PL instead |
462ea751 DM |
522 | 'CPAN' => 1, |
523 | 'UPSTREAM' => 'cpan', | |
524 | }, | |
525 | ||
526 | 'Digest' => | |
527 | { | |
528 | 'MAINTAINER' => 'gaas', | |
8861d625 | 529 | 'DISTRIBUTION' => 'GAAS/Digest-1.16.tar.gz', |
462ea751 | 530 | 'FILES' => q[lib/Digest.pm lib/Digest], |
f09dbad6 DM |
531 | 'EXCLUDED' => [ qw{digest-bench} ], |
532 | 'MAP' => { 'Digest/' => 'lib/Digest/', | |
533 | 'Digest.pm'=> 'lib/Digest.pm', | |
534 | '' => 'lib/Digest/', | |
535 | }, | |
462ea751 DM |
536 | 'CPAN' => 1, |
537 | 'UPSTREAM' => undef, | |
538 | }, | |
539 | ||
540 | 'Digest::MD5' => | |
541 | { | |
542 | 'MAINTAINER' => 'gaas', | |
8861d625 | 543 | 'DISTRIBUTION' => 'GAAS/Digest-MD5-2.39.tar.gz', |
462ea751 | 544 | 'FILES' => q[ext/Digest-MD5], |
f09dbad6 | 545 | 'EXCLUDED' => [ qw{rfc1321.txt} ], |
462ea751 DM |
546 | 'CPAN' => 1, |
547 | 'UPSTREAM' => undef, | |
548 | }, | |
549 | ||
550 | 'Digest::SHA' => | |
551 | { | |
552 | 'MAINTAINER' => 'mshelor', | |
553 | 'DISTRIBUTION' => 'MSHELOR/Digest-SHA-5.47.tar.gz', | |
554 | 'FILES' => q[ext/Digest-SHA], | |
f09dbad6 DM |
555 | 'EXCLUDED' => [ qw{t/pod.t t/podcover.t examples/dups} ], |
556 | 'MAP' => { 'shasum' => 'ext/Digest-SHA/bin/shasum', | |
557 | '' => 'ext/Digest-SHA/', | |
558 | }, | |
462ea751 DM |
559 | 'CPAN' => 1, |
560 | 'UPSTREAM' => undef, | |
561 | }, | |
562 | ||
563 | 'Encode' => | |
564 | { | |
565 | 'MAINTAINER' => 'dankogai', | |
b34f6083 | 566 | 'DISTRIBUTION' => 'DANKOGAI/Encode-2.35.tar.gz', |
462ea751 | 567 | 'FILES' => q[ext/Encode], |
2adbc9b6 | 568 | 'EXCLUDED' => [ qw{t/piconv.t} ], # FIXME |
462ea751 DM |
569 | 'CPAN' => 1, |
570 | 'UPSTREAM' => undef, | |
571 | }, | |
572 | ||
573 | 'encoding::warnings' => | |
574 | { | |
575 | 'MAINTAINER' => 'audreyt', | |
576 | 'DISTRIBUTION' => 'AUDREYT/encoding-warnings-0.11.tar.gz', | |
577 | 'FILES' => q[lib/encoding/warnings.pm lib/encoding/warnings], | |
f09dbad6 DM |
578 | 'EXCLUDED' => [ qr{^inc/Module/}, |
579 | qw{t/0-signature.t}, | |
580 | ], | |
462ea751 DM |
581 | 'CPAN' => 1, |
582 | 'UPSTREAM' => undef, | |
583 | }, | |
584 | ||
462ea751 DM |
585 | 'Exporter' => |
586 | { | |
587 | 'MAINTAINER' => 'ferreira', | |
588 | 'DISTRIBUTION' => 'FERREIRA/Exporter-5.63.tar.gz', | |
abba722d DM |
589 | 'FILES' => q[lib/Exporter.pm |
590 | lib/Exporter.t | |
591 | lib/Exporter/Heavy.pm | |
592 | ], | |
f09dbad6 DM |
593 | 'EXCLUDED' => [ qw{t/pod.t t/use.t}, ], |
594 | 'MAP' => { 't/' => 'lib/', | |
595 | 'lib/' => 'lib/', | |
596 | }, | |
462ea751 DM |
597 | 'CPAN' => 1, |
598 | 'UPSTREAM' => undef, | |
599 | }, | |
600 | ||
601 | 'ExtUtils::CBuilder' => | |
602 | { | |
603 | 'MAINTAINER' => 'kwilliams', | |
ab6722ad | 604 | 'DISTRIBUTION' => 'DAGOLDEN/ExtUtils-CBuilder-0.2602.tar.gz', |
462ea751 | 605 | 'FILES' => q[lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder], |
9015f106 | 606 | 'EXCLUDED' => [ qw{devtools} ], |
462ea751 | 607 | 'CPAN' => 1, |
9015f106 | 608 | 'UPSTREAM' => 'cpan', |
462ea751 DM |
609 | }, |
610 | ||
611 | 'ExtUtils::Command' => | |
612 | { | |
613 | 'MAINTAINER' => 'rkobes', | |
614 | 'DISTRIBUTION' => 'RKOBES/ExtUtils-Command-1.16.tar.gz', | |
615 | 'FILES' => q[lib/ExtUtils/Command.pm | |
abba722d DM |
616 | lib/ExtUtils/t/{cp,eu_command}.t |
617 | ], | |
2b4f8474 DM |
618 | 'EXCLUDED' => [ qw{ t/shell_command.t |
619 | t/shell_exit.t | |
620 | t/lib/TieOut.pm | |
621 | lib/Shell/Command.pm | |
622 | }, | |
623 | ], | |
624 | 'MAP' => { 't/' => 'lib/ExtUtils/t/', | |
625 | 'lib/' => 'lib/', | |
626 | }, | |
462ea751 DM |
627 | 'CPAN' => 1, |
628 | 'UPSTREAM' => undef, | |
629 | }, | |
630 | ||
631 | 'ExtUtils::Constant' => | |
632 | { | |
633 | 'MAINTAINER' => 'nwclark', | |
634 | 'DISTRIBUTION' => 'NWCLARK/ExtUtils-Constant-0.16.tar.gz', | |
abba722d DM |
635 | 'FILES' => q[lib/ExtUtils/Constant.pm |
636 | lib/ExtUtils/Constant | |
637 | lib/ExtUtils/t/Constant.t | |
638 | ], | |
2b4f8474 DM |
639 | 'EXCLUDED' => [ qw{ lib/ExtUtils/Constant/Aaargh56Hash.pm |
640 | examples/perl_keyword.pl | |
641 | examples/perl_regcomp_posix_keyword.pl | |
642 | }, | |
643 | ], | |
644 | 'MAP' => { 't/' => 'lib/ExtUtils/t/', | |
645 | 'lib/' => 'lib/', | |
646 | }, | |
462ea751 DM |
647 | 'CPAN' => 1, |
648 | 'UPSTREAM' => undef, | |
649 | }, | |
650 | ||
651 | 'ExtUtils::Install' => | |
652 | { | |
653 | 'MAINTAINER' => 'yves', | |
91fb030a | 654 | 'DISTRIBUTION' => 'YVES/ExtUtils-Install-1.54.tar.gz', |
462ea751 DM |
655 | 'FILES' => q[lib/ExtUtils/{Install,Installed,Packlist}.pm |
656 | lib/ExtUtils/Changes_EU-Install | |
adcdf46b | 657 | lib/ExtUtils/t/Installed.t |
98b0b1df | 658 | lib/ExtUtils/t/InstallWithMM.t |
2e32143e | 659 | lib/ExtUtils/t/{Install,Installapi2,Packlist,can_write_dir}.t], |
91fb030a | 660 | 'EXCLUDED' => [ qw{ t/lib/MakeMaker/Test/Setup/BFD.pm |
2b4f8474 DM |
661 | t/lib/MakeMaker/Test/Utils.pm |
662 | t/lib/Test/Builder.pm | |
663 | t/lib/Test/Builder/Module.pm | |
664 | t/lib/Test/More.pm | |
665 | t/lib/Test/Simple.pm | |
666 | t/lib/TieOut.pm | |
667 | t/pod-coverage.t | |
668 | t/pod.t | |
669 | }, | |
670 | ], | |
671 | 'MAP' => { 't/' => 'lib/ExtUtils/t/', | |
672 | 'lib/' => 'lib/', | |
673 | 'Changes' => 'lib/ExtUtils/Changes_EU-Install', | |
674 | }, | |
462ea751 DM |
675 | 'CPAN' => 1, |
676 | 'UPSTREAM' => 'blead', | |
677 | }, | |
678 | ||
679 | 'ExtUtils::MakeMaker' => | |
680 | { | |
681 | 'MAINTAINER' => 'mschwern', | |
cb06ebec | 682 | 'DISTRIBUTION' => 'MSCHWERN/ExtUtils-MakeMaker-6.55_02.tar.gz', |
2b4f8474 DM |
683 | # note that t/lib/TieOut.pm is included in |
684 | # more than one distro | |
462ea751 DM |
685 | 'FILES' => q[lib/ExtUtils/{Liblist,MakeMaker,Mkbootstrap,Mksymlists,MM*,MY,testlib}.pm |
686 | lib/ExtUtils/{Command,Liblist,MakeMaker} | |
687 | lib/ExtUtils/t/{[0-9FLV-Zabdf-z]*,IN*,Mkbootstrap,MM_*,PL_FILES,cd,config}.t | |
2b4f8474 | 688 | lib/ExtUtils/t/testdata/ |
b6d6132c | 689 | lib/ExtUtils/t/MakeMaker_Parameters.t |
462ea751 DM |
690 | lib/ExtUtils/Changes |
691 | lib/ExtUtils/{NOTES,PATCHING,README,TODO} | |
692 | lib/ExtUtils/instmodsh | |
abba722d DM |
693 | t/lib/MakeMaker |
694 | t/lib/TieIn.pm | |
695 | t/lib/TieOut.pm | |
696 | ], | |
2b4f8474 DM |
697 | 'EXCLUDED' => [ qr{^t/lib/Test/}, |
698 | qr{^inc/ExtUtils/}, | |
699 | ], | |
700 | 'MAP' => { '' => 'lib/ExtUtils/', | |
701 | 'lib/' => 'lib/', | |
702 | 't/lib/' => 't/lib/', | |
703 | 'bin/' => 'lib/ExtUtils/', | |
704 | }, | |
462ea751 DM |
705 | 'CPAN' => 1, |
706 | 'UPSTREAM' => 'first-come', | |
707 | }, | |
708 | ||
709 | 'ExtUtils::Manifest' => | |
710 | { | |
711 | 'MAINTAINER' => 'rkobes', | |
712 | 'DISTRIBUTION' => 'RKOBES/ExtUtils-Manifest-1.56.tar.gz', | |
abba722d DM |
713 | 'FILES' => q[lib/ExtUtils/{Manifest.pm,MANIFEST.SKIP} |
714 | lib/ExtUtils/t/Manifest.t | |
715 | ], | |
2b4f8474 DM |
716 | 'MAP' => { '' => 'lib/ExtUtils/', |
717 | 'lib/' => 'lib/', | |
718 | }, | |
462ea751 DM |
719 | 'CPAN' => 1, |
720 | 'UPSTREAM' => undef, | |
721 | }, | |
722 | ||
723 | 'ExtUtils::ParseXS' => | |
724 | { | |
725 | 'MAINTAINER' => 'kwilliams', | |
d17935ef | 726 | 'DISTRIBUTION' => 'DAGOLDEN/ExtUtils-ParseXS-2.2002.tar.gz', |
2b4f8474 DM |
727 | 'FILES' => q[lib/ExtUtils/ParseXS.pm |
728 | lib/ExtUtils/ParseXS | |
729 | lib/ExtUtils/xsubpp | |
730 | ], | |
462ea751 | 731 | 'CPAN' => 1, |
708f9ca6 | 732 | 'UPSTREAM' => 'cpan', |
462ea751 DM |
733 | }, |
734 | ||
735 | 'faq' => | |
736 | { | |
737 | 'MAINTAINER' => 'perlfaq', | |
738 | 'FILES' => q[pod/perlfaq*], | |
739 | 'CPAN' => 0, | |
740 | 'UPSTREAM' => undef, | |
741 | }, | |
742 | ||
743 | 'File::Fetch' => | |
744 | { | |
745 | 'MAINTAINER' => 'kane', | |
c51ff80d | 746 | 'DISTRIBUTION' => 'KANE/File-Fetch-0.20.tar.gz', |
99f226bb | 747 | 'FILES' => q[ext/File-Fetch], |
462ea751 DM |
748 | 'CPAN' => 1, |
749 | 'UPSTREAM' => 'cpan', | |
750 | }, | |
751 | ||
752 | 'File::Path' => | |
753 | { | |
754 | 'MAINTAINER' => 'dland', | |
c51ff80d | 755 | 'DISTRIBUTION' => 'DLAND/File-Path-2.07_03.tar.gz', |
462ea751 | 756 | 'FILES' => q[lib/File/Path.pm lib/File/Path.t], |
2b4f8474 DM |
757 | 'EXCLUDED' => [ qw{eg/setup-extra-tests |
758 | t/pod.t | |
759 | t/taint.t | |
760 | } | |
761 | ], | |
762 | 'MAP' => { '' => 'lib/File/', | |
763 | 't/' => 'lib/File/', | |
764 | }, | |
462ea751 DM |
765 | 'CPAN' => 1, |
766 | 'UPSTREAM' => undef, | |
767 | }, | |
768 | ||
769 | 'File::Temp' => | |
770 | { | |
771 | 'MAINTAINER' => 'tjenness', | |
205b02ff | 772 | 'DISTRIBUTION' => 'TJENNESS/File-Temp-0.22.tar.gz', |
462ea751 | 773 | 'FILES' => q[lib/File/Temp.pm lib/File/Temp], |
2b4f8474 DM |
774 | 'EXCLUDED' => [ qw{misc/benchmark.pl |
775 | misc/results.txt | |
776 | } | |
777 | ], | |
778 | 'MAP' => { '' => 'lib/File/', | |
779 | 't/' => 'lib/File/Temp/t/', | |
780 | }, | |
462ea751 DM |
781 | 'CPAN' => 1, |
782 | 'UPSTREAM' => undef, | |
783 | }, | |
784 | ||
785 | 'Filter::Simple' => | |
786 | { | |
787 | 'MAINTAINER' => 'smueller', | |
788 | 'DISTRIBUTION' => 'SMUELLER/Filter-Simple-0.84.tar.gz', | |
06254a06 | 789 | 'FILES' => q[ext/Filter-Simple], |
f09dbad6 DM |
790 | 'EXCLUDED' => [ qw(Makefile.PL MANIFEST README META.yml), |
791 | qr{^demo/} | |
792 | ], | |
462ea751 DM |
793 | 'CPAN' => 1, |
794 | 'UPSTREAM' => "blead", | |
795 | }, | |
796 | ||
797 | 'Filter::Util::Call' => | |
798 | { | |
799 | 'MAINTAINER' => 'pmqs', | |
d11aa999 | 800 | 'DISTRIBUTION' => 'PMQS/Filter-1.37.tar.gz', |
462ea751 | 801 | 'FILES' => q[ext/Filter-Util-Call |
abba722d | 802 | t/lib/filter-util.pl |
2b4f8474 | 803 | pod/perlfilter.pod |
abba722d | 804 | ], |
2b4f8474 DM |
805 | 'EXCLUDED' => [ qr{^decrypt/}, |
806 | qr{^examples/}, | |
807 | qr{^Exec/}, | |
808 | qr{^lib/Filter/}, | |
809 | qr{^tee/}, | |
810 | qw{ Call/Makefile.PL | |
811 | Call/ppport.h | |
812 | Call/typemap | |
813 | mytest | |
814 | t/cpp.t | |
815 | t/decrypt.t | |
816 | t/exec.t | |
817 | t/order.t | |
818 | t/pod.t | |
819 | t/sh.t | |
820 | t/tee.t | |
821 | } | |
822 | ], | |
823 | 'MAP' => { 'Call/' => 'ext/Filter-Util-Call/', | |
824 | 'filter-util.pl' => 't/lib/filter-util.pl', | |
825 | 'perlfilter.pod' => 'pod/perlfilter.pod', | |
826 | '' => 'ext/Filter-Util-Call/', | |
827 | }, | |
462ea751 DM |
828 | 'CPAN' => 1, |
829 | 'UPSTREAM' => undef, | |
830 | }, | |
831 | ||
832 | 'Getopt::Long' => | |
833 | { | |
834 | 'MAINTAINER' => 'jv', | |
835 | 'DISTRIBUTION' => 'JV/Getopt-Long-2.38.tar.gz', | |
2b4f8474 DM |
836 | 'FILES' => q[lib/Getopt/Long.pm |
837 | lib/Getopt/Long | |
838 | lib/newgetopt.pl | |
839 | ], | |
840 | 'EXCLUDED' => [ qr{^examples/}, | |
841 | qw{perl-Getopt-Long.spec}, | |
842 | ], | |
462ea751 DM |
843 | 'CPAN' => 1, |
844 | 'UPSTREAM' => 'cpan', | |
845 | }, | |
846 | ||
847 | # Sean has donated it to us. | |
848 | # Nothing has changed since his last CPAN release. | |
2b4f8474 | 849 | # (not strictly true: there have been some trivial typo fixes; DAPM 6/2009) |
462ea751 DM |
850 | 'I18N::LangTags' => |
851 | { | |
852 | 'MAINTAINER' => 'p5p', | |
853 | 'DISTRIBUTION' => 'SBURKE/I18N-LangTags-0.35.tar.gz', | |
be4b0548 | 854 | 'FILES' => q[ext/I18N-LangTags], |
ce2c78aa | 855 | 'CPAN' => 0, |
462ea751 DM |
856 | 'UPSTREAM' => 'blead', |
857 | }, | |
858 | ||
859 | 'if' => | |
860 | { | |
861 | 'MAINTAINER' => 'ilyaz', | |
862 | 'DISTRIBUTION' => 'ILYAZ/modules/if-0.0401.tar.gz', | |
863 | 'FILES' => q[lib/if.{pm,t}], | |
2b4f8474 DM |
864 | 'MAP' => { 't/' => 'lib/', |
865 | '' => 'lib/', | |
866 | }, | |
462ea751 DM |
867 | 'CPAN' => 1, |
868 | 'UPSTREAM' => undef, | |
869 | }, | |
870 | ||
871 | 'IO' => | |
872 | { | |
ac1205a5 | 873 | 'MAINTAINER' => 'p5p', |
3fd1d62e | 874 | 'DISTRIBUTION' => 'GBARR/IO-1.25.tar.gz', |
462ea751 | 875 | 'FILES' => q[ext/IO/], |
2b4f8474 | 876 | 'EXCLUDED' => [ qw{t/test.pl}, ], |
462ea751 | 877 | 'CPAN' => 1, |
ac1205a5 | 878 | 'UPSTREAM' => 'blead', |
462ea751 DM |
879 | }, |
880 | ||
881 | 'IO-Compress' => | |
882 | { | |
883 | 'MAINTAINER' => 'pmqs', | |
2654429e | 884 | 'DISTRIBUTION' => 'PMQS/IO-Compress-2.020.tar.gz', |
2b4f8474 DM |
885 | 'FILES' => q[ext/IO-Compress t/lib/compress ], |
886 | 'EXCLUDED' => [ qr{t/Test/}, | |
887 | qw{t/cz-03zlib-v1.t}, | |
888 | ], | |
2adbc9b6 | 889 | 'MAP' => { '' => 'ext/IO-Compress/', |
2b4f8474 | 890 | }, |
462ea751 DM |
891 | 'CPAN' => 1, |
892 | 'UPSTREAM' => undef, | |
893 | }, | |
894 | ||
895 | 'IO::Zlib' => | |
896 | { | |
897 | 'MAINTAINER' => 'tomhughes', | |
898 | 'DISTRIBUTION' => 'TOMHUGHES/IO-Zlib-1.09.tar.gz', | |
899 | 'FILES' => q[lib/IO/Zlib.pm lib/IO/Zlib], | |
2b4f8474 DM |
900 | 'MAP' => { 'Zlib.pm' => 'lib/IO/Zlib.pm', |
901 | '' => 'lib/IO/Zlib/', | |
902 | }, | |
462ea751 DM |
903 | 'CPAN' => 1, |
904 | 'UPSTREAM' => undef, | |
905 | }, | |
906 | ||
907 | 'IPC::Cmd' => | |
908 | { | |
909 | 'MAINTAINER' => 'kane', | |
ddb41826 | 910 | 'DISTRIBUTION' => 'KANE/IPC-Cmd-0.46.tar.gz', |
462ea751 DM |
911 | 'FILES' => q[lib/IPC/Cmd lib/IPC/Cmd.pm], |
912 | 'CPAN' => 1, | |
913 | 'UPSTREAM' => 'cpan', | |
914 | }, | |
915 | ||
916 | 'IPC::SysV' => | |
917 | { | |
918 | 'MAINTAINER' => 'mhx', | |
919 | 'DISTRIBUTION' => 'MHX/IPC-SysV-2.01.tar.gz', | |
920 | 'FILES' => q[ext/IPC-SysV], | |
2b4f8474 | 921 | 'EXCLUDED' => [ qw{const-c.inc const-xs.inc} ], |
462ea751 DM |
922 | 'CPAN' => 1, |
923 | 'UPSTREAM' => 'cpan', | |
924 | }, | |
925 | ||
926 | 'lib' => | |
927 | { | |
928 | 'MAINTAINER' => 'smueller', | |
929 | 'DISTRIBUTION' => 'SMUELLER/lib-0.62.tar.gz', | |
abba722d | 930 | 'FILES' => q[lib/lib_pm.PL lib/lib.t], |
2b4f8474 DM |
931 | 'EXCLUDED' => [ qw{forPAUSE/lib.pm t/00pod.t} ], |
932 | 'MAP' => { 'lib_pm.PL' => 'lib/lib_pm.PL', | |
933 | 't/01lib.t' => 'lib/lib.t', | |
934 | }, | |
462ea751 DM |
935 | 'CPAN' => 1, |
936 | 'UPSTREAM' => "blead", | |
937 | }, | |
938 | ||
939 | 'libnet' => | |
940 | { | |
941 | 'MAINTAINER' => 'gbarr', | |
942 | 'DISTRIBUTION' => 'GBARR/libnet-1.22.tar.gz', | |
abba722d DM |
943 | 'FILES' => q[lib/Net/{Cmd,Config,Domain,FTP,Netrc,NNTP,POP3,SMTP,Time}.pm |
944 | lib/Net/Changes | |
945 | lib/Net/FTP | |
946 | lib/Net/demos/ | |
947 | lib/Net/*.eg | |
948 | lib/Net/libnetFAQ.pod | |
949 | lib/Net/README | |
950 | lib/Net/t | |
951 | ], | |
2b4f8474 DM |
952 | 'EXCLUDED' => [ qw{Configure install-nomake} ], |
953 | 'MAP' => { 'Net/' => 'lib/Net/', | |
954 | 't/' => 'lib/Net/t/', | |
955 | '' => 'lib/Net/', | |
956 | }, | |
462ea751 DM |
957 | 'CPAN' => 1, |
958 | 'UPSTREAM' => undef, | |
959 | }, | |
960 | ||
961 | 'Locale-Codes' => | |
962 | { | |
963 | 'MAINTAINER' => 'neilb', | |
964 | 'DISTRIBUTION' => 'NEILB/Locale-Codes-2.07.tar.gz', | |
965 | 'FILES' => q[lib/Locale/{Codes,Constants,Country,Currency,Language,Script}*], | |
2b4f8474 DM |
966 | 'MAP' => { 'lib/' => 'lib/', |
967 | '' => 'lib/Locale/Codes/', | |
968 | #XXX why is this file renamed??? | |
969 | 't/language.t' => 'lib/Locale/Codes/t/languages.t', | |
970 | }, | |
462ea751 DM |
971 | 'CPAN' => 1, |
972 | 'UPSTREAM' => undef, | |
973 | }, | |
974 | ||
975 | 'Locale::Maketext' => | |
976 | { | |
977 | 'MAINTAINER' => 'ferreira', | |
978 | 'DISTRIBUTION' => 'FERREIRA/Locale-Maketext-1.13.tar.gz', | |
abba722d DM |
979 | 'FILES' => q[lib/Locale/Maketext.pm |
980 | lib/Locale/Maketext.pod | |
981 | lib/Locale/Maketext/ChangeLog | |
982 | lib/Locale/Maketext/{Guts,GutsLoader}.pm | |
983 | lib/Locale/Maketext/README | |
984 | lib/Locale/Maketext/TPJ13.pod | |
985 | lib/Locale/Maketext/t | |
986 | ], | |
2b4f8474 | 987 | 'EXCLUDED' => [ qw{perlcriticrc t/00_load.t t/pod.t} ], |
462ea751 DM |
988 | 'CPAN' => 1, |
989 | 'UPSTREAM' => undef, | |
990 | }, | |
991 | ||
992 | 'Locale::Maketext::Simple' => | |
993 | { | |
994 | 'MAINTAINER' => 'audreyt', | |
995 | 'DISTRIBUTION' => 'AUDREYT/Locale-Maketext-Simple-0.18.tar.gz', | |
abba722d DM |
996 | 'FILES' => q[lib/Locale/Maketext/Simple.pm |
997 | lib/Locale/Maketext/Simple | |
998 | ], | |
2b4f8474 | 999 | 'EXCLUDED' => [ qr{^inc/} ], |
462ea751 DM |
1000 | 'CPAN' => 1, |
1001 | 'UPSTREAM' => undef, | |
1002 | }, | |
1003 | ||
1004 | 'Log::Message' => | |
1005 | { | |
1006 | 'MAINTAINER' => 'kane', | |
1007 | 'DISTRIBUTION' => 'KANE/Log-Message-0.02.tar.gz', | |
abba722d DM |
1008 | 'FILES' => q[lib/Log/Message.pm |
1009 | lib/Log/Message/{Config,Handlers,Item}.pm | |
1010 | lib/Log/Message/t | |
1011 | ], | |
462ea751 DM |
1012 | 'CPAN' => 1, |
1013 | 'UPSTREAM' => 'cpan', | |
1014 | }, | |
1015 | ||
1016 | 'Log::Message::Simple' => | |
1017 | { | |
1018 | 'MAINTAINER' => 'kane', | |
1019 | 'DISTRIBUTION' => 'KANE/Log-Message-Simple-0.04.tar.gz', | |
abba722d DM |
1020 | 'FILES' => q[lib/Log/Message/Simple.pm |
1021 | lib/Log/Message/Simple | |
1022 | ], | |
462ea751 DM |
1023 | 'CPAN' => 1, |
1024 | 'UPSTREAM' => 'cpan', | |
1025 | }, | |
1026 | ||
1027 | 'mad' => | |
1028 | { | |
1029 | 'MAINTAINER' => 'lwall', | |
1030 | 'FILES' => q[mad], | |
1031 | 'CPAN' => 0, | |
1032 | 'UPSTREAM' => undef, | |
1033 | }, | |
1034 | ||
1035 | 'Math::BigInt' => | |
1036 | { | |
1037 | 'MAINTAINER' => 'tels', | |
1038 | 'DISTRIBUTION' => 'TELS/math/Math-BigInt-1.89.tar.gz', | |
abba722d DM |
1039 | 'FILES' => q[lib/Math/BigInt.pm |
1040 | lib/Math/BigInt | |
2b4f8474 DM |
1041 | !lib/Math/BigInt/Trace.pm |
1042 | t/lib/Math/BigInt/ | |
1043 | t/lib/Math/BigFloat/ | |
abba722d | 1044 | lib/Math/BigFloat.pm |
abba722d | 1045 | ], |
2b4f8474 DM |
1046 | 'EXCLUDED' => [ qr{^inc/}, |
1047 | qr{^examples/}, | |
1048 | qw{t/pod.t | |
1049 | t/pod_cov.t | |
1050 | } | |
1051 | ], | |
1052 | 'MAP' => { 'lib/' => 'lib/', | |
1053 | 't/Math/' => 't/lib/Math/', | |
1054 | '' => 'lib/Math/BigInt/', | |
1055 | 't/new_overloaded.t' => | |
1056 | 'lib/Math/BigInt/t/new_ovld.t', | |
1057 | }, | |
462ea751 DM |
1058 | 'CPAN' => 1, |
1059 | 'UPSTREAM' => undef, | |
1060 | }, | |
1061 | ||
1062 | 'Math::BigInt::FastCalc' => | |
1063 | { | |
1064 | 'MAINTAINER' => 'tels', | |
1065 | 'DISTRIBUTION' => 'TELS/math/Math-BigInt-FastCalc-0.19.tar.gz', | |
1066 | 'FILES' => q[ext/Math-BigInt-FastCalc], | |
2b4f8474 DM |
1067 | 'EXCLUDED' => [ qr{^inc/}, |
1068 | qw{ | |
1069 | t/pod.t | |
1070 | t/pod_cov.t | |
1071 | }, | |
1072 | # instead we use the versions of these test | |
1073 | # files that come with Math::BigInt: | |
1074 | qw{t/bigfltpm.inc | |
1075 | t/bigfltpm.t | |
1076 | t/bigintpm.inc | |
1077 | t/bigintpm.t | |
1078 | t/mbimbf.inc | |
1079 | t/mbimbf.t | |
1080 | }, | |
1081 | ], | |
1082 | 'MAP' => { '' => 'ext/Math-BigInt-FastCalc/', | |
1083 | 'lib/Math/BigInt/FastCalc.pm' | |
1084 | => 'ext/Math-BigInt-FastCalc/FastCalc.pm', | |
1085 | }, | |
462ea751 DM |
1086 | 'CPAN' => 1, |
1087 | 'UPSTREAM' => undef, | |
1088 | }, | |
1089 | ||
1090 | 'Math::BigRat' => | |
1091 | { | |
1092 | 'MAINTAINER' => 'tels', | |
1093 | 'DISTRIBUTION' => 'TELS/math/Math-BigRat-0.22.tar.gz', | |
2b4f8474 DM |
1094 | 'FILES' => q[lib/Math/BigRat.pm |
1095 | lib/Math/BigRat | |
1096 | t/lib/Math/BigRat/ | |
1097 | ], | |
1098 | 'EXCLUDED' => [ qr{^inc/}, | |
1099 | qw{ | |
1100 | t/pod.t | |
1101 | t/pod_cov.t | |
1102 | }, | |
1103 | ], | |
1104 | 'MAP' => { 't/' => 'lib/Math/BigRat/t/', | |
1105 | 't/Math/BigRat/Test.pm' | |
1106 | => 't/lib/Math/BigRat/Test.pm', | |
1107 | }, | |
462ea751 DM |
1108 | 'CPAN' => 1, |
1109 | 'UPSTREAM' => undef, | |
1110 | }, | |
1111 | ||
1112 | 'Math::Complex' => | |
1113 | { | |
1114 | 'MAINTAINER' => 'zefram', | |
1115 | 'DISTRIBUTION' => 'JHI/Math-Complex-1.56.tar.gz', | |
abba722d DM |
1116 | 'FILES' => q[lib/Math/Complex.pm |
1117 | lib/Math/Complex.t | |
1118 | lib/Math/Trig.pm | |
1119 | lib/Math/Trig.t | |
1120 | lib/Math/underbar.t | |
1121 | ], | |
d8ada404 | 1122 | 'EXCLUDED' => [ |
2b4f8474 DM |
1123 | qw{ |
1124 | t/pod.t | |
1125 | t/pod-coverage.t | |
1126 | }, | |
1127 | ], | |
1128 | 'MAP' => { 't/' => 'lib/Math/' }, | |
462ea751 DM |
1129 | 'CPAN' => 1, |
1130 | 'UPSTREAM' => 'cpan', | |
1131 | }, | |
1132 | ||
1133 | 'Memoize' => | |
1134 | { | |
1135 | 'MAINTAINER' => 'mjd', | |
1136 | 'DISTRIBUTION' => 'MJD/Memoize-1.01.tar.gz', | |
1137 | 'FILES' => q[lib/Memoize.pm lib/Memoize], | |
d8ada404 | 1138 | 'EXCLUDED' => [ |
2b4f8474 DM |
1139 | qw{ |
1140 | article.html | |
1141 | Memoize/Saves.pm | |
1142 | }, | |
1143 | ], | |
1144 | 'MAP' => { '' => 'lib/Memoize/', | |
1145 | 'Memoize/' => 'lib/Memoize/', | |
1146 | 'Memoize.pm' => 'lib/Memoize.pm', | |
1147 | }, | |
462ea751 DM |
1148 | 'CPAN' => 1, |
1149 | 'UPSTREAM' => undef, | |
1150 | }, | |
1151 | ||
1152 | 'MIME::Base64' => | |
1153 | { | |
1154 | 'MAINTAINER' => 'gaas', | |
8861d625 | 1155 | 'DISTRIBUTION' => 'GAAS/MIME-Base64-3.08.tar.gz', |
462ea751 | 1156 | 'FILES' => q[ext/MIME-Base64], |
2b4f8474 | 1157 | 'EXCLUDED' => [ qw{ t/bad-sv.t }, ], |
462ea751 DM |
1158 | 'CPAN' => 1, |
1159 | 'UPSTREAM' => undef, | |
1160 | }, | |
1161 | ||
1162 | 'Module::Build' => | |
1163 | { | |
1164 | 'MAINTAINER' => 'kwilliams', | |
cdbde1c3 | 1165 | 'DISTRIBUTION' => 'DAGOLDEN/Module-Build-0.35.tar.gz', |
462ea751 | 1166 | 'FILES' => q[lib/Module/Build lib/Module/Build.pm], |
94410036 | 1167 | 'EXCLUDED' => [ qw{ t/par.t t/signature.t scripts/bundle.pl}, ], |
462ea751 | 1168 | 'CPAN' => 1, |
94410036 | 1169 | 'UPSTREAM' => 'cpan', |
462ea751 DM |
1170 | }, |
1171 | ||
1172 | 'Module::CoreList' => | |
1173 | { | |
1174 | 'MAINTAINER' => 'rgarcia', | |
1175 | 'DISTRIBUTION' => 'RGARCIA/Module-CoreList-2.17.tar.gz', | |
16a7e1b2 | 1176 | 'FILES' => q[ext/Module-CoreList], |
462ea751 DM |
1177 | 'CPAN' => 1, |
1178 | 'UPSTREAM' => "blead", | |
1179 | }, | |
1180 | ||
1181 | 'Module::Load' => | |
1182 | { | |
1183 | 'MAINTAINER' => 'kane', | |
1184 | 'DISTRIBUTION' => 'KANE/Module-Load-0.16.tar.gz', | |
1185 | 'FILES' => q[lib/Module/Load/t lib/Module/Load.pm], | |
1186 | 'CPAN' => 1, | |
1187 | 'UPSTREAM' => 'cpan', | |
1188 | }, | |
1189 | ||
1190 | 'Module::Load::Conditional' => | |
1191 | { | |
1192 | 'MAINTAINER' => 'kane', | |
1193 | 'DISTRIBUTION' => 'KANE/Module-Load-Conditional-0.30.tar.gz', | |
1194 | 'FILES' => q[lib/Module/Load/Conditional | |
abba722d DM |
1195 | lib/Module/Load/Conditional.pm |
1196 | ], | |
462ea751 DM |
1197 | 'CPAN' => 1, |
1198 | 'UPSTREAM' => 'cpan', | |
1199 | }, | |
1200 | ||
1201 | 'Module::Loaded' => | |
1202 | { | |
1203 | 'MAINTAINER' => 'kane', | |
1204 | 'DISTRIBUTION' => 'KANE/Module-Loaded-0.02.tar.gz', | |
1205 | 'FILES' => q[lib/Module/Loaded lib/Module/Loaded.pm], | |
1206 | 'CPAN' => 1, | |
1207 | 'UPSTREAM' => 'cpan', | |
1208 | }, | |
1209 | ||
1210 | # NB. tests are located in t/Module_Pluggable to avoid directory | |
1211 | # depth issues on VMS | |
1212 | 'Module::Pluggable' => | |
1213 | { | |
1214 | 'MAINTAINER' => 'simonw', | |
1215 | 'DISTRIBUTION' => 'SIMONW/Module-Pluggable-3.9.tar.gz', | |
1216 | 'FILES' => q[ext/Module-Pluggable], | |
1217 | 'CPAN' => 1, | |
1218 | 'UPSTREAM' => undef, | |
1219 | }, | |
1220 | ||
1221 | 'Net::Ping' => | |
1222 | { | |
1223 | 'MAINTAINER' => 'smpeters', | |
7ac0cca8 | 1224 | 'DISTRIBUTION' => 'SMPETERS/Net-Ping-2.36.tar.gz', |
a79d563c | 1225 | 'FILES' => q[ext/Net-Ping], |
462ea751 DM |
1226 | 'CPAN' => 1, |
1227 | 'UPSTREAM' => 'blead', | |
1228 | }, | |
1229 | ||
1230 | 'NEXT' => | |
1231 | { | |
1232 | 'MAINTAINER' => 'rafl', | |
91490fbe | 1233 | 'DISTRIBUTION' => 'FLORA/NEXT-0.64.tar.gz', |
462ea751 | 1234 | 'FILES' => q[lib/NEXT.pm lib/NEXT], |
f699e950 | 1235 | 'EXCLUDED' => [ qr{^demo/} ], |
462ea751 DM |
1236 | 'CPAN' => 1, |
1237 | 'UPSTREAM' => 'cpan', | |
1238 | }, | |
1239 | ||
1240 | 'Object::Accessor' => | |
1241 | { | |
1242 | 'MAINTAINER' => 'kane', | |
1243 | 'DISTRIBUTION' => 'KANE/Object-Accessor-0.34.tar.gz', | |
1244 | 'FILES' => q[lib/Object/Accessor.pm lib/Object/Accessor], | |
1245 | 'CPAN' => 1, | |
1246 | 'UPSTREAM' => 'cpan', | |
1247 | }, | |
1248 | ||
1249 | 'Package::Constants' => | |
1250 | { | |
1251 | 'MAINTAINER' => 'kane', | |
1252 | 'DISTRIBUTION' => 'KANE/Package-Constants-0.02.tar.gz', | |
93339c6c | 1253 | 'FILES' => q[ext/Package-Constants], |
462ea751 DM |
1254 | 'CPAN' => 1, |
1255 | 'UPSTREAM' => 'cpan', | |
1256 | }, | |
1257 | ||
1258 | 'Params::Check' => | |
1259 | { | |
1260 | 'MAINTAINER' => 'kane', | |
1261 | 'DISTRIBUTION' => 'KANE/Params-Check-0.26.tar.gz', | |
f699e950 DM |
1262 | # For some reason a file of this name appears within |
1263 | # the tarball. Russell's Paradox eat your heart out. | |
1264 | 'EXCLUDED' => [ qw( Params-Check-0.26.tar.gz ) ], | |
462ea751 DM |
1265 | 'FILES' => q[lib/Params/Check lib/Params/Check.pm], |
1266 | 'CPAN' => 1, | |
1267 | 'UPSTREAM' => 'cpan', | |
1268 | }, | |
1269 | ||
1270 | 'parent' => | |
1271 | { | |
1272 | 'MAINTAINER' => 'corion', | |
1273 | 'DISTRIBUTION' => 'CORION/parent-0.221.tar.gz', | |
1274 | 'FILES' => q[lib/parent lib/parent.pm], | |
1275 | 'CPAN' => 1, | |
1276 | 'UPSTREAM' => undef, | |
1277 | }, | |
1278 | ||
1279 | 'Parse::CPAN::Meta' => | |
1280 | { | |
1281 | 'MAINTAINER' => 'smueller', | |
2654429e | 1282 | 'DISTRIBUTION' => 'ADAMK/Parse-CPAN-Meta-1.39.tar.gz', |
abba722d | 1283 | 'FILES' => q[lib/Parse/CPAN/Meta.pm |
abba722d | 1284 | lib/Parse/CPAN/Meta |
f699e950 | 1285 | t/lib/Parse/CPAN/Meta/Test.pm |
abba722d | 1286 | ], |
f699e950 DM |
1287 | 'EXCLUDED' => [ qw( t/97_meta.t t/98_pod.t t/99_pmv.t ) ], |
1288 | 'MAP' => { 'lib/' => 'lib/', | |
1289 | 't/lib/' => 't/lib/', | |
1290 | '' => 'lib/Parse/CPAN/Meta/', | |
1291 | }, | |
462ea751 DM |
1292 | 'CPAN' => 1, |
1293 | 'UPSTREAM' => "cpan", | |
1294 | }, | |
1295 | ||
1296 | 'PathTools' => | |
1297 | { | |
1298 | 'MAINTAINER' => 'kwilliams', | |
1299 | 'DISTRIBUTION' => 'SMUELLER/PathTools-3.30.tar.gz', | |
abba722d DM |
1300 | 'FILES' => q[lib/File/Spec.pm |
1301 | lib/File/Spec | |
1302 | ext/Cwd | |
1303 | lib/Cwd.pm | |
1304 | ], | |
f699e950 DM |
1305 | # XXX note that the CPAN and blead Makefile.PL are totally |
1306 | # unrelated. The blead one is described as 'core-only'. | |
1307 | # Perhaps after the big lib/ => ext/ migration it will be possible | |
1308 | # to harmonize them? | |
1309 | ||
1310 | 'EXCLUDED' => [ qr{^t/lib/Test/} ], | |
1311 | 'MAP' => { 'lib/' => 'lib/', | |
1312 | 'Cwd.pm' => 'lib/Cwd.pm', | |
1313 | '' => 'ext/Cwd/', | |
1314 | 't/' => 'lib/File/Spec/t/', | |
1315 | 't/cwd.t' => 'ext/Cwd/t/cwd.t', | |
1316 | 't/taint.t' => 'ext/Cwd/t/taint.t', | |
1317 | 't/win32.t' => 'ext/Cwd/t/win32.t', | |
1318 | }, | |
462ea751 DM |
1319 | 'CPAN' => 1, |
1320 | 'UPSTREAM' => "cpan", | |
1321 | }, | |
1322 | ||
1323 | 'perlebcdic' => | |
1324 | { | |
1325 | 'MAINTAINER' => 'pvhp', | |
1326 | 'FILES' => q[pod/perlebcdic.pod], | |
1327 | 'CPAN' => 0, | |
1328 | 'UPSTREAM' => undef, | |
1329 | }, | |
1330 | ||
1331 | 'PerlIO' => | |
1332 | { | |
1333 | 'MAINTAINER' => 'p5p', | |
1334 | 'FILES' => q[ext/PerlIO], | |
1335 | 'CPAN' => 0, | |
1336 | 'UPSTREAM' => undef, | |
1337 | }, | |
1338 | ||
1339 | 'PerlIO::via::QuotedPrint' => | |
1340 | { | |
1341 | 'MAINTAINER' => 'elizabeth', | |
1342 | 'DISTRIBUTION' => 'ELIZABETH/PerlIO-via-QuotedPrint-0.06.tar.gz', | |
1343 | 'FILES' => q[lib/PerlIO/via/QuotedPrint.pm | |
1344 | lib/PerlIO/via/t/QuotedPrint.t], | |
f699e950 DM |
1345 | 'MAP' => { 'lib/' => 'lib/', |
1346 | '' => 'lib/PerlIO/via/', | |
1347 | }, | |
462ea751 DM |
1348 | 'CPAN' => 1, |
1349 | 'UPSTREAM' => undef, | |
1350 | }, | |
1351 | ||
1352 | 'perlpacktut' => | |
1353 | { | |
1354 | 'MAINTAINER' => 'laun', | |
1355 | 'FILES' => q[pod/perlpacktut.pod], | |
1356 | 'CPAN' => 0, | |
1357 | 'UPSTREAM' => undef, | |
1358 | }, | |
1359 | ||
1360 | 'perlpodspec' => | |
1361 | { | |
1362 | 'MAINTAINER' => 'sburke', | |
1363 | 'FILES' => q[pod/perlpodspec.pod], | |
1364 | 'CPAN' => 0, | |
1365 | 'UPSTREAM' => undef, | |
1366 | }, | |
1367 | ||
1368 | 'perlre' => | |
1369 | { | |
1370 | 'MAINTAINER' => 'abigail', | |
1371 | 'FILES' => q[pod/perlrecharclass.pod | |
1372 | pod/perlrebackslash.pod], | |
1373 | 'CPAN' => 0, | |
1374 | 'UPSTREAM' => undef, | |
1375 | }, | |
1376 | ||
1377 | ||
1378 | 'perlreapi' => | |
1379 | { | |
1380 | MAINTAINER => 'avar', | |
abba722d | 1381 | FILES => q[pod/perlreapi.pod], |
462ea751 DM |
1382 | CPAN => 0, |
1383 | 'UPSTREAM' => undef, | |
1384 | }, | |
1385 | ||
1386 | 'perlreftut' => | |
1387 | { | |
1388 | 'MAINTAINER' => 'mjd', | |
1389 | 'FILES' => q[pod/perlreftut.pod], | |
1390 | 'CPAN' => 0, | |
1391 | 'UPSTREAM' => undef, | |
1392 | }, | |
1393 | ||
1394 | 'perlthrtut' => | |
1395 | { | |
1396 | 'MAINTAINER' => 'elizabeth', | |
1397 | 'FILES' => q[pod/perlthrtut.pod], | |
1398 | 'CPAN' => 0, | |
1399 | 'UPSTREAM' => undef, | |
1400 | }, | |
1401 | ||
1402 | 'Pod::Escapes' => | |
1403 | { | |
6283f212 | 1404 | 'MAINTAINER' => 'arandal', |
462ea751 DM |
1405 | 'DISTRIBUTION' => 'SBURKE/Pod-Escapes-1.04.tar.gz', |
1406 | 'FILES' => q[lib/Pod/Escapes.pm lib/Pod/Escapes], | |
1407 | 'CPAN' => 1, | |
1408 | 'UPSTREAM' => undef, | |
1409 | }, | |
1410 | ||
1411 | 'Pod::LaTeX' => | |
1412 | { | |
1413 | 'MAINTAINER' => 'tjenness', | |
1414 | 'DISTRIBUTION' => 'TJENNESS/Pod-LaTeX-0.58.tar.gz', | |
f699e950 DM |
1415 | 'FILES' => q[lib/Pod/LaTeX.pm |
1416 | lib/Pod/t/{pod2latex,user}.t | |
1417 | pod/pod2latex.PL | |
1418 | ], | |
1419 | 'EXCLUDED' => [ qw( t/require.t ) ], | |
1420 | 'MAP' => { '' => 'lib/Pod/', | |
1421 | 'pod2latex.PL' => 'pod/pod2latex.PL', | |
1422 | }, | |
462ea751 DM |
1423 | 'CPAN' => 1, |
1424 | 'UPSTREAM' => undef, | |
1425 | }, | |
1426 | ||
1427 | 'Pod::Parser' => { | |
1428 | 'MAINTAINER' => 'marekr', | |
f699e950 DM |
1429 | |
1430 | # XXX Parser.pm in the 1.38 distribution identifies itself as | |
1431 | # version 1.37! | |
1432 | ||
462ea751 | 1433 | 'DISTRIBUTION' => 'MAREKR/Pod-Parser-1.38.tar.gz', |
abba722d DM |
1434 | 'FILES' => q[lib/Pod/{Checker,Find,InputObjects,Parser,ParseUtils,PlainText,Select,Usage}.pm |
1435 | lib/Pod/t/contains_pod.t | |
1436 | pod/pod{2usage,checker,select}.PL | |
1437 | t/lib/contains_bad_pod.xr | |
1438 | t/lib/contains_pod.xr | |
1439 | t/pod/emptycmd.* | |
1440 | t/pod/find.t | |
1441 | t/pod/for.* | |
1442 | t/pod/headings.* | |
1443 | t/pod/include.* | |
1444 | t/pod/included.* | |
1445 | t/pod/lref.* | |
1446 | t/pod/multiline_items.* | |
1447 | t/pod/nested_items.* | |
1448 | t/pod/nested_seqs.* | |
1449 | t/pod/oneline_cmds.* | |
f699e950 | 1450 | t/pod/p2u_data.pl |
abba722d | 1451 | t/pod/pod2usage.* |
f699e950 | 1452 | t/pod/pod2usage2.t |
abba722d DM |
1453 | t/pod/podchkenc.* |
1454 | t/pod/poderrs.* | |
1455 | t/pod/podselect.* | |
1456 | t/pod/special_seqs.* | |
1457 | t/pod/testcmp.pl | |
1458 | t/pod/testp2pt.pl | |
1459 | t/pod/testpchk.pl | |
f699e950 DM |
1460 | t/pod/testpods/ |
1461 | t/pod/twice.t | |
abba722d DM |
1462 | t/pod/usage*.pod |
1463 | ], | |
f699e950 DM |
1464 | 'MAP' => { 't/pod/' => 't/pod/', |
1465 | 'scripts/' => 'pod/', | |
1466 | 't/pod/contains_pod.t' | |
1467 | => 'lib/Pod/t/contains_pod.t', | |
1468 | # XXX these two dislocations have required | |
1469 | # t/pod/contains_pod.t to be edited to match | |
1470 | ||
1471 | 't/pod/contains_pod.xr' => 't/lib/contains_pod.xr', | |
1472 | 't/pod/contains_bad_pod.xr' | |
1473 | => 't/lib/contains_bad_pod.xr', | |
1474 | }, | |
462ea751 DM |
1475 | 'CPAN' => 1, |
1476 | 'UPSTREAM' => undef, | |
1477 | }, | |
1478 | ||
1479 | 'Pod::Perldoc' => | |
1480 | { | |
1481 | 'MAINTAINER' => 'ferreira', | |
1482 | 'DISTRIBUTION' => 'FERREIRA/Pod-Perldoc-3.15.tar.gz', | |
f699e950 DM |
1483 | 'FILES' => q[lib/Pod/Perldoc.pm |
1484 | lib/Pod/Perldoc | |
1485 | pod/perldoc.pod | |
1486 | ], | |
1487 | # in blead, the perldoc executable is generated by perldoc.PL | |
1488 | # instead | |
1489 | ||
1490 | 'EXCLUDED' => [ qw( perldoc ) ], | |
1491 | 'MAP' => { 'lib/perldoc.pod' => 'pod/perldoc.pod', | |
1492 | 't/' => 'lib/Pod/Perldoc/t/', | |
1493 | }, | |
462ea751 DM |
1494 | 'CPAN' => 1, |
1495 | 'UPSTREAM' => undef, | |
1496 | }, | |
1497 | ||
1498 | 'Pod::Plainer' => | |
1499 | { | |
1500 | 'MAINTAINER' => 'rmbarker', | |
f8f971fe | 1501 | 'FILES' => q[ext/Pod-Plainer], |
462ea751 DM |
1502 | 'CPAN' => 0, |
1503 | 'UPSTREAM' => 'blead', | |
1504 | }, | |
1505 | ||
1506 | 'Pod::Simple' => | |
1507 | { | |
1508 | 'MAINTAINER' => 'arandal', | |
1509 | 'DISTRIBUTION' => 'ARANDAL/Pod-Simple-3.07.tar.gz', | |
abba722d DM |
1510 | 'FILES' => q[lib/Pod/Simple.pm |
1511 | lib/Pod/Simple.pod | |
1512 | lib/Pod/Simple | |
1513 | ], | |
f699e950 DM |
1514 | # XXX these two files correspond to similar ones in bleed under |
1515 | # pod/, but the bleed ones have newer changes, and also seem to | |
1516 | # have been in blead a long time. I'm going to assume then that | |
1517 | # the blead versions of these two files are authoritative - DAPM | |
1518 | 'EXCLUDED' => [ qw( lib/perlpod.pod lib/perlpodspec.pod ) ], | |
462ea751 DM |
1519 | 'CPAN' => 1, |
1520 | 'UPSTREAM' => undef, | |
1521 | }, | |
1522 | ||
1523 | 'podlators' => | |
1524 | { | |
1525 | 'MAINTAINER' => 'rra', | |
1526 | 'DISTRIBUTION' => 'RRA/podlators-2.2.2.tar.gz', | |
abba722d DM |
1527 | 'FILES' => q[lib/Pod/{Man,ParseLink,Text,Text/{Color,Overstrike,Termcap}}.pm |
1528 | pod/pod2man.PL | |
1529 | pod/pod2text.PL | |
1530 | lib/Pod/t/{basic.*,{color,filehandle,man*,parselink,pod-parser,pod-spelling,pod,termcap,text*}.t} | |
1531 | ], | |
f699e950 DM |
1532 | 'MAP' => { 'scripts/' => 'pod/', |
1533 | 't/' => 'lib/Pod/t/', | |
1534 | }, | |
462ea751 DM |
1535 | 'CPAN' => 1, |
1536 | 'UPSTREAM' => 'cpan', | |
1537 | }, | |
1538 | ||
1539 | 'Safe' => | |
1540 | { | |
1541 | 'MAINTAINER' => 'rgarcia', | |
6eed0921 | 1542 | 'DISTRIBUTION' => 'RGARCIA/Safe-2.19.tar.gz', |
462ea751 DM |
1543 | 'FILES' => q[ext/Safe], |
1544 | 'CPAN' => 1, | |
1545 | 'UPSTREAM' => "blead", | |
1546 | }, | |
1547 | ||
1548 | 'Scalar-List-Utils' => | |
1549 | { | |
1550 | 'MAINTAINER' => 'gbarr', | |
1460e873 | 1551 | 'DISTRIBUTION' => 'GBARR/Scalar-List-Utils-1.21.tar.gz', |
d8ada404 | 1552 | # Note that perl uses its own version of Makefile.PL |
462ea751 | 1553 | 'FILES' => q[ext/List-Util], |
d8ada404 DM |
1554 | 'EXCLUDED' => [ qr{^inc/Module/}, |
1555 | qr{^inc/Test/}, | |
1556 | qw{ mytypemap }, | |
1557 | ], | |
462ea751 DM |
1558 | 'CPAN' => 1, |
1559 | 'UPSTREAM' => undef, | |
1560 | }, | |
1561 | ||
1562 | 'SelfLoader' => | |
1563 | { | |
1564 | 'MAINTAINER' => 'smueller', | |
1565 | 'DISTRIBUTION' => 'SMUELLER/SelfLoader-1.17.tar.gz', | |
a54de28d | 1566 | 'FILES' => q[ext/SelfLoader], |
d8ada404 | 1567 | 'EXCLUDED' => [ qw{ t/00pod.t } ], |
462ea751 DM |
1568 | 'CPAN' => 1, |
1569 | 'UPSTREAM' => "blead", | |
1570 | }, | |
1571 | ||
1572 | 'Shell' => | |
1573 | { | |
1574 | 'MAINTAINER' => 'ferreira', | |
1575 | 'DISTRIBUTION' => 'FERREIRA/Shell-0.72.tar.gz', | |
78582be0 | 1576 | 'FILES' => q[ext/Shell], |
d8ada404 | 1577 | 'EXCLUDED' => [ qw{ t/01_use.t t/99_pod.t } ], |
462ea751 DM |
1578 | 'CPAN' => 1, |
1579 | 'UPSTREAM' => undef, | |
1580 | }, | |
1581 | ||
1582 | 'Storable' => | |
1583 | { | |
1584 | 'MAINTAINER' => 'ams', | |
1585 | 'DISTRIBUTION' => 'AMS/Storable-2.20.tar.gz', | |
1586 | 'FILES' => q[ext/Storable], | |
d8ada404 | 1587 | 'EXCLUDED' => [ qr{^t/Test/} ], |
462ea751 DM |
1588 | 'CPAN' => 1, |
1589 | 'UPSTREAM' => undef, | |
1590 | }, | |
1591 | ||
1592 | 'Switch' => | |
1593 | { | |
1594 | 'MAINTAINER' => 'rgarcia', | |
1595 | 'DISTRIBUTION' => 'RGARCIA/Switch-2.14.tar.gz', | |
a241c56a | 1596 | 'FILES' => q[ext/Switch], |
462ea751 DM |
1597 | 'CPAN' => 1, |
1598 | 'UPSTREAM' => "blead", | |
1599 | }, | |
1600 | ||
1601 | 'Sys::Syslog' => | |
1602 | { | |
1603 | 'MAINTAINER' => 'saper', | |
1604 | 'DISTRIBUTION' => 'SAPER/Sys-Syslog-0.27.tar.gz', | |
1605 | 'FILES' => q[ext/Sys-Syslog], | |
d8ada404 DM |
1606 | 'EXCLUDED' => [ qr{^eg/}, |
1607 | qw{t/data-validation.t | |
1608 | t/distchk.t | |
1609 | t/pod.t | |
1610 | t/podcover.t | |
1611 | t/podspell.t | |
1612 | t/portfs.t | |
1613 | win32/PerlLog.RES | |
1614 | }, | |
1615 | ], | |
462ea751 | 1616 | 'CPAN' => 1, |
27d8d4f0 | 1617 | 'UPSTREAM' => 'cpan', |
462ea751 DM |
1618 | }, |
1619 | ||
462ea751 DM |
1620 | 'Term::ANSIColor' => |
1621 | { | |
1622 | 'MAINTAINER' => 'rra', | |
cdab9eb9 | 1623 | 'DISTRIBUTION' => 'RRA/ANSIColor-2.02.tar.gz', |
b66dd24d S |
1624 | 'FILES' => q{ext/Term-ANSIColor}, |
1625 | 'EXCLUDED' => [ qr{^tests/}, qw(t/pod-spelling.t t/pod.t) ], | |
462ea751 DM |
1626 | 'CPAN' => 1, |
1627 | 'UPSTREAM' => 'cpan', | |
1628 | }, | |
1629 | ||
1630 | 'Term::Cap' => | |
1631 | { | |
1632 | 'MAINTAINER' => 'jstowe', | |
1633 | 'DISTRIBUTION' => 'JSTOWE/Term-Cap-1.12.tar.gz', | |
2c48d544 | 1634 | 'FILES' => q{ext/Term-Cap}, |
462ea751 DM |
1635 | 'CPAN' => 1, |
1636 | 'UPSTREAM' => undef, | |
1637 | }, | |
1638 | ||
1639 | 'Term::UI' => | |
1640 | { | |
1641 | 'MAINTAINER' => 'kane', | |
1642 | 'DISTRIBUTION' => 'KANE/Term-UI-0.20.tar.gz', | |
bd895a33 | 1643 | 'FILES' => q{ext/Term-UI}, |
462ea751 DM |
1644 | 'CPAN' => 1, |
1645 | 'UPSTREAM' => 'cpan', | |
1646 | }, | |
1647 | ||
1648 | 'Test' => | |
1649 | { | |
983ed8e9 | 1650 | 'MAINTAINER' => 'jesse', |
6283f212 | 1651 | 'DISTRIBUTION' => 'JESSE/Test-1.25_02.tar.gz', |
462ea751 DM |
1652 | 'FILES' => q[lib/Test.pm lib/Test/t], |
1653 | 'CPAN' => 1, | |
6283f212 | 1654 | 'UPSTREAM' => 'cpan', |
462ea751 DM |
1655 | }, |
1656 | ||
1657 | 'Test::Harness' => | |
1658 | { | |
1659 | 'MAINTAINER' => 'andya', | |
2654429e | 1660 | 'DISTRIBUTION' => 'ANDYA/Test-Harness-3.17.tar.gz', |
462ea751 | 1661 | 'FILES' => q[ext/Test-Harness], |
d8ada404 DM |
1662 | 'EXCLUDED' => [ qr{^examples/}, |
1663 | qr{^inc/}, | |
1664 | qr{^t/lib/Test/}, | |
1665 | qr{^xt/}, | |
1666 | qw{Changes-2.64 | |
1667 | HACKING.pod | |
1668 | perlcriticrc | |
1669 | t/lib/if.pm | |
1670 | } | |
1671 | ], | |
462ea751 DM |
1672 | 'CPAN' => 1, |
1673 | 'UPSTREAM' => undef, | |
1674 | }, | |
1675 | ||
1676 | 'Test::Simple' => | |
1677 | { | |
1678 | 'MAINTAINER' => 'mschwern', | |
3e887aae | 1679 | 'DISTRIBUTION' => 'MSCHWERN/Test-Simple-0.92.tar.gz', |
abba722d DM |
1680 | 'FILES' => q[lib/Test/Simple.pm |
1681 | lib/Test/Simple | |
1682 | lib/Test/Builder.pm | |
1683 | lib/Test/Builder | |
1684 | lib/Test/More.pm | |
1685 | lib/Test/Tutorial.pod | |
3e887aae | 1686 | t/lib/Test/ |
abba722d DM |
1687 | t/lib/Dev/Null.pm |
1688 | ], | |
d8ada404 DM |
1689 | 'EXCLUDED' => [ |
1690 | # NB - TieOut.pm comes with more than one | |
1691 | # distro. We use the MM one | |
d8ada404 DM |
1692 | qw{.perlcriticrc |
1693 | .perltidyrc | |
1694 | t/pod.t | |
1695 | t/pod-coverage.t | |
b36de399 | 1696 | t/Builder/reset_outputs.t |
d8ada404 DM |
1697 | |
1698 | lib/Test/Builder/IO/Scalar.pm | |
d8ada404 DM |
1699 | |
1700 | t/lib/TieOut.pm | |
1701 | } | |
1702 | ], | |
1703 | 'MAP' => { | |
1704 | 'lib/' => 'lib/', | |
1705 | 't/lib/' => 'lib/Test/Simple/t/lib/', | |
1706 | 't/lib/Test/' => 't/lib/Test/', | |
1707 | 't/lib/Dev/' => 't/lib/Dev/', | |
1708 | '' => 'lib/Test/Simple/', | |
1709 | }, | |
462ea751 DM |
1710 | 'CPAN' => 1, |
1711 | 'UPSTREAM' => undef, | |
1712 | }, | |
1713 | ||
1714 | 'Text::Balanced' => | |
1715 | { | |
1716 | 'MAINTAINER' => 'dmanura', | |
85831461 | 1717 | 'DISTRIBUTION' => 'ADAMK/Text-Balanced-2.02.tar.gz', |
0508fb16 | 1718 | 'FILES' => q[ext/Text-Balanced], |
85831461 | 1719 | 'EXCLUDED' => [ qw( t/97_meta.t t/98_pod.t t/99_pmv.t ) ], |
462ea751 DM |
1720 | 'CPAN' => 1, |
1721 | 'UPSTREAM' => undef, | |
1722 | }, | |
1723 | ||
1724 | 'Text::ParseWords' => | |
1725 | { | |
1726 | 'MAINTAINER' => 'chorny', | |
1727 | 'DISTRIBUTION' => 'CHORNY/Text-ParseWords-3.27.zip', | |
3fcda861 | 1728 | 'FILES' => q[lib/Text/ParseWords{.pm,.t,}], |
d8ada404 | 1729 | 'EXCLUDED' => [ qw( t/pod.t ) ], |
3fcda861 NC |
1730 | 'MAP' => { '' => 'lib/Text/', |
1731 | 't/ParseWords.t' => 'lib/Text/ParseWords.t', | |
1732 | 't/taint.t' => 'lib/Text/ParseWords/taint.t', | |
1733 | }, | |
462ea751 DM |
1734 | 'CPAN' => 1, |
1735 | 'UPSTREAM' => undef, | |
1736 | }, | |
1737 | ||
1738 | 'Text::Soundex' => | |
1739 | { | |
1740 | 'MAINTAINER' => 'markm', | |
1741 | 'DISTRIBUTION' => 'MARKM/Text-Soundex-3.03.tar.gz', | |
1742 | 'FILES' => q[ext/Text-Soundex], | |
d8ada404 DM |
1743 | 'MAP' => { '' => 'ext/Text-Soundex/', |
1744 | # XXX these two files are clearly related, | |
1745 | # but they appear to have diverged | |
1746 | # considerably over the years | |
1747 | 'test.pl' => 'ext/Text-Soundex/t/Soundex.t', | |
1748 | }, | |
462ea751 DM |
1749 | 'CPAN' => 1, |
1750 | 'UPSTREAM' => undef, | |
1751 | }, | |
1752 | ||
b866c0be DM |
1753 | 'Text-Tabs+Wrap' => |
1754 | { | |
1755 | 'MAINTAINER' => 'muir', | |
1756 | 'DISTRIBUTION' => 'MUIR/modules/Text-Tabs+Wrap-2009.0305.tar.gz', | |
a1095a4f | 1757 | 'FILES' => q[lib/Text/{Tabs,Wrap}.pm lib/Text/TabsWrap], |
b866c0be | 1758 | 'EXCLUDED' => [ qw( t/dnsparks.t ) ], # see af6492bf9e |
a1095a4f VP |
1759 | 'MAP' => { |
1760 | '' => 'lib/Text/TabsWrap/', | |
1761 | 'lib/'=> 'lib/', | |
1762 | }, | |
b866c0be DM |
1763 | 'CPAN' => 1, |
1764 | 'UPSTREAM' => 'cpan', | |
1765 | }, | |
1766 | ||
462ea751 DM |
1767 | 'Thread::Queue' => |
1768 | { | |
1769 | 'MAINTAINER' => 'jdhedden', | |
1770 | 'DISTRIBUTION' => 'JDHEDDEN/Thread-Queue-2.11.tar.gz', | |
0c05f164 | 1771 | 'FILES' => q[ext/Thread-Queue], |
d8ada404 DM |
1772 | 'EXCLUDED' => [ qw(examples/queue.pl |
1773 | t/00_load.t | |
1774 | t/99_pod.t | |
1775 | t/test.pl | |
1776 | ) ], | |
462ea751 DM |
1777 | 'CPAN' => 1, |
1778 | 'UPSTREAM' => 'blead', | |
1779 | }, | |
1780 | ||
1781 | 'Thread::Semaphore' => | |
1782 | { | |
1783 | 'MAINTAINER' => 'jdhedden', | |
1784 | 'DISTRIBUTION' => 'JDHEDDEN/Thread-Semaphore-2.09.tar.gz', | |
94c8ec9e | 1785 | 'FILES' => q[ext/Thread-Semaphore], |
d8ada404 DM |
1786 | 'EXCLUDED' => [ qw(examples/semaphore.pl |
1787 | t/00_load.t | |
1788 | t/99_pod.t | |
1789 | t/test.pl | |
1790 | ) ], | |
462ea751 DM |
1791 | 'CPAN' => 1, |
1792 | 'UPSTREAM' => 'blead', | |
1793 | }, | |
1794 | ||
1795 | 'threads' => | |
1796 | { | |
1797 | 'MAINTAINER' => 'jdhedden', | |
891f9d0e | 1798 | 'DISTRIBUTION' => 'JDHEDDEN/threads-1.74.tar.gz', |
462ea751 | 1799 | 'FILES' => q[ext/threads], |
d8ada404 DM |
1800 | 'EXCLUDED' => [ qw(examples/pool.pl |
1801 | t/pod.t | |
1802 | t/test.pl | |
1803 | threads.h | |
1804 | ) ], | |
462ea751 DM |
1805 | 'CPAN' => 1, |
1806 | 'UPSTREAM' => 'blead', | |
1807 | }, | |
1808 | ||
1809 | 'threads::shared' => | |
1810 | { | |
1811 | 'MAINTAINER' => 'jdhedden', | |
66ce101f | 1812 | 'DISTRIBUTION' => 'JDHEDDEN/threads-shared-1.31.tar.gz', |
462ea751 | 1813 | 'FILES' => q[ext/threads-shared], |
d8ada404 DM |
1814 | 'EXCLUDED' => [ qw(examples/class.pl |
1815 | shared.h | |
1816 | t/pod.t | |
1817 | t/test.pl | |
1818 | ) ], | |
462ea751 DM |
1819 | 'CPAN' => 1, |
1820 | 'UPSTREAM' => 'blead', | |
1821 | }, | |
1822 | ||
1823 | 'Tie::File' => | |
1824 | { | |
1825 | 'MAINTAINER' => 'mjd', | |
1826 | 'DISTRIBUTION' => 'MJD/Tie-File-0.96.tar.gz', | |
c6b4a156 | 1827 | 'FILES' => q[ext/Tie-File], |
462ea751 DM |
1828 | 'CPAN' => 1, |
1829 | 'UPSTREAM' => undef, | |
1830 | }, | |
1831 | ||
1832 | 'Tie::RefHash' => | |
1833 | { | |
1834 | 'MAINTAINER' => 'nuffin', | |
1835 | 'DISTRIBUTION' => 'NUFFIN/Tie-RefHash-1.38.tar.gz', | |
1836 | 'FILES' => q[lib/Tie/RefHash.pm lib/Tie/RefHash], | |
d8ada404 DM |
1837 | 'MAP' => { 'lib/' => 'lib/', |
1838 | 't/' => 'lib/Tie/RefHash/', | |
1839 | }, | |
462ea751 DM |
1840 | 'CPAN' => 1, |
1841 | 'UPSTREAM' => 'cpan', | |
1842 | }, | |
1843 | ||
1844 | 'Time::HiRes' => | |
1845 | { | |
1846 | 'MAINTAINER' => 'zefram', | |
1847 | 'DISTRIBUTION' => 'JHI/Time-HiRes-1.9719.tar.gz', | |
1848 | 'FILES' => q[ext/Time-HiRes], | |
1849 | 'CPAN' => 1, | |
1850 | 'UPSTREAM' => undef, | |
1851 | }, | |
1852 | ||
1853 | 'Time::Local' => | |
1854 | { | |
1855 | 'MAINTAINER' => 'drolsky', | |
1856 | 'DISTRIBUTION' => 'DROLSKY/Time-Local-1.1901.tar.gz', | |
1857 | 'FILES' => q[lib/Time/Local.{pm,t}], | |
2654429e DM |
1858 | 'EXCLUDED' => [ qw(t/pod-coverage.t t/pod.t) ], |
1859 | 'MAP' => { 'lib/' => 'lib/', | |
1860 | 't/' => 'lib/Time/', | |
1861 | }, | |
462ea751 DM |
1862 | 'CPAN' => 1, |
1863 | 'UPSTREAM' => undef, | |
1864 | }, | |
1865 | ||
1866 | 'Time::Piece' => | |
1867 | { | |
1868 | 'MAINTAINER' => 'msergeant', | |
6653081c | 1869 | 'DISTRIBUTION' => 'MSERGEANT/Time-Piece-1.15.tar.gz', |
462ea751 DM |
1870 | 'FILES' => q[ext/Time-Piece], |
1871 | 'CPAN' => 1, | |
1872 | 'UPSTREAM' => undef, | |
1873 | }, | |
1874 | ||
1875 | 'Unicode::Collate' => | |
1876 | { | |
1877 | 'MAINTAINER' => 'sadahiro', | |
1878 | 'DISTRIBUTION' => 'SADAHIRO/Unicode-Collate-0.52.tar.gz', | |
1879 | 'FILES' => q[lib/Unicode/Collate.pm | |
abba722d DM |
1880 | lib/Unicode/Collate |
1881 | ], | |
2654429e DM |
1882 | # ignore experimental XS version |
1883 | 'EXCLUDED' => [ qr{X$}, | |
1884 | qw{disableXS enableXS } | |
1885 | ], | |
1886 | 'MAP' => { '' => 'lib/Unicode/Collate/', | |
1887 | 'Collate.pm' => 'lib/Unicode/Collate.pm', | |
1888 | 'Collate/' => 'lib/Unicode/Collate/', | |
1889 | }, | |
462ea751 DM |
1890 | 'CPAN' => 1, |
1891 | 'UPSTREAM' => 'first-come', | |
1892 | }, | |
1893 | ||
1894 | 'Unicode::Normalize' => | |
1895 | { | |
1896 | 'MAINTAINER' => 'sadahiro', | |
2654429e | 1897 | 'DISTRIBUTION' => 'SADAHIRO/Unicode-Normalize-1.03.tar.gz', |
462ea751 | 1898 | 'FILES' => q[ext/Unicode-Normalize], |
2654429e | 1899 | 'EXCLUDED' => [ qw{MANIFEST.N Normalize.pmN disableXS enableXS }], |
462ea751 DM |
1900 | 'CPAN' => 1, |
1901 | 'UPSTREAM' => 'first-come', | |
1902 | }, | |
1903 | ||
1904 | 'version' => | |
1905 | { | |
1906 | 'MAINTAINER' => 'jpeacock', | |
05b3708e | 1907 | 'DISTRIBUTION' => 'JPEACOCK/version-0.77.tar.gz', |
daa8514a NC |
1908 | 'FILES' => q[lib/version.pm lib/version.pod lib/version.t |
1909 | lib/version], | |
2654429e DM |
1910 | 'EXCLUDED' => [ qr{^t/.*\.t$}, qr{^vutil/}, |
1911 | qw{lib/version/typemap}, | |
1912 | qw{vperl/vpp.pm}, | |
1913 | ], | |
1914 | 'MAP' => { 'lib/' => 'lib/', | |
1915 | 't/coretests.pm' => 'lib/version.t', | |
1916 | }, | |
462ea751 DM |
1917 | 'CPAN' => 1, |
1918 | 'UPSTREAM' => undef, | |
1919 | }, | |
1920 | ||
1921 | 'vms' => | |
1922 | { | |
1923 | 'MAINTAINER' => 'craig', | |
1924 | 'FILES' => q[vms configure.com README.vms], | |
1925 | 'CPAN' => 0, | |
1926 | 'UPSTREAM' => undef, | |
1927 | }, | |
1928 | ||
1929 | 'warnings' => | |
1930 | { | |
1931 | 'MAINTAINER' => 'pmqs', | |
abba722d DM |
1932 | 'FILES' => q[warnings.pl |
1933 | lib/warnings.{pm,t} | |
1934 | lib/warnings | |
1935 | t/lib/warnings | |
1936 | ], | |
462ea751 DM |
1937 | 'CPAN' => 0, |
1938 | 'UPSTREAM' => undef, | |
1939 | }, | |
1940 | ||
1941 | 'win32' => | |
1942 | { | |
1943 | 'MAINTAINER' => 'jand', | |
1944 | 'FILES' => q[win32 t/win32 README.win32 ext/Win32CORE], | |
1945 | 'CPAN' => 0, | |
1946 | 'UPSTREAM' => undef, | |
1947 | }, | |
1948 | ||
1949 | 'Win32' => | |
1950 | { | |
1951 | 'MAINTAINER' => 'jand', | |
1952 | 'DISTRIBUTION' => "JDB/Win32-0.39.tar.gz", | |
1953 | 'FILES' => q[ext/Win32], | |
1954 | 'CPAN' => 1, | |
1955 | 'UPSTREAM' => undef, | |
1956 | }, | |
1957 | ||
1958 | 'Win32API::File' => | |
1959 | { | |
1960 | 'MAINTAINER' => 'tyemq', | |
1961 | 'DISTRIBUTION' => 'CHORNY/Win32API-File-0.1101.zip', | |
1962 | 'FILES' => q[ext/Win32API-File], | |
2654429e DM |
1963 | 'EXCLUDED' => [ qr{^ex/}, |
1964 | qw{t/pod.t}, | |
1965 | ], | |
462ea751 DM |
1966 | 'CPAN' => 1, |
1967 | 'UPSTREAM' => undef, | |
1968 | }, | |
1969 | ||
1970 | 'XSLoader' => | |
1971 | { | |
1972 | 'MAINTAINER' => 'saper', | |
1973 | 'DISTRIBUTION' => 'SAPER/XSLoader-0.10.tar.gz', | |
abba722d DM |
1974 | 'FILES' => q[ext/DynaLoader/t/XSLoader.t |
1975 | ext/DynaLoader/XSLoader_pm.PL | |
1976 | ], | |
2654429e DM |
1977 | 'EXCLUDED' => [ qr{^eg/}, |
1978 | qw{t/pod.t | |
1979 | t/podcover.t | |
1980 | t/portfs.t | |
1981 | XSLoader.pm}, # we use XSLoader_pm.PL | |
1982 | ], | |
462ea751 | 1983 | 'CPAN' => 1, |
27d8d4f0 | 1984 | 'UPSTREAM' => 'blead', |
462ea751 DM |
1985 | }, |
1986 | ||
1987 | 's2p' => | |
1988 | { | |
1989 | 'MAINTAINER' => 'laun', | |
1990 | 'FILES' => q[x2p/s2p.PL], | |
1991 | 'CPAN' => 0, | |
1992 | 'UPSTREAM' => undef, | |
1993 | }, | |
1994 | ||
1995 | ||
1996 | # this pseudo-module represents all the files under ext/ and lib/ | |
1997 | # that aren't otherwise claimed. This means that the following two | |
1998 | # commands will check that every file under ext/ and lib/ is | |
1999 | # accounted for, and that there are no duplicates: | |
2000 | # | |
2001 | # perl Porting/Maintainers --checkmani lib ext | |
d8ada404 | 2002 | # perl Porting/Maintainers --checkmani |
462ea751 DM |
2003 | |
2004 | '_PERLLIB' => | |
2005 | { | |
2006 | 'MAINTAINER' => 'p5p', | |
2007 | 'FILES' => q[ | |
34c716a1 S |
2008 | ext/autouse/lib |
2009 | ext/autouse/t | |
462ea751 DM |
2010 | ext/B/B.pm |
2011 | ext/B/typemap | |
2012 | ext/B/Makefile.PL | |
2013 | ext/B/defsubs_h.PL | |
2014 | ext/B/O.pm | |
2015 | ext/B/B.xs | |
2016 | ext/B/B/Terse.pm | |
2017 | ext/B/B/Showlex.pm | |
2018 | ext/B/B/Xref.pm | |
2019 | ext/B/t/f_map | |
2020 | ext/B/t/showlex.t | |
2021 | ext/B/t/o.t | |
2022 | ext/B/t/optree_varinit.t | |
2023 | ext/B/t/concise-xs.t | |
2024 | ext/B/t/optree_check.t | |
2025 | ext/B/t/OptreeCheck.pm | |
2026 | ext/B/t/optree_specials.t | |
2027 | ext/B/t/f_sort.t | |
2028 | ext/B/t/pragma.t | |
2029 | ext/B/t/f_sort | |
2030 | ext/B/t/b.t | |
2031 | ext/B/t/optree_samples.t | |
2032 | ext/B/t/optree_concise.t | |
2033 | ext/B/t/optree_constants.t | |
2034 | ext/B/t/optree_sort.t | |
2035 | ext/B/t/terse.t | |
2036 | ext/B/t/xref.t | |
2037 | ext/B/t/f_map.t | |
2038 | ext/B/t/optree_misc.t | |
2039 | ext/B/hints/openbsd.pl | |
2040 | ext/B/hints/darwin.pl | |
2041 | ||
2042 | ext/Devel-DProf/ | |
2043 | ext/Devel-Peek/ | |
2044 | ext/DynaLoader/ | |
2045 | !ext/DynaLoader/t/XSLoader.t | |
2046 | !ext/DynaLoader/XSLoader_pm.PL | |
7083d81a | 2047 | ext/Errno |
462ea751 DM |
2048 | ext/Fcntl/ |
2049 | ext/File-Glob/ | |
d9268716 S |
2050 | ext/FileCache/lib |
2051 | ext/FileCache/t | |
462ea751 DM |
2052 | ext/GDBM_File/ |
2053 | ext/Hash-Util-FieldHash/ | |
2054 | ext/Hash-Util/ | |
2055 | ext/I18N-Langinfo/ | |
2056 | ext/NDBM_File/ | |
2057 | ext/ODBM_File/ | |
2058 | ext/Opcode/ | |
2059 | ext/POSIX/ | |
2060 | ext/PerlIO-encoding/ | |
2061 | ext/PerlIO-scalar/ | |
2062 | ext/PerlIO-via/ | |
2063 | ext/SDBM_File/ | |
2064 | ext/Socket/ | |
2065 | ext/Sys-Hostname/ | |
b7d7e1da | 2066 | ext/Tie-Memoize/ |
462ea751 DM |
2067 | ext/XS-APItest/ |
2068 | ext/XS-Typemap/ | |
2069 | ext/attributes/ | |
2070 | ext/mro/ | |
2071 | ext/re/ | |
2072 | lib/AnyDBM_File.{pm,t} | |
2073 | lib/Benchmark.{pm,t} | |
2074 | lib/CORE.pod | |
2075 | lib/Carp.{pm,t} | |
2076 | lib/Carp/Heavy.pm | |
2077 | lib/Class/Struct.{pm,t} | |
2078 | lib/Config.t | |
2079 | lib/Config/Extensions.{pm,t} | |
2080 | lib/DB.{pm,t} | |
2081 | lib/DBM_Filter.pm | |
2082 | lib/DBM_Filter/ | |
2083 | lib/Devel/SelfStubber.{pm,t} | |
2084 | lib/DirHandle.{pm,t} | |
2085 | lib/Dumpvalue.{pm,t} | |
2086 | lib/English.{pm,t} | |
2087 | lib/Env.pm | |
2088 | lib/Env/t/ | |
2089 | lib/ExtUtils/Embed.pm | |
2090 | lib/ExtUtils/XSSymSet.pm | |
2091 | lib/ExtUtils/t/Embed.t | |
462ea751 | 2092 | lib/ExtUtils/typemap |
462ea751 DM |
2093 | lib/File/Basename.{pm,t} |
2094 | lib/File/CheckTree.{pm,t} | |
2095 | lib/File/Compare.{pm,t} | |
2096 | lib/File/Copy.{pm,t} | |
2097 | lib/File/DosGlob.{pm,t} | |
2098 | lib/File/Find.pm | |
2099 | lib/File/Find/ | |
2100 | lib/File/stat.{pm,t} | |
462ea751 DM |
2101 | lib/FileHandle.{pm,t} |
2102 | lib/FindBin.{pm,t} | |
2103 | lib/Getopt/Std.{pm,t} | |
2104 | lib/I18N/Collate.{pm,t} | |
2105 | lib/IPC/Open2.{pm,t} | |
2106 | lib/IPC/Open3.{pm,t} | |
2107 | lib/Internals.t | |
2108 | lib/Net/hostent.{pm,t} | |
2109 | lib/Net/netent.{pm,t} | |
2110 | lib/Net/protoent.{pm,t} | |
2111 | lib/Net/servent.{pm,t} | |
2112 | lib/PerlIO.pm | |
2113 | lib/Pod/Functions.pm | |
2114 | lib/Pod/Html.pm | |
2115 | lib/Pod/t/Functions.t | |
2116 | lib/Pod/t/InputObjects.t | |
2117 | lib/Pod/t/Select.t | |
2118 | lib/Pod/t/Usage.t | |
2119 | lib/Pod/t/eol.t | |
2120 | lib/Pod/t/html* | |
2121 | lib/Pod/t/pod2html-lib.pl | |
2122 | lib/Pod/t/utils.t | |
2123 | lib/Search/Dict.{pm,t} | |
2124 | lib/SelectSaver.{pm,t} | |
2125 | lib/Symbol.{pm,t} | |
2126 | lib/Term/Complete.{pm,t} | |
2127 | lib/Term/ReadLine.{pm,t} | |
2128 | lib/Text/Abbrev.{pm,t} | |
2129 | lib/Thread.{pm,t} | |
2130 | lib/Tie/Array.pm | |
2131 | lib/Tie/Array/ | |
2132 | lib/Tie/Handle.pm | |
2133 | lib/Tie/Handle/ | |
2134 | lib/Tie/Hash.pm | |
2135 | lib/Tie/Hash/NamedCapture.pm | |
462ea751 DM |
2136 | lib/Tie/Scalar.{pm,t} |
2137 | lib/Tie/StdHandle.pm | |
2138 | lib/Tie/SubstrHash.{pm,t} | |
2139 | lib/Time/gmtime.{pm,t} | |
2140 | lib/Time/localtime.{pm,t} | |
2141 | lib/Time/tm.pm | |
2142 | lib/UNIVERSAL.pm | |
2143 | lib/Unicode/README | |
2144 | lib/Unicode/UCD.{pm,t} | |
2145 | lib/User/grent.{pm,t} | |
2146 | lib/User/pwent.{pm,t} | |
2147 | lib/abbrev.pl | |
2148 | lib/assert.pl | |
462ea751 DM |
2149 | lib/bigfloat{.pl,pl.t} |
2150 | lib/bigint{.pl,pl.t} | |
2151 | lib/bigrat.pl | |
2152 | lib/blib.{pm,t} | |
2153 | lib/bytes.{pm,t} | |
2154 | lib/bytes_heavy.pl | |
2155 | lib/cacheout.pl | |
2156 | lib/charnames.{pm,t} | |
2157 | lib/complete.pl | |
2158 | lib/ctime.pl | |
2159 | lib/dbm_filter_util.pl | |
2160 | lib/deprecate.pm | |
2161 | lib/diagnostics.{pm,t} | |
2162 | lib/dotsh.pl | |
2163 | lib/dumpvar.{pl,t} | |
2164 | lib/exceptions.pl | |
2165 | lib/fastcwd.pl | |
2166 | lib/feature.{pm,t} | |
2167 | lib/filetest.{pm,t} | |
2168 | lib/find.pl | |
2169 | lib/finddepth.pl | |
2170 | lib/flush.pl | |
2171 | lib/getcwd.pl | |
2172 | lib/getopt.pl | |
2173 | lib/getopts.pl | |
2174 | lib/h2ph.t | |
2175 | lib/h2xs.t | |
2176 | lib/hostname.pl | |
2177 | lib/importenv.pl | |
2178 | lib/integer.{pm,t} | |
2179 | lib/less.{pm,t} | |
2180 | lib/locale.{pm,t} | |
2181 | lib/look.pl | |
462ea751 DM |
2182 | lib/open.{pm,t} |
2183 | lib/open2.pl | |
2184 | lib/open3.pl | |
2185 | lib/overload{.pm,.t,64.t} | |
2186 | lib/overload/numbers.pm | |
2187 | lib/overloading.{pm,t} | |
2188 | lib/perl5db.{pl,t} | |
2189 | lib/perl5db/ | |
2190 | lib/pwd.pl | |
2191 | lib/shellwords.pl | |
2192 | lib/sigtrap.{pm,t} | |
2193 | lib/sort.{pm,t} | |
2194 | lib/stat.pl | |
2195 | lib/strict.{pm,t} | |
2196 | lib/subs.{pm,t} | |
2197 | lib/syslog.pl | |
2198 | lib/tainted.pl | |
2199 | lib/termcap.pl | |
2200 | lib/timelocal.pl | |
2201 | lib/unicore/ | |
2202 | lib/utf8.{pm,t} | |
2203 | lib/utf8_heavy.pl | |
2204 | lib/validate.pl | |
2205 | lib/vars{.pm,.t,_carp.t} | |
2206 | lib/vmsish.{pm,t} | |
2207 | ], | |
2208 | 'CPAN' => 0, | |
2209 | 'UPSTREAM' => undef, | |
2210 | }, | |
2211 | ); | |
b128a327 JH |
2212 | |
2213 | 1; |