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 | |
97556ec3 | 6 | # and in CPAN. |
b128a327 | 7 | |
0cf51544 JH |
8 | package Maintainers; |
9 | ||
9b9b4b79 NC |
10 | use File::Glob qw(:case); |
11 | ||
b128a327 | 12 | %Maintainers = |
462ea751 DM |
13 | ( |
14 | 'abergman' => 'Arthur Bergman <abergman@cpan.org>', | |
15 | 'abigail' => 'Abigail <abigail@abigail.be>', | |
16 | 'ams' => 'Abhijit Menon-Sen <ams@cpan.org>', | |
17 | 'andk' => 'Andreas J. Koenig <andk@cpan.org>', | |
18 | 'andya' => 'Andy Armstrong <andy@hexten.net>', | |
19 | 'arandal' => 'Allison Randal <allison@perl.org>', | |
20 | 'audreyt' => 'Audrey Tang <cpan@audreyt.org>', | |
21 | 'avar' => 'Ævar Arnfjörð Bjarmason <avar@cpan.org>', | |
22 | 'bingos' => 'Chris Williams <chris@bingosnet.co.uk>', | |
e9bdeacf | 23 | 'chorny' => 'Alexandr Ciornii <alexchorny@gmail.com>', |
462ea751 DM |
24 | 'corion' => 'Max Maischein <corion@corion.net>', |
25 | 'craig' => 'Craig Berry <craigberry@mac.com>', | |
26 | 'dankogai' => 'Dan Kogai <dankogai@cpan.org>', | |
27 | 'dconway' => 'Damian Conway <dconway@cpan.org>', | |
28 | 'dland' => 'David Landgren <dland@cpan.org>', | |
29 | 'dmanura' => 'David Manura <dmanura@cpan.org>', | |
30 | 'drolsky' => 'Dave Rolsky <drolsky@cpan.org>', | |
31 | 'elizabeth' => 'Elizabeth Mattijsen <liz@dijkmat.nl>', | |
32 | 'ferreira' => 'Adriano Ferreira <ferreira@cpan.org>', | |
33 | 'gbarr' => 'Graham Barr <gbarr@cpan.org>', | |
34 | 'gaas' => 'Gisle Aas <gaas@cpan.org>', | |
35 | 'gsar' => 'Gurusamy Sarathy <gsar@activestate.com>', | |
36 | 'ilyam' => 'Ilya Martynov <ilyam@cpan.org>', | |
37 | 'ilyaz' => 'Ilya Zakharevich <ilyaz@cpan.org>', | |
38 | 'jand' => 'Jan Dubois <jand@activestate.com>', | |
39 | 'jdhedden' => 'Jerry D. Hedden <jdhedden@cpan.org>', | |
6283f212 | 40 | 'jesse' => 'Jesse Vincent <jesse@bestpractical.com>', |
462ea751 DM |
41 | 'jhi' => 'Jarkko Hietaniemi <jhi@cpan.org>', |
42 | 'jjore' => 'Joshua ben Jore <jjore@cpan.org>', | |
8861d625 | 43 | 'jpeacock' => 'John Peacock <jpeacock@cpan.org>', |
462ea751 DM |
44 | 'jstowe' => 'Jonathan Stowe <jstowe@cpan.org>', |
45 | 'jv' => 'Johan Vromans <jv@cpan.org>', | |
46 | 'kane' => 'Jos Boumans <kane@cpan.org>', | |
47 | 'kwilliams' => 'Ken Williams <kwilliams@cpan.org>', | |
48 | 'laun' => 'Wolfgang Laun <Wolfgang.Laun@alcatel.at>', | |
49 | 'lstein' => 'Lincoln D. Stein <lds@cpan.org>', | |
50 | 'lwall' => 'Larry Wall <lwall@cpan.org>', | |
51 | 'marekr' => 'Marek Rouchal <marekr@cpan.org>', | |
52 | 'markm' => 'Mark Mielke <markm@cpan.org>', | |
53 | 'mhx' => 'Marcus Holland-Moritz <mhx@cpan.org>', | |
54 | 'mjd' => 'Mark-Jason Dominus <mjd@plover.com>', | |
55 | 'msergeant' => 'Matt Sergeant <msergeant@cpan.org>', | |
56 | 'mshelor' => 'Mark Shelor <mshelor@cpan.org>', | |
57 | 'muir' => 'David Muir Sharnoff <muir@cpan.org>', | |
58 | 'neilb' => 'Neil Bowers <neilb@cpan.org>', | |
59 | 'nuffin' => 'Yuval Kogman <nothingmuch@woobling.org>', | |
60 | 'nwclark' => 'Nicholas Clark <nwclark@cpan.org>', | |
61 | 'osfameron' => 'Hakim Cassimally <osfameron@perl.org>', | |
62 | 'p5p' => 'perl5-porters <perl5-porters@perl.org>', | |
63 | 'perlfaq' => 'perlfaq-workers <perlfaq-workers@perl.org>', | |
64 | 'petdance' => 'Andy Lester <andy@petdance.com>', | |
65 | 'pjf' => 'Paul Fenwick <pjf@cpan.org>', | |
66 | 'pmqs' => 'Paul Marquess <pmqs@cpan.org>', | |
67 | 'pvhp' => 'Peter Prymmer <pvhp@best.com>', | |
68 | 'rafl' => 'Florian Ragwitz <flora@cpan.org>', | |
69 | 'rclamp' => 'Richard Clamp <rclamp@cpan.org>', | |
70 | 'rgarcia' => 'Rafael Garcia-Suarez <rgarcia@cpan.org>', | |
71 | 'rkobes' => 'Randy Kobes <rkobes@cpan.org>', | |
72 | 'rmbarker' => 'Robin Barker <rmbarker@cpan.org>', | |
73 | 'rra' => 'Russ Allbery <rra@cpan.org>', | |
74 | 'rurban' => 'Reini Urban <rurban@cpan.org>', | |
75 | 'sadahiro' => 'SADAHIRO Tomoyuki <SADAHIRO@cpan.org>', | |
76 | 'salva' => 'Salvador Fandiño García <salva@cpan.org>', | |
77 | 'saper' => 'Sébastien Aperghis-Tramoni <saper@cpan.org>', | |
47da3119 | 78 | 'sbeck' => 'Sullivan Beck <sbeck@cpan.org>', |
462ea751 DM |
79 | 'sburke' => 'Sean Burke <sburke@cpan.org>', |
80 | 'mschwern' => 'Michael Schwern <mschwern@cpan.org>', | |
81 | 'simonw' => 'Simon Wistow <simonw@cpan.org>', | |
82 | 'smccam' => 'Stephen McCamant <smccam@cpan.org>', | |
83 | 'smpeters' => 'Steve Peters <steve@fisharerojo.org>', | |
84 | 'smueller' => 'Steffen Mueller <smueller@cpan.org>', | |
85 | 'tels' => 'Tels <nospam-abuse@bloodgate.com>', | |
86 | 'tomhughes' => 'Tom Hughes <tomhughes@cpan.org>', | |
87 | 'tjenness' => 'Tim Jenness <tjenness@cpan.org>', | |
88 | 'tyemq' => 'Tye McQueen <tyemq@cpan.org>', | |
89 | 'yves' => 'Yves Orton <yves@cpan.org>', | |
90 | 'zefram' => 'Andrew Main <zefram@cpan.org>', | |
91 | ); | |
b128a327 | 92 | |
2c95b6e4 DM |
93 | |
94 | # IGNORABLE: files which, if they appear in the root of a CPAN | |
95 | # distribution, need not appear in core (i.e. core-cpan-diff won't | |
96 | # complain if it can't find them) | |
97 | ||
98 | @IGNORABLE = qw( | |
99 | .cvsignore .dualLivedDiffConfig .gitignore | |
100 | ANNOUNCE Announce Artistic AUTHORS BENCHMARK BUGS Build.PL | |
101 | CHANGELOG ChangeLog CHANGES Changes COPYING Copying CREDITS | |
102 | GOALS HISTORY INSTALL INSTALL.SKIP LICENSE Makefile.PL | |
b588bab0 | 103 | MANIFEST MANIFEST.SKIP META.yml MYMETA.yml NEW NOTES ppport.h README |
2c95b6e4 DM |
104 | SIGNATURE THANKS TODO Todo VERSION WHATSNEW |
105 | ); | |
106 | ||
613f422f | 107 | |
e30e10b5 | 108 | # Each entry in the %Modules hash roughly represents a distribution, |
97556ec3 | 109 | # except when DISTRIBUTION is set, where it *exactly* represents a single |
e30e10b5 DM |
110 | # CPAN distribution. |
111 | ||
112 | # The keys of %Modules are human descriptions of the distributions, and | |
113 | # may not exactly match a module or distribution name. Distributions | |
114 | # which have an obvious top-level module associated with them will usually | |
115 | # have a key named for that module, e.g. 'Archive::Extract' for | |
116 | # Archive-Extract-N.NN.tar.gz; the remaining keys are likely to be based | |
117 | # on the name of the distribution, e.g. 'Locale-Codes' for | |
118 | # Locale-Codes-N.NN.tar.gz'. | |
119 | # | |
120 | # FILES is a list of filenames, glob patterns, and directory | |
121 | # names to be recursed down, which collectively generate a complete list | |
122 | # of the files associated with the distribution. | |
123 | ||
adc42316 S |
124 | # UPSTREAM indicates where patches should go. undef implies |
125 | # that this hasn't been discussed for the module at hand. | |
126 | # "blead" indicates that the copy of the module in the blead | |
127 | # sources is to be considered canonical, "cpan" means that the | |
128 | # module on CPAN is to be patched first. "first-come" means | |
129 | # that blead can be patched freely if it is in sync with the | |
130 | # latest release on CPAN. | |
131 | ||
e1466347 JC |
132 | # BUGS is an email or url to post bug reports. For modules with |
133 | # UPSTREAM => 'blead', use perl5-porters@perl.org. rt.cpan.org | |
134 | # appears to automatically provide a URL for CPAN modules; any value | |
135 | # given here overrides the default: | |
136 | # http://rt.cpan.org/Public/Dist/Display.html?Name=$ModuleName | |
137 | ||
a55d270d DM |
138 | # DISTRIBUTION names the tarball on CPAN which (allegedly) the files |
139 | # included in core are derived from. Note that the file's version may not | |
140 | # necessarily match the newest version on CPAN. | |
141 | ||
2c95b6e4 DM |
142 | # EXCLUDED is a list of files to be excluded from a CPAN tarball before |
143 | # comparing the remaining contents with core. Each item can either be a | |
144 | # full pathname (eg 't/foo.t') or a pattern (e.g. qr{^t/}). | |
145 | # It defaults to the empty list. | |
146 | ||
d43babf1 DG |
147 | # CUSTOMIZED is a list of files that have been customized within the |
148 | # Perl core. They should also be listed in EXCLUDED, but this will | |
149 | # additionally suppress core-cpan-diff warnings that they differ from | |
150 | # the CPAN tarballs | |
151 | ||
ab87ca4d DG |
152 | # DEPRECATED contains the *first* version of Perl in which the module |
153 | # was considered deprecated. It should only be present if the module is | |
154 | # actually deprecated. Such modules should use deprecated.pm to | |
155 | # issue a warning if used. E.g.: | |
156 | # | |
157 | # use if $] >= 5.011, 'deprecate'; | |
158 | # | |
159 | ||
2c95b6e4 DM |
160 | # MAP is a hash that maps CPAN paths to their core equivalents. |
161 | # Each key reprepresents a string prefix, with longest prefixes checked | |
162 | # first. The first match causes that prefix to be replaced with the | |
163 | # corresponding key. For example, with the following MAP: | |
613f422f | 164 | # { |
2c95b6e4 DM |
165 | # 'lib/' => 'lib/', |
166 | # '' => 'lib/Foo/', | |
167 | # }, | |
168 | # | |
169 | # these files are mapped as shown: | |
170 | # | |
171 | # README becomes lib/Foo/README | |
613f422f | 172 | # lib/Foo.pm becomes lib/Foo.pm |
2c95b6e4 DM |
173 | # |
174 | # The default is dependent on the type of module. | |
175 | # For distributions which appear to be stored under ext/, it defaults to: | |
176 | # | |
177 | # { '' => 'ext/Foo-Bar/' } | |
178 | # | |
179 | # otherwise, it's | |
180 | # | |
613f422f | 181 | # { |
2c95b6e4 DM |
182 | # 'lib/' => 'lib/', |
183 | # '' => 'lib/Foo/Bar/', | |
184 | # } | |
185 | ||
b128a327 JH |
186 | %Modules = ( |
187 | ||
462ea751 DM |
188 | 'Archive::Extract' => |
189 | { | |
190 | 'MAINTAINER' => 'kane', | |
d7f87992 | 191 | 'DISTRIBUTION' => 'BINGOS/Archive-Extract-0.42.tar.gz', |
934eeda7 | 192 | 'FILES' => q[cpan/Archive-Extract], |
462ea751 | 193 | 'UPSTREAM' => 'cpan', |
e1466347 | 194 | 'BUGS' => 'bug-archive-extract@rt.cpan.org', |
462ea751 DM |
195 | }, |
196 | ||
197 | 'Archive::Tar' => | |
198 | { | |
199 | 'MAINTAINER' => 'kane', | |
ff7894f5 | 200 | 'DISTRIBUTION' => 'BINGOS/Archive-Tar-1.68.tar.gz', |
ad73611d | 201 | 'FILES' => q[cpan/Archive-Tar], |
9b09acf8 | 202 | 'EXCLUDED' => [ qw(Makefile.PL) ], |
462ea751 | 203 | 'UPSTREAM' => 'cpan', |
e1466347 | 204 | 'BUGS' => 'bug-archive-tar@rt.cpan.org', |
462ea751 DM |
205 | }, |
206 | ||
207 | 'Attribute::Handlers' => | |
208 | { | |
209 | 'MAINTAINER' => 'rgarcia', | |
f2ea78b6 | 210 | 'DISTRIBUTION' => 'SMUELLER/Attribute-Handlers-0.88.tar.gz', |
5fe6925c | 211 | 'FILES' => q[dist/Attribute-Handlers], |
5fe6925c | 212 | 'UPSTREAM' => 'blead', |
462ea751 DM |
213 | }, |
214 | ||
215 | 'autodie' => | |
216 | { | |
217 | 'MAINTAINER' => 'pjf', | |
a009834b | 218 | 'DISTRIBUTION' => 'PJF/autodie-2.10.tar.gz', |
e853d226 | 219 | 'FILES' => q[cpan/autodie], |
f09dbad6 | 220 | 'EXCLUDED' => [ qr{^inc/Module/}, |
cceec052 PF |
221 | |
222 | # All these tests depend upon external | |
223 | # modules that don't exist when we're | |
224 | # building the core. Hence, they can | |
225 | # never run, and should not be merged. | |
226 | ||
f09dbad6 DM |
227 | qw( |
228 | t/boilerplate.t | |
229 | t/critic.t | |
230 | t/fork.t | |
231 | t/kwalitee.t | |
232 | t/lex58.t | |
233 | t/pod-coverage.t | |
234 | t/pod.t | |
235 | t/socket.t | |
236 | t/system.t | |
237 | ) | |
238 | ], | |
462ea751 DM |
239 | 'UPSTREAM' => 'cpan', |
240 | }, | |
241 | ||
242 | 'AutoLoader' => | |
243 | { | |
244 | 'MAINTAINER' => 'smueller', | |
0ad7a7b0 | 245 | 'DISTRIBUTION' => 'SMUELLER/AutoLoader-5.70.tar.gz', |
afbf6680 | 246 | 'FILES' => q[cpan/AutoLoader], |
f09dbad6 | 247 | 'EXCLUDED' => [ qw( t/00pod.t ) ], |
afbf6680 | 248 | 'UPSTREAM' => 'cpan', |
462ea751 DM |
249 | }, |
250 | ||
251 | 'B::Concise' => | |
252 | { | |
253 | 'MAINTAINER' => 'smccam', | |
254 | 'FILES' => q[ext/B/B/Concise.pm ext/B/t/concise.t], | |
890336d1 | 255 | 'UPSTREAM' => undef, |
462ea751 DM |
256 | }, |
257 | ||
258 | 'B::Debug' => | |
259 | { | |
260 | 'MAINTAINER' => 'rurban', | |
6de30207 | 261 | 'DISTRIBUTION' => 'RURBAN/B-Debug-1.12.tar.gz', |
dc5320d3 | 262 | 'FILES' => q[cpan/B-Debug], |
f09dbad6 | 263 | 'EXCLUDED' => [ qw( t/coverage.html t/pod.t ) ], |
462ea751 DM |
264 | 'UPSTREAM' => undef, |
265 | }, | |
266 | ||
267 | 'B::Deparse' => | |
268 | { | |
269 | 'MAINTAINER' => 'smccam', | |
e9220eca | 270 | 'FILES' => q[dist/B-Deparse], |
e9220eca | 271 | 'UPSTREAM' => 'blead', |
462ea751 DM |
272 | }, |
273 | ||
274 | 'B::Lint' => | |
275 | { | |
276 | 'MAINTAINER' => 'jjore', | |
74bdedfd | 277 | 'DISTRIBUTION' => 'FLORA/B-Lint-1.12.tar.gz', |
ea28d694 | 278 | 'FILES' => q[dist/B-Lint], |
f09dbad6 | 279 | 'EXCLUDED' => [ qw( t/test.pl ) ], |
ea28d694 | 280 | 'UPSTREAM' => 'blead', |
462ea751 DM |
281 | }, |
282 | ||
283 | 'base' => | |
284 | { | |
285 | 'MAINTAINER' => 'rgarcia', | |
745002c9 | 286 | 'DISTRIBUTION' => 'RGARCIA/base-2.15.tar.gz', |
70361a71 | 287 | 'FILES' => q[dist/base], |
70361a71 | 288 | 'UPSTREAM' => 'blead', |
462ea751 DM |
289 | }, |
290 | ||
291 | 'bignum' => | |
292 | { | |
293 | 'MAINTAINER' => 'tels', | |
294 | 'DISTRIBUTION' => 'TELS/math/bignum-0.23.tar.gz', | |
3fe7d1fb | 295 | 'FILES' => q[cpan/bignum], |
f09dbad6 | 296 | 'EXCLUDED' => [ qr{^inc/Module/}, qw(t/pod.t t/pod_cov.t) ], |
462ea751 DM |
297 | 'UPSTREAM' => undef, |
298 | }, | |
299 | ||
300 | 'CGI' => | |
301 | { | |
302 | 'MAINTAINER' => 'lstein', | |
cfbab81b | 303 | 'DISTRIBUTION' => 'LDS/CGI.pm-3.49.tar.gz', |
e9dc4a2b | 304 | 'FILES' => q[cpan/CGI], |
f09dbad6 DM |
305 | 'EXCLUDED' => [ qr{^t/lib/Test}, |
306 | qw( cgi-lib_porting.html | |
307 | cgi_docs.html | |
308 | examples/WORLD_WRITABLE/18.157.1.253.sav | |
309 | t/gen-tests/gen-start-end-tags.pl | |
440f0407 | 310 | t/fast.t |
f09dbad6 DM |
311 | ) |
312 | ], | |
deafae52 | 313 | 'UPSTREAM' => 'cpan', |
462ea751 DM |
314 | }, |
315 | ||
462ea751 DM |
316 | 'Compress::Raw::Bzip2' => |
317 | { | |
318 | 'MAINTAINER' => 'pmqs', | |
a095c4ee | 319 | 'DISTRIBUTION' => 'PMQS/Compress-Raw-Bzip2-2.030.tar.gz', |
d371e02a | 320 | 'FILES' => q[cpan/Compress-Raw-Bzip2], |
f09dbad6 | 321 | 'EXCLUDED' => [ qr{^t/Test/}, |
f09dbad6 | 322 | qw( bzip2-src/bzip2-cpp.patch |
f09dbad6 DM |
323 | ) |
324 | ], | |
07057678 | 325 | 'UPSTREAM' => 'cpan', |
462ea751 DM |
326 | }, |
327 | ||
328 | 'Compress::Raw::Zlib' => | |
329 | { | |
330 | 'MAINTAINER' => 'pmqs', | |
a095c4ee | 331 | 'DISTRIBUTION' => 'PMQS/Compress-Raw-Zlib-2.030.tar.gz', |
f09dbad6 | 332 | |
c6f84bbd | 333 | 'FILES' => q[cpan/Compress-Raw-Zlib], |
f09dbad6 DM |
334 | 'EXCLUDED' => [ qr{^t/Test/}, |
335 | qw( t/000prereq.t | |
336 | t/99pod.t | |
337 | ) | |
338 | ], | |
07057678 | 339 | 'UPSTREAM' => 'cpan', |
462ea751 DM |
340 | }, |
341 | ||
342 | 'constant' => | |
343 | { | |
344 | 'MAINTAINER' => 'saper', | |
e00efef0 | 345 | 'DISTRIBUTION' => 'SAPER/constant-1.19.tar.gz', |
f2d32da3 | 346 | 'FILES' => q[dist/constant], |
f09dbad6 DM |
347 | 'EXCLUDED' => [ qw( t/00-load.t |
348 | t/more-tests.t | |
349 | t/pod-coverage.t | |
350 | t/pod.t | |
351 | eg/synopsis.pl | |
352 | ) | |
353 | ], | |
27d8d4f0 | 354 | 'UPSTREAM' => 'blead', |
462ea751 DM |
355 | }, |
356 | ||
357 | 'CPAN' => | |
358 | { | |
359 | 'MAINTAINER' => 'andk', | |
742adbff | 360 | 'DISTRIBUTION' => 'ANDK/CPAN-1.94_57.tar.gz', |
6df60a5f | 361 | 'FILES' => q[cpan/CPAN], |
f09dbad6 DM |
362 | 'EXCLUDED' => [ qr{^distroprefs/}, |
363 | qr{^inc/Test/}, | |
364 | qr{^t/CPAN/authors/}, | |
365 | qw{ | |
366 | lib/CPAN/Admin.pm | |
603fcd17 | 367 | Makefile.PL |
f09dbad6 DM |
368 | SlayMakefile |
369 | t/00signature.t | |
370 | t/04clean_load.t | |
371 | t/12cpan.t | |
372 | t/13tarzip.t | |
373 | t/14forkbomb.t | |
374 | t/30shell.coverage | |
375 | t/30shell.t | |
376 | t/31sessions.t | |
377 | t/41distribution.t | |
378 | t/42distroprefs.t | |
379 | t/43distroprefspref.t | |
380 | t/50pod.t | |
381 | t/51pod.t | |
382 | t/52podcover.t | |
383 | t/60credentials.t | |
384 | t/70_critic.t | |
385 | t/CPAN/CpanTestDummies-1.55.pm | |
386 | t/CPAN/TestConfig.pm | |
387 | t/CPAN/TestMirroredBy | |
388 | t/CPAN/TestPatch.txt | |
389 | t/CPAN/modules/02packages.details.txt | |
390 | t/CPAN/modules/03modlist.data | |
391 | t/data/META-dynamic.yml | |
392 | t/data/META-static.yml | |
393 | t/local_utils.pm | |
394 | t/perlcriticrc | |
395 | t/yaml_code.yml | |
396 | }, | |
397 | ], | |
6df60a5f | 398 | 'UPSTREAM' => 'cpan', |
462ea751 DM |
399 | }, |
400 | ||
401 | 'CPANPLUS' => | |
402 | { | |
403 | 'MAINTAINER' => 'kane', | |
d4e225aa | 404 | 'DISTRIBUTION' => 'BINGOS/CPANPLUS-0.9007.tar.gz', |
4234ebd9 | 405 | 'FILES' => q[cpan/CPANPLUS], |
f09dbad6 DM |
406 | 'EXCLUDED' => [ qr{^inc/}, |
407 | qr{^t/dummy-.*\.hidden$}, | |
557305a7 DM |
408 | qw{ bin/cpanp-boxed }, |
409 | # SQLite tests would be skipped in core, and | |
410 | # the filenames are too long for VMS! | |
411 | qw{ | |
906a0c07 CB |
412 | t/031_CPANPLUS-Internals-Source-SQLite.t |
413 | t/032_CPANPLUS-Internals-Source-via-sqlite.t | |
f09dbad6 | 414 | }, |
36d390b4 | 415 | qw{ Makefile.PL }, |
f09dbad6 | 416 | ], |
36d390b4 | 417 | 'CUSTOMIZED' => [ qw{ Makefile.PL } ], |
462ea751 | 418 | 'UPSTREAM' => 'cpan', |
e1466347 | 419 | 'BUGS' => 'bug-cpanplus@rt.cpan.org', |
462ea751 DM |
420 | }, |
421 | ||
422 | 'CPANPLUS::Dist::Build' => | |
423 | { | |
424 | 'MAINTAINER' => 'bingos', | |
c1197786 | 425 | 'DISTRIBUTION' => 'BINGOS/CPANPLUS-Dist-Build-0.46.tar.gz', |
cf5f4b29 | 426 | 'FILES' => q[cpan/CPANPLUS-Dist-Build], |
f09dbad6 DM |
427 | 'EXCLUDED' => [ qr{^inc/}, |
428 | qw{ t/99_pod.t | |
429 | t/99_pod_coverage.t | |
430 | }, | |
431 | ], | |
462ea751 DM |
432 | 'UPSTREAM' => 'cpan', |
433 | }, | |
434 | ||
435 | 'Data::Dumper' => | |
436 | { | |
437 | 'MAINTAINER' => 'p5p', # Not gsar. Not ilyam | |
5363c969 | 438 | 'DISTRIBUTION' => 'SMUELLER/Data-Dumper-2.126.tar.gz', |
97506620 | 439 | 'FILES' => q[dist/Data-Dumper], |
462ea751 DM |
440 | 'UPSTREAM' => 'blead', |
441 | }, | |
442 | ||
443 | 'DB_File' => | |
444 | { | |
445 | 'MAINTAINER' => 'pmqs', | |
446 | 'DISTRIBUTION' => 'PMQS/DB_File-1.820.tar.gz', | |
1299eb14 | 447 | 'FILES' => q[cpan/DB_File], |
f09dbad6 DM |
448 | 'EXCLUDED' => [ qr{^patches/}, |
449 | qw{ t/pod.t | |
450 | fallback.h | |
451 | fallback.xs | |
452 | }, | |
453 | ], | |
462ea751 DM |
454 | 'UPSTREAM' => undef, |
455 | }, | |
456 | ||
457 | 'Devel::PPPort' => | |
458 | { | |
459 | 'MAINTAINER' => 'mhx', | |
9c3cb3e1 | 460 | 'DISTRIBUTION' => 'MHX/Devel-PPPort-3.19.tar.gz', |
b2861970 | 461 | 'FILES' => q[cpan/Devel-PPPort], |
0e945d00 | 462 | 'EXCLUDED' => [ qw{PPPort.pm} ], # we use PPPort_pm.PL instead |
462ea751 DM |
463 | 'UPSTREAM' => 'cpan', |
464 | }, | |
465 | ||
466 | 'Digest' => | |
467 | { | |
468 | 'MAINTAINER' => 'gaas', | |
8861d625 | 469 | 'DISTRIBUTION' => 'GAAS/Digest-1.16.tar.gz', |
d2369d0b | 470 | 'FILES' => q[cpan/Digest], |
f09dbad6 | 471 | 'EXCLUDED' => [ qw{digest-bench} ], |
462ea751 DM |
472 | 'UPSTREAM' => undef, |
473 | }, | |
474 | ||
475 | 'Digest::MD5' => | |
476 | { | |
477 | 'MAINTAINER' => 'gaas', | |
326fafaa | 478 | 'DISTRIBUTION' => 'GAAS/Digest-MD5-2.40.tar.gz', |
ecc8f9b5 | 479 | 'FILES' => q[cpan/Digest-MD5], |
f09dbad6 | 480 | 'EXCLUDED' => [ qw{rfc1321.txt} ], |
462ea751 DM |
481 | 'UPSTREAM' => undef, |
482 | }, | |
483 | ||
484 | 'Digest::SHA' => | |
485 | { | |
486 | 'MAINTAINER' => 'mshelor', | |
dfe1edcb | 487 | 'DISTRIBUTION' => 'MSHELOR/Digest-SHA-5.48.tar.gz', |
a8fcbca8 | 488 | 'FILES' => q[cpan/Digest-SHA], |
f09dbad6 | 489 | 'EXCLUDED' => [ qw{t/pod.t t/podcover.t examples/dups} ], |
8f068e23 | 490 | 'UPSTREAM' => 'cpan', |
462ea751 DM |
491 | }, |
492 | ||
493 | 'Encode' => | |
494 | { | |
495 | 'MAINTAINER' => 'dankogai', | |
1069d95b | 496 | 'DISTRIBUTION' => 'DANKOGAI/Encode-2.39.tar.gz', |
fafe5ad5 | 497 | 'FILES' => q[cpan/Encode], |
462ea751 DM |
498 | 'UPSTREAM' => undef, |
499 | }, | |
500 | ||
501 | 'encoding::warnings' => | |
502 | { | |
503 | 'MAINTAINER' => 'audreyt', | |
504 | 'DISTRIBUTION' => 'AUDREYT/encoding-warnings-0.11.tar.gz', | |
762503fe | 505 | 'FILES' => q[cpan/encoding-warnings], |
f09dbad6 | 506 | 'EXCLUDED' => [ qr{^inc/Module/}, |
a94275b4 RGS |
507 | qw{t/0-signature.t Makefile.PL MANIFEST META.yml |
508 | README SIGNATURE}, | |
f09dbad6 | 509 | ], |
462ea751 DM |
510 | 'UPSTREAM' => undef, |
511 | }, | |
512 | ||
462ea751 DM |
513 | 'Exporter' => |
514 | { | |
515 | 'MAINTAINER' => 'ferreira', | |
516 | 'DISTRIBUTION' => 'FERREIRA/Exporter-5.63.tar.gz', | |
abba722d DM |
517 | 'FILES' => q[lib/Exporter.pm |
518 | lib/Exporter.t | |
519 | lib/Exporter/Heavy.pm | |
520 | ], | |
f09dbad6 DM |
521 | 'EXCLUDED' => [ qw{t/pod.t t/use.t}, ], |
522 | 'MAP' => { 't/' => 'lib/', | |
523 | 'lib/' => 'lib/', | |
524 | }, | |
d3c89c47 | 525 | 'UPSTREAM' => 'blead', |
462ea751 DM |
526 | }, |
527 | ||
528 | 'ExtUtils::CBuilder' => | |
529 | { | |
530 | 'MAINTAINER' => 'kwilliams', | |
7b0eef92 | 531 | 'DISTRIBUTION' => 'DAGOLDEN/ExtUtils-CBuilder-0.2703.tar.gz', |
9e5d6387 | 532 | 'FILES' => q[cpan/ExtUtils-CBuilder], |
9015f106 | 533 | 'UPSTREAM' => 'cpan', |
462ea751 DM |
534 | }, |
535 | ||
536 | 'ExtUtils::Command' => | |
537 | { | |
538 | 'MAINTAINER' => 'rkobes', | |
539 | 'DISTRIBUTION' => 'RKOBES/ExtUtils-Command-1.16.tar.gz', | |
d735b9be | 540 | 'FILES' => q[cpan/ExtUtils-Command], |
2b4f8474 DM |
541 | 'EXCLUDED' => [ qw{ t/shell_command.t |
542 | t/shell_exit.t | |
2b4f8474 DM |
543 | lib/Shell/Command.pm |
544 | }, | |
545 | ], | |
462ea751 DM |
546 | 'UPSTREAM' => undef, |
547 | }, | |
548 | ||
549 | 'ExtUtils::Constant' => | |
550 | { | |
551 | 'MAINTAINER' => 'nwclark', | |
12d6a7d6 JV |
552 | # Nick has confirmed that while we have diverged from CPAN, |
553 | # this package isn't primarily maintained in core | |
554 | # Another release wll happen "Sometime" | |
555 | 'DISTRIBUTION' => '',#'NWCLARK/ExtUtils-Constant-0.16.tar.gz', | |
61089260 | 556 | 'FILES' => q[cpan/ExtUtils-Constant], |
2b4f8474 DM |
557 | 'EXCLUDED' => [ qw{ lib/ExtUtils/Constant/Aaargh56Hash.pm |
558 | examples/perl_keyword.pl | |
559 | examples/perl_regcomp_posix_keyword.pl | |
560 | }, | |
561 | ], | |
462ea751 DM |
562 | 'UPSTREAM' => undef, |
563 | }, | |
564 | ||
565 | 'ExtUtils::Install' => | |
566 | { | |
567 | 'MAINTAINER' => 'yves', | |
91fb030a | 568 | 'DISTRIBUTION' => 'YVES/ExtUtils-Install-1.54.tar.gz', |
0b9ea86f | 569 | 'FILES' => q[dist/ExtUtils-Install], |
fb78ba4b | 570 | 'EXCLUDED' => [ qw{ t/lib/Test/Builder.pm |
2b4f8474 DM |
571 | t/lib/Test/Builder/Module.pm |
572 | t/lib/Test/More.pm | |
573 | t/lib/Test/Simple.pm | |
2b4f8474 DM |
574 | t/pod-coverage.t |
575 | t/pod.t | |
576 | }, | |
577 | ], | |
462ea751 DM |
578 | 'UPSTREAM' => 'blead', |
579 | }, | |
580 | ||
581 | 'ExtUtils::MakeMaker' => | |
582 | { | |
583 | 'MAINTAINER' => 'mschwern', | |
3d97da50 | 584 | 'DISTRIBUTION' => 'MSCHWERN/ExtUtils-MakeMaker-6.56.tar.gz', |
9dafbe2f | 585 | 'FILES' => q[cpan/ExtUtils-MakeMaker], |
2b4f8474 DM |
586 | 'EXCLUDED' => [ qr{^t/lib/Test/}, |
587 | qr{^inc/ExtUtils/}, | |
588 | ], | |
462ea751 DM |
589 | 'UPSTREAM' => 'first-come', |
590 | }, | |
591 | ||
592 | 'ExtUtils::Manifest' => | |
593 | { | |
594 | 'MAINTAINER' => 'rkobes', | |
49c6bc4f | 595 | 'DISTRIBUTION' => 'RKOBES/ExtUtils-Manifest-1.58.tar.gz', |
cb9d5b3a | 596 | 'FILES' => q[cpan/ExtUtils-Manifest], |
551c793c | 597 | 'UPSTREAM' => 'cpan', |
462ea751 DM |
598 | }, |
599 | ||
600 | 'ExtUtils::ParseXS' => | |
601 | { | |
602 | 'MAINTAINER' => 'kwilliams', | |
494e8c4c | 603 | 'DISTRIBUTION' => 'DAGOLDEN/ExtUtils-ParseXS-2.2206.tar.gz', |
12d6a7d6 JV |
604 | 'EXCLUDED' => [ qw{ |
605 | t/bugs/RT48104.xs | |
606 | t/bugs/typemap | |
607 | t/include/nsUniversalDetector.h | |
608 | t/include/nscore.h | |
609 | }], | |
cc79184a FR |
610 | 'FILES' => q[dist/ExtUtils-ParseXS], |
611 | 'UPSTREAM' => 'blead', | |
462ea751 DM |
612 | }, |
613 | ||
614 | 'faq' => | |
615 | { | |
616 | 'MAINTAINER' => 'perlfaq', | |
617 | 'FILES' => q[pod/perlfaq*], | |
462ea751 DM |
618 | 'UPSTREAM' => undef, |
619 | }, | |
620 | ||
621 | 'File::Fetch' => | |
622 | { | |
623 | 'MAINTAINER' => 'kane', | |
16610ad9 | 624 | 'DISTRIBUTION' => 'BINGOS/File-Fetch-0.24.tar.gz', |
d8ae2330 | 625 | 'FILES' => q[cpan/File-Fetch], |
462ea751 DM |
626 | 'UPSTREAM' => 'cpan', |
627 | }, | |
628 | ||
629 | 'File::Path' => | |
630 | { | |
631 | 'MAINTAINER' => 'dland', | |
30eb83e1 | 632 | 'DISTRIBUTION' => 'DLAND/File-Path-2.08.tar.gz', |
140ca009 | 633 | 'FILES' => q[cpan/File-Path], |
2b4f8474 DM |
634 | 'EXCLUDED' => [ qw{eg/setup-extra-tests |
635 | t/pod.t | |
2b4f8474 DM |
636 | } |
637 | ], | |
7964dbe8 JV |
638 | 'MAP' => { '' => 'cpan/File-Path/lib/File/', |
639 | 't/' => 'cpan/File-Path/t/', | |
2b4f8474 | 640 | }, |
462ea751 DM |
641 | 'UPSTREAM' => undef, |
642 | }, | |
643 | ||
644 | 'File::Temp' => | |
645 | { | |
646 | 'MAINTAINER' => 'tjenness', | |
205b02ff | 647 | 'DISTRIBUTION' => 'TJENNESS/File-Temp-0.22.tar.gz', |
724f9809 | 648 | 'FILES' => q[cpan/File-Temp], |
2b4f8474 DM |
649 | 'EXCLUDED' => [ qw{misc/benchmark.pl |
650 | misc/results.txt | |
651 | } | |
652 | ], | |
462ea751 DM |
653 | 'UPSTREAM' => undef, |
654 | }, | |
655 | ||
656 | 'Filter::Simple' => | |
657 | { | |
658 | 'MAINTAINER' => 'smueller', | |
659 | 'DISTRIBUTION' => 'SMUELLER/Filter-Simple-0.84.tar.gz', | |
ba41a17c | 660 | 'FILES' => q[dist/Filter-Simple], |
f09dbad6 DM |
661 | 'EXCLUDED' => [ qw(Makefile.PL MANIFEST README META.yml), |
662 | qr{^demo/} | |
663 | ], | |
ba41a17c | 664 | 'UPSTREAM' => 'blead', |
462ea751 DM |
665 | }, |
666 | ||
667 | 'Filter::Util::Call' => | |
668 | { | |
669 | 'MAINTAINER' => 'pmqs', | |
d11aa999 | 670 | 'DISTRIBUTION' => 'PMQS/Filter-1.37.tar.gz', |
aa22c994 | 671 | 'FILES' => q[cpan/Filter-Util-Call |
abba722d | 672 | t/lib/filter-util.pl |
2b4f8474 | 673 | pod/perlfilter.pod |
abba722d | 674 | ], |
2b4f8474 DM |
675 | 'EXCLUDED' => [ qr{^decrypt/}, |
676 | qr{^examples/}, | |
677 | qr{^Exec/}, | |
678 | qr{^lib/Filter/}, | |
679 | qr{^tee/}, | |
680 | qw{ Call/Makefile.PL | |
681 | Call/ppport.h | |
682 | Call/typemap | |
683 | mytest | |
684 | t/cpp.t | |
685 | t/decrypt.t | |
686 | t/exec.t | |
687 | t/order.t | |
688 | t/pod.t | |
689 | t/sh.t | |
690 | t/tee.t | |
691 | } | |
692 | ], | |
7964dbe8 JV |
693 | 'MAP' => { 'Call/' => 'cpan/Filter-Util-Call/', |
694 | 'filter-util.pl' => 'cpan/Filter-Util-Call/filter-util.pl', | |
2b4f8474 | 695 | 'perlfilter.pod' => 'pod/perlfilter.pod', |
7964dbe8 | 696 | '' => 'cpan/Filter-Util-Call/', |
2b4f8474 | 697 | }, |
462ea751 DM |
698 | 'UPSTREAM' => undef, |
699 | }, | |
700 | ||
701 | 'Getopt::Long' => | |
702 | { | |
703 | 'MAINTAINER' => 'jv', | |
704 | 'DISTRIBUTION' => 'JV/Getopt-Long-2.38.tar.gz', | |
b7c9f9b1 | 705 | 'FILES' => q[cpan/Getopt-Long |
2b4f8474 DM |
706 | lib/newgetopt.pl |
707 | ], | |
708 | 'EXCLUDED' => [ qr{^examples/}, | |
709 | qw{perl-Getopt-Long.spec}, | |
710 | ], | |
bd051ffa | 711 | 'MAP' => { '' => 'cpan/Getopt-Long/', |
359ab69c NC |
712 | 'lib/newgetopt.pl' => 'lib/newgetopt.pl', |
713 | }, | |
462ea751 DM |
714 | 'UPSTREAM' => 'cpan', |
715 | }, | |
716 | ||
717 | # Sean has donated it to us. | |
718 | # Nothing has changed since his last CPAN release. | |
2b4f8474 | 719 | # (not strictly true: there have been some trivial typo fixes; DAPM 6/2009) |
462ea751 DM |
720 | 'I18N::LangTags' => |
721 | { | |
722 | 'MAINTAINER' => 'p5p', | |
723 | 'DISTRIBUTION' => 'SBURKE/I18N-LangTags-0.35.tar.gz', | |
8b230635 | 724 | 'FILES' => q[dist/I18N-LangTags], |
462ea751 DM |
725 | 'UPSTREAM' => 'blead', |
726 | }, | |
727 | ||
728 | 'if' => | |
729 | { | |
730 | 'MAINTAINER' => 'ilyaz', | |
731 | 'DISTRIBUTION' => 'ILYAZ/modules/if-0.0401.tar.gz', | |
70b20070 | 732 | 'FILES' => q[cpan/if], |
462ea751 DM |
733 | 'UPSTREAM' => undef, |
734 | }, | |
735 | ||
736 | 'IO' => | |
737 | { | |
ac1205a5 | 738 | 'MAINTAINER' => 'p5p', |
3fd1d62e | 739 | 'DISTRIBUTION' => 'GBARR/IO-1.25.tar.gz', |
72560763 | 740 | 'FILES' => q[dist/IO/], |
2b4f8474 | 741 | 'EXCLUDED' => [ qw{t/test.pl}, ], |
ac1205a5 | 742 | 'UPSTREAM' => 'blead', |
462ea751 DM |
743 | }, |
744 | ||
745 | 'IO-Compress' => | |
746 | { | |
747 | 'MAINTAINER' => 'pmqs', | |
a095c4ee | 748 | 'DISTRIBUTION' => 'PMQS/IO-Compress-2.030.tar.gz', |
d5e5b609 SH |
749 | 'FILES' => q[cpan/IO-Compress], |
750 | 'EXCLUDED' => [ qr{t/Test/} ], | |
d5e5b609 | 751 | 'UPSTREAM' => 'cpan', |
462ea751 DM |
752 | }, |
753 | ||
754 | 'IO::Zlib' => | |
755 | { | |
756 | 'MAINTAINER' => 'tomhughes', | |
bbbe8766 | 757 | 'DISTRIBUTION' => 'TOMHUGHES/IO-Zlib-1.10.tar.gz', |
90964b6e | 758 | 'FILES' => q[cpan/IO-Zlib], |
462ea751 DM |
759 | 'UPSTREAM' => undef, |
760 | }, | |
761 | ||
762 | 'IPC::Cmd' => | |
763 | { | |
764 | 'MAINTAINER' => 'kane', | |
e667e1e1 | 765 | 'DISTRIBUTION' => 'BINGOS/IPC-Cmd-0.60.tar.gz', |
0547cc9d | 766 | 'FILES' => q[cpan/IPC-Cmd], |
462ea751 DM |
767 | 'UPSTREAM' => 'cpan', |
768 | }, | |
769 | ||
770 | 'IPC::SysV' => | |
771 | { | |
772 | 'MAINTAINER' => 'mhx', | |
10613b66 | 773 | 'DISTRIBUTION' => 'MHX/IPC-SysV-2.03.tar.gz', |
5aacae85 | 774 | 'FILES' => q[cpan/IPC-SysV], |
2b4f8474 | 775 | 'EXCLUDED' => [ qw{const-c.inc const-xs.inc} ], |
462ea751 DM |
776 | 'UPSTREAM' => 'cpan', |
777 | }, | |
778 | ||
779 | 'lib' => | |
780 | { | |
781 | 'MAINTAINER' => 'smueller', | |
782 | 'DISTRIBUTION' => 'SMUELLER/lib-0.62.tar.gz', | |
88697c04 | 783 | 'FILES' => q[dist/lib/], |
2b4f8474 | 784 | 'EXCLUDED' => [ qw{forPAUSE/lib.pm t/00pod.t} ], |
88697c04 | 785 | 'UPSTREAM' => 'blead', |
462ea751 DM |
786 | }, |
787 | ||
788 | 'libnet' => | |
789 | { | |
790 | 'MAINTAINER' => 'gbarr', | |
791 | 'DISTRIBUTION' => 'GBARR/libnet-1.22.tar.gz', | |
55c474ba | 792 | 'FILES' => q[cpan/libnet], |
77943218 | 793 | 'EXCLUDED' => [ qw{Configure install-nomake Makefile.PL} ], |
d43babf1 | 794 | 'CUSTOMIZED' => [ qw{Makefile.PL} ], |
462ea751 DM |
795 | 'UPSTREAM' => undef, |
796 | }, | |
797 | ||
798 | 'Locale-Codes' => | |
799 | { | |
47da3119 | 800 | 'MAINTAINER' => 'sbeck', |
e1137bc7 | 801 | 'DISTRIBUTION' => 'SBECK/Locale-Codes-3.13.tar.gz', |
bdf43ffe | 802 | 'FILES' => q[cpan/Locale-Codes], |
73d3d06d S |
803 | 'EXCLUDED' => [ qw{t/pod_coverage.t t/pod.t}, qr{^t/runtests}, |
804 | qr{^internal/}, qr{^examples/} ], | |
47da3119 | 805 | 'UPSTREAM' => 'cpan', |
462ea751 DM |
806 | }, |
807 | ||
808 | 'Locale::Maketext' => | |
809 | { | |
810 | 'MAINTAINER' => 'ferreira', | |
811 | 'DISTRIBUTION' => 'FERREIRA/Locale-Maketext-1.13.tar.gz', | |
b667d99b | 812 | 'FILES' => q[dist/Locale-Maketext], |
2b4f8474 | 813 | 'EXCLUDED' => [ qw{perlcriticrc t/00_load.t t/pod.t} ], |
d3c89c47 | 814 | 'UPSTREAM' => 'blead', |
462ea751 DM |
815 | }, |
816 | ||
817 | 'Locale::Maketext::Simple' => | |
818 | { | |
819 | 'MAINTAINER' => 'audreyt', | |
be485f01 | 820 | 'DISTRIBUTION' => 'JESSE/Locale-Maketext-Simple-0.21.tar.gz', |
8de41794 | 821 | 'FILES' => q[cpan/Locale-Maketext-Simple], |
2b4f8474 | 822 | 'EXCLUDED' => [ qr{^inc/} ], |
8de41794 | 823 | 'UPSTREAM' => 'cpan', |
462ea751 DM |
824 | }, |
825 | ||
826 | 'Log::Message' => | |
827 | { | |
828 | 'MAINTAINER' => 'kane', | |
829 | 'DISTRIBUTION' => 'KANE/Log-Message-0.02.tar.gz', | |
c09fa825 | 830 | 'FILES' => q[cpan/Log-Message], |
462ea751 DM |
831 | 'UPSTREAM' => 'cpan', |
832 | }, | |
833 | ||
834 | 'Log::Message::Simple' => | |
835 | { | |
836 | 'MAINTAINER' => 'kane', | |
b3d3f340 | 837 | 'DISTRIBUTION' => 'BINGOS/Log-Message-Simple-0.06.tar.gz', |
c9a34126 | 838 | 'FILES' => q[cpan/Log-Message-Simple], |
462ea751 DM |
839 | 'UPSTREAM' => 'cpan', |
840 | }, | |
841 | ||
842 | 'mad' => | |
843 | { | |
844 | 'MAINTAINER' => 'lwall', | |
845 | 'FILES' => q[mad], | |
462ea751 DM |
846 | 'UPSTREAM' => undef, |
847 | }, | |
848 | ||
849 | 'Math::BigInt' => | |
850 | { | |
851 | 'MAINTAINER' => 'tels', | |
852 | 'DISTRIBUTION' => 'TELS/math/Math-BigInt-1.89.tar.gz', | |
80c0921c | 853 | 'FILES' => q[cpan/Math-BigInt], |
2b4f8474 DM |
854 | 'EXCLUDED' => [ qr{^inc/}, |
855 | qr{^examples/}, | |
856 | qw{t/pod.t | |
857 | t/pod_cov.t | |
858 | } | |
859 | ], | |
462ea751 DM |
860 | 'UPSTREAM' => undef, |
861 | }, | |
862 | ||
863 | 'Math::BigInt::FastCalc' => | |
864 | { | |
865 | 'MAINTAINER' => 'tels', | |
866 | 'DISTRIBUTION' => 'TELS/math/Math-BigInt-FastCalc-0.19.tar.gz', | |
51c498bd | 867 | 'FILES' => q[cpan/Math-BigInt-FastCalc], |
2b4f8474 DM |
868 | 'EXCLUDED' => [ qr{^inc/}, |
869 | qw{ | |
870 | t/pod.t | |
871 | t/pod_cov.t | |
872 | }, | |
873 | # instead we use the versions of these test | |
874 | # files that come with Math::BigInt: | |
875 | qw{t/bigfltpm.inc | |
876 | t/bigfltpm.t | |
877 | t/bigintpm.inc | |
878 | t/bigintpm.t | |
879 | t/mbimbf.inc | |
880 | t/mbimbf.t | |
881 | }, | |
882 | ], | |
7964dbe8 | 883 | 'MAP' => { '' => 'cpan/Math-BigInt-FastCalc/', |
2b4f8474 | 884 | 'lib/Math/BigInt/FastCalc.pm' |
7964dbe8 | 885 | => 'cpan/Math-BigInt-FastCalc/FastCalc.pm', |
2b4f8474 | 886 | }, |
462ea751 DM |
887 | 'UPSTREAM' => undef, |
888 | }, | |
889 | ||
890 | 'Math::BigRat' => | |
891 | { | |
892 | 'MAINTAINER' => 'tels', | |
c6c613ed | 893 | 'DISTRIBUTION' => 'LETO/Math-BigRat-0.24.tar.gz', |
1235f19b | 894 | 'FILES' => q[cpan/Math-BigRat], |
2b4f8474 DM |
895 | 'EXCLUDED' => [ qr{^inc/}, |
896 | qw{ | |
897 | t/pod.t | |
898 | t/pod_cov.t | |
899 | }, | |
900 | ], | |
462ea751 DM |
901 | 'UPSTREAM' => undef, |
902 | }, | |
903 | ||
904 | 'Math::Complex' => | |
905 | { | |
906 | 'MAINTAINER' => 'zefram', | |
907 | 'DISTRIBUTION' => 'JHI/Math-Complex-1.56.tar.gz', | |
29557590 | 908 | 'FILES' => q[cpan/Math-Complex], |
d8ada404 | 909 | 'EXCLUDED' => [ |
2b4f8474 DM |
910 | qw{ |
911 | t/pod.t | |
912 | t/pod-coverage.t | |
913 | }, | |
914 | ], | |
462ea751 DM |
915 | 'UPSTREAM' => 'cpan', |
916 | }, | |
917 | ||
918 | 'Memoize' => | |
919 | { | |
920 | 'MAINTAINER' => 'mjd', | |
921 | 'DISTRIBUTION' => 'MJD/Memoize-1.01.tar.gz', | |
6a9d70dc | 922 | 'FILES' => q[cpan/Memoize], |
d8ada404 | 923 | 'EXCLUDED' => [ |
2b4f8474 DM |
924 | qw{ |
925 | article.html | |
926 | Memoize/Saves.pm | |
927 | }, | |
928 | ], | |
462ea751 DM |
929 | 'UPSTREAM' => undef, |
930 | }, | |
931 | ||
932 | 'MIME::Base64' => | |
933 | { | |
934 | 'MAINTAINER' => 'gaas', | |
9f1a4ec8 | 935 | 'DISTRIBUTION' => 'GAAS/MIME-Base64-3.09.tar.gz', |
b7c8007e | 936 | 'FILES' => q[cpan/MIME-Base64], |
2b4f8474 | 937 | 'EXCLUDED' => [ qw{ t/bad-sv.t }, ], |
9f1a4ec8 | 938 | 'UPSTREAM' => 'cpan', |
462ea751 DM |
939 | }, |
940 | ||
d4f686eb CBW |
941 | # |
942 | # To update Module-Build in blead see | |
943 | # http://github.com/dagolden/module-build/blob/master/devtools/patching_blead.pod | |
944 | # | |
945 | ||
462ea751 DM |
946 | 'Module::Build' => |
947 | { | |
948 | 'MAINTAINER' => 'kwilliams', | |
40c9afb2 | 949 | 'DISTRIBUTION' => 'DAGOLDEN/Module-Build-0.3607.tar.gz', |
2ad3fd79 | 950 | 'FILES' => q[cpan/Module-Build], |
613f422f DG |
951 | 'EXCLUDED' => [ qw{ t/par.t t/signature.t }, |
952 | qr!^contrib/!, qr!^devtools! ], | |
94410036 | 953 | 'UPSTREAM' => 'cpan', |
462ea751 DM |
954 | }, |
955 | ||
956 | 'Module::CoreList' => | |
957 | { | |
958 | 'MAINTAINER' => 'rgarcia', | |
7526101e | 959 | 'DISTRIBUTION' => 'BINGOS/Module-CoreList-2.37.tar.gz', |
f690bb0c | 960 | 'FILES' => q[dist/Module-CoreList], |
f690bb0c | 961 | 'UPSTREAM' => 'blead', |
462ea751 DM |
962 | }, |
963 | ||
964 | 'Module::Load' => | |
965 | { | |
966 | 'MAINTAINER' => 'kane', | |
f0f0d2aa | 967 | 'DISTRIBUTION' => 'BINGOS/Module-Load-0.18.tar.gz', |
1ac05d83 | 968 | 'FILES' => q[cpan/Module-Load], |
462ea751 DM |
969 | 'UPSTREAM' => 'cpan', |
970 | }, | |
971 | ||
972 | 'Module::Load::Conditional' => | |
973 | { | |
974 | 'MAINTAINER' => 'kane', | |
6ba8cc37 | 975 | 'DISTRIBUTION' => 'BINGOS/Module-Load-Conditional-0.38.tar.gz', |
b2f35940 | 976 | 'FILES' => q[cpan/Module-Load-Conditional], |
462ea751 DM |
977 | 'UPSTREAM' => 'cpan', |
978 | }, | |
979 | ||
980 | 'Module::Loaded' => | |
981 | { | |
982 | 'MAINTAINER' => 'kane', | |
d2966cb6 | 983 | 'DISTRIBUTION' => 'BINGOS/Module-Loaded-0.06.tar.gz', |
9288b9fd | 984 | 'FILES' => q[cpan/Module-Loaded], |
462ea751 DM |
985 | 'UPSTREAM' => 'cpan', |
986 | }, | |
987 | ||
462ea751 DM |
988 | 'Module::Pluggable' => |
989 | { | |
990 | 'MAINTAINER' => 'simonw', | |
991 | 'DISTRIBUTION' => 'SIMONW/Module-Pluggable-3.9.tar.gz', | |
05a635f8 | 992 | 'FILES' => q[cpan/Module-Pluggable], |
727cc7e3 | 993 | 'UPSTREAM' => 'cpan', |
462ea751 DM |
994 | }, |
995 | ||
996 | 'Net::Ping' => | |
997 | { | |
998 | 'MAINTAINER' => 'smpeters', | |
7ac0cca8 | 999 | 'DISTRIBUTION' => 'SMPETERS/Net-Ping-2.36.tar.gz', |
1996665e | 1000 | 'FILES' => q[dist/Net-Ping], |
462ea751 DM |
1001 | 'UPSTREAM' => 'blead', |
1002 | }, | |
1003 | ||
1004 | 'NEXT' => | |
1005 | { | |
1006 | 'MAINTAINER' => 'rafl', | |
91490fbe | 1007 | 'DISTRIBUTION' => 'FLORA/NEXT-0.64.tar.gz', |
f436ffb1 | 1008 | 'FILES' => q[cpan/NEXT], |
f699e950 | 1009 | 'EXCLUDED' => [ qr{^demo/} ], |
462ea751 DM |
1010 | 'UPSTREAM' => 'cpan', |
1011 | }, | |
1012 | ||
1013 | 'Object::Accessor' => | |
1014 | { | |
1015 | 'MAINTAINER' => 'kane', | |
89a1beee | 1016 | 'DISTRIBUTION' => 'BINGOS/Object-Accessor-0.36.tar.gz', |
71e9501e | 1017 | 'FILES' => q[cpan/Object-Accessor], |
462ea751 DM |
1018 | 'UPSTREAM' => 'cpan', |
1019 | }, | |
1020 | ||
1021 | 'Package::Constants' => | |
1022 | { | |
1023 | 'MAINTAINER' => 'kane', | |
1024 | 'DISTRIBUTION' => 'KANE/Package-Constants-0.02.tar.gz', | |
75def4d9 | 1025 | 'FILES' => q[cpan/Package-Constants], |
462ea751 DM |
1026 | 'UPSTREAM' => 'cpan', |
1027 | }, | |
1028 | ||
1029 | 'Params::Check' => | |
1030 | { | |
1031 | 'MAINTAINER' => 'kane', | |
1032 | 'DISTRIBUTION' => 'KANE/Params-Check-0.26.tar.gz', | |
f699e950 DM |
1033 | # For some reason a file of this name appears within |
1034 | # the tarball. Russell's Paradox eat your heart out. | |
1035 | 'EXCLUDED' => [ qw( Params-Check-0.26.tar.gz ) ], | |
23cad445 | 1036 | 'FILES' => q[cpan/Params-Check], |
462ea751 DM |
1037 | 'UPSTREAM' => 'cpan', |
1038 | }, | |
1039 | ||
1040 | 'parent' => | |
1041 | { | |
1042 | 'MAINTAINER' => 'corion', | |
b4475de8 | 1043 | 'DISTRIBUTION' => 'CORION/parent-0.223.tar.gz', |
a636c943 | 1044 | 'FILES' => q[cpan/parent], |
462ea751 DM |
1045 | 'UPSTREAM' => undef, |
1046 | }, | |
1047 | ||
1048 | 'Parse::CPAN::Meta' => | |
1049 | { | |
1050 | 'MAINTAINER' => 'smueller', | |
1b40bf73 | 1051 | 'DISTRIBUTION' => 'SMUELLER/Parse-CPAN-Meta-1.40.tar.gz', |
832db5b1 | 1052 | 'FILES' => q[cpan/Parse-CPAN-Meta], |
f699e950 | 1053 | 'EXCLUDED' => [ qw( t/97_meta.t t/98_pod.t t/99_pmv.t ) ], |
832db5b1 | 1054 | 'UPSTREAM' => 'cpan', |
9bc662c9 JV |
1055 | # NOTE: 'perl uupacktool.pl t/data/utf_16_le_bom.yml.packed' |
1056 | # run by hand after import, as the core's test harness doesn't | |
1057 | # run dists' "make test" steps | |
462ea751 DM |
1058 | }, |
1059 | ||
1060 | 'PathTools' => | |
1061 | { | |
1062 | 'MAINTAINER' => 'kwilliams', | |
2a6dc374 FR |
1063 | 'DISTRIBUTION' => 'SMUELLER/PathTools-3.31_02.tar.gz', |
1064 | 'FILES' => q[dist/Cwd], | |
f699e950 | 1065 | 'EXCLUDED' => [ qr{^t/lib/Test/} ], |
2a6dc374 FR |
1066 | 'UPSTREAM' => "blead", |
1067 | # NOTE: PathTools is in dist/Cwd/ instead of dist/PathTools because it | |
1068 | # contains Cwd.xs and something, possibly Makefile.SH, makes an assumption | |
1069 | # that the leafname of some file corresponds with the pathname of the | |
1070 | # directory. | |
462ea751 DM |
1071 | }, |
1072 | ||
1073 | 'perlebcdic' => | |
1074 | { | |
1075 | 'MAINTAINER' => 'pvhp', | |
1076 | 'FILES' => q[pod/perlebcdic.pod], | |
462ea751 DM |
1077 | 'UPSTREAM' => undef, |
1078 | }, | |
1079 | ||
1080 | 'PerlIO' => | |
1081 | { | |
1082 | 'MAINTAINER' => 'p5p', | |
1083 | 'FILES' => q[ext/PerlIO], | |
462ea751 DM |
1084 | 'UPSTREAM' => undef, |
1085 | }, | |
1086 | ||
1087 | 'PerlIO::via::QuotedPrint' => | |
1088 | { | |
1089 | 'MAINTAINER' => 'elizabeth', | |
1090 | 'DISTRIBUTION' => 'ELIZABETH/PerlIO-via-QuotedPrint-0.06.tar.gz', | |
9b7a1057 | 1091 | 'FILES' => q[cpan/PerlIO-via-QuotedPrint], |
462ea751 DM |
1092 | 'UPSTREAM' => undef, |
1093 | }, | |
1094 | ||
1095 | 'perlpacktut' => | |
1096 | { | |
1097 | 'MAINTAINER' => 'laun', | |
1098 | 'FILES' => q[pod/perlpacktut.pod], | |
462ea751 DM |
1099 | 'UPSTREAM' => undef, |
1100 | }, | |
1101 | ||
1102 | 'perlpodspec' => | |
1103 | { | |
1104 | 'MAINTAINER' => 'sburke', | |
1105 | 'FILES' => q[pod/perlpodspec.pod], | |
462ea751 DM |
1106 | 'UPSTREAM' => undef, |
1107 | }, | |
1108 | ||
1109 | 'perlre' => | |
1110 | { | |
1111 | 'MAINTAINER' => 'abigail', | |
1112 | 'FILES' => q[pod/perlrecharclass.pod | |
1113 | pod/perlrebackslash.pod], | |
462ea751 DM |
1114 | 'UPSTREAM' => undef, |
1115 | }, | |
1116 | ||
1117 | ||
1118 | 'perlreapi' => | |
1119 | { | |
1120 | MAINTAINER => 'avar', | |
abba722d | 1121 | FILES => q[pod/perlreapi.pod], |
462ea751 DM |
1122 | 'UPSTREAM' => undef, |
1123 | }, | |
1124 | ||
1125 | 'perlreftut' => | |
1126 | { | |
1127 | 'MAINTAINER' => 'mjd', | |
1128 | 'FILES' => q[pod/perlreftut.pod], | |
462ea751 DM |
1129 | 'UPSTREAM' => undef, |
1130 | }, | |
1131 | ||
1132 | 'perlthrtut' => | |
1133 | { | |
1134 | 'MAINTAINER' => 'elizabeth', | |
1135 | 'FILES' => q[pod/perlthrtut.pod], | |
462ea751 DM |
1136 | 'UPSTREAM' => undef, |
1137 | }, | |
1138 | ||
1139 | 'Pod::Escapes' => | |
1140 | { | |
6283f212 | 1141 | 'MAINTAINER' => 'arandal', |
462ea751 | 1142 | 'DISTRIBUTION' => 'SBURKE/Pod-Escapes-1.04.tar.gz', |
efe15bf0 | 1143 | 'FILES' => q[cpan/Pod-Escapes], |
462ea751 DM |
1144 | 'UPSTREAM' => undef, |
1145 | }, | |
1146 | ||
1147 | 'Pod::LaTeX' => | |
1148 | { | |
1149 | 'MAINTAINER' => 'tjenness', | |
1150 | 'DISTRIBUTION' => 'TJENNESS/Pod-LaTeX-0.58.tar.gz', | |
ea4deea9 | 1151 | 'FILES' => q[cpan/Pod-LaTeX |
f699e950 DM |
1152 | pod/pod2latex.PL |
1153 | ], | |
1154 | 'EXCLUDED' => [ qw( t/require.t ) ], | |
ea4deea9 | 1155 | 'MAP' => { '' => 'cpan/Pod-LaTeX/', |
f699e950 DM |
1156 | 'pod2latex.PL' => 'pod/pod2latex.PL', |
1157 | }, | |
462ea751 DM |
1158 | 'UPSTREAM' => undef, |
1159 | }, | |
1160 | ||
1161 | 'Pod::Parser' => { | |
1162 | 'MAINTAINER' => 'marekr', | |
f699e950 DM |
1163 | |
1164 | # XXX Parser.pm in the 1.38 distribution identifies itself as | |
1165 | # version 1.37! | |
1166 | ||
462ea751 | 1167 | 'DISTRIBUTION' => 'MAREKR/Pod-Parser-1.38.tar.gz', |
ea4deea9 | 1168 | 'FILES' => q[cpan/Pod-Parser |
abba722d | 1169 | pod/pod{2usage,checker,select}.PL |
abba722d | 1170 | ], |
ea4deea9 | 1171 | 'MAP' => { '' => 'cpan/Pod-Parser/', |
f699e950 | 1172 | 'scripts/' => 'pod/', |
f699e950 | 1173 | }, |
462ea751 DM |
1174 | 'UPSTREAM' => undef, |
1175 | }, | |
1176 | ||
1177 | 'Pod::Perldoc' => | |
1178 | { | |
1179 | 'MAINTAINER' => 'ferreira', | |
c40d75c4 | 1180 | 'DISTRIBUTION' => 'FERREIRA/Pod-Perldoc-3.15_01.tar.gz', |
e5833079 NC |
1181 | # I don't know whether it's conceptually cleaner to a rule to copy |
1182 | # ext/Pod-Perldoc/pod/perldoc.pod to pod/perldoc.pod at make time | |
1183 | # (in 4 places), or leave it as 1 mapping here. | |
2be4b150 | 1184 | 'FILES' => q[dist/Pod-Perldoc |
f699e950 DM |
1185 | pod/perldoc.pod |
1186 | ], | |
1187 | # in blead, the perldoc executable is generated by perldoc.PL | |
1188 | # instead | |
e5833079 NC |
1189 | # XXX We can and should fix this, but clean up the DRY-failure in utils |
1190 | # first | |
f699e950 | 1191 | 'EXCLUDED' => [ qw( perldoc ) ], |
2be4b150 | 1192 | 'MAP' => { '' => 'dist/Pod-Perldoc/', |
85dc445c | 1193 | 'lib/perldoc.pod' => 'pod/perldoc.pod', |
f699e950 | 1194 | }, |
d3c89c47 | 1195 | 'UPSTREAM' => 'blead', |
462ea751 DM |
1196 | }, |
1197 | ||
462ea751 DM |
1198 | 'Pod::Simple' => |
1199 | { | |
1200 | 'MAINTAINER' => 'arandal', | |
93eaa326 | 1201 | 'DISTRIBUTION' => 'DWHEELER/Pod-Simple-3.14.tar.gz', |
490d1888 | 1202 | 'FILES' => q[cpan/Pod-Simple], |
ac185ebf SH |
1203 | # XXX these two files correspond to similar ones in blead under |
1204 | # pod/, but the blead ones have newer changes, and also seem to | |
f699e950 DM |
1205 | # have been in blead a long time. I'm going to assume then that |
1206 | # the blead versions of these two files are authoritative - DAPM | |
1207 | 'EXCLUDED' => [ qw( lib/perlpod.pod lib/perlpodspec.pod ) ], | |
ac185ebf | 1208 | 'UPSTREAM' => 'cpan', |
462ea751 DM |
1209 | }, |
1210 | ||
1211 | 'podlators' => | |
1212 | { | |
1213 | 'MAINTAINER' => 'rra', | |
a551d937 | 1214 | 'DISTRIBUTION' => 'RRA/podlators-2.3.1.tar.gz', |
f4e6b692 | 1215 | 'FILES' => q[cpan/podlators |
abba722d DM |
1216 | pod/pod2man.PL |
1217 | pod/pod2text.PL | |
abba722d | 1218 | ], |
388a7384 DG |
1219 | 'EXCLUDED' => [ qw{ Makefile.PL } ], |
1220 | 'CUSTOMIZED' => [ qw{ Makefile.PL } ], | |
f4e6b692 | 1221 | 'MAP' => { '' => 'cpan/podlators/', |
7a12ca83 | 1222 | 'scripts/' => 'pod/', |
f699e950 | 1223 | }, |
462ea751 DM |
1224 | 'UPSTREAM' => 'cpan', |
1225 | }, | |
1226 | ||
1227 | 'Safe' => | |
1228 | { | |
1229 | 'MAINTAINER' => 'rgarcia', | |
c74dfde9 | 1230 | 'DISTRIBUTION' => 'RGARCIA/Safe-2.27.tar.gz', |
5a4811be | 1231 | 'FILES' => q[dist/Safe], |
5a4811be | 1232 | 'UPSTREAM' => 'blead', |
462ea751 DM |
1233 | }, |
1234 | ||
1235 | 'Scalar-List-Utils' => | |
1236 | { | |
1237 | 'MAINTAINER' => 'gbarr', | |
4daffb2b | 1238 | 'DISTRIBUTION' => 'GBARR/Scalar-List-Utils-1.23.tar.gz', |
d8ada404 | 1239 | # Note that perl uses its own version of Makefile.PL |
8d1f8030 | 1240 | 'FILES' => q[cpan/List-Util], |
d8ada404 DM |
1241 | 'EXCLUDED' => [ qr{^inc/Module/}, |
1242 | qr{^inc/Test/}, | |
1243 | qw{ mytypemap }, | |
1244 | ], | |
462ea751 DM |
1245 | 'UPSTREAM' => undef, |
1246 | }, | |
1247 | ||
1248 | 'SelfLoader' => | |
1249 | { | |
1250 | 'MAINTAINER' => 'smueller', | |
1251 | 'DISTRIBUTION' => 'SMUELLER/SelfLoader-1.17.tar.gz', | |
e8d60652 | 1252 | 'FILES' => q[dist/SelfLoader], |
d8ada404 | 1253 | 'EXCLUDED' => [ qw{ t/00pod.t } ], |
2d994787 | 1254 | 'UPSTREAM' => 'blead', |
462ea751 DM |
1255 | }, |
1256 | ||
c9a0cae9 JV |
1257 | 'Shell' => |
1258 | { | |
1259 | 'MAINTAINER' => 'ferreira', | |
1260 | 'DISTRIBUTION' => 'FERREIRA/Shell-0.72_01.tar.gz', | |
1261 | 'FILES' => q[cpan/Shell], | |
1262 | 'EXCLUDED' => [ qw{ t/01_use.t t/99_pod.t } ], | |
1263 | 'CPAN' => 1, | |
1264 | 'UPSTREAM' => undef, | |
1265 | 'DEPRECATED' => 5.011, | |
1266 | }, | |
1267 | ||
462ea751 DM |
1268 | 'Storable' => |
1269 | { | |
1270 | 'MAINTAINER' => 'ams', | |
70006c44 | 1271 | 'DISTRIBUTION' => 'AMS/Storable-2.21.tar.gz', |
8b88b2b2 | 1272 | 'FILES' => q[dist/Storable], |
d8ada404 | 1273 | 'EXCLUDED' => [ qr{^t/Test/} ], |
70006c44 | 1274 | 'UPSTREAM' => 'blead', |
462ea751 DM |
1275 | }, |
1276 | ||
462ea751 DM |
1277 | 'Sys::Syslog' => |
1278 | { | |
1279 | 'MAINTAINER' => 'saper', | |
1280 | 'DISTRIBUTION' => 'SAPER/Sys-Syslog-0.27.tar.gz', | |
e14adb60 | 1281 | 'FILES' => q[cpan/Sys-Syslog], |
d8ada404 DM |
1282 | 'EXCLUDED' => [ qr{^eg/}, |
1283 | qw{t/data-validation.t | |
1284 | t/distchk.t | |
1285 | t/pod.t | |
1286 | t/podcover.t | |
1287 | t/podspell.t | |
1288 | t/portfs.t | |
1289 | win32/PerlLog.RES | |
1290 | }, | |
1291 | ], | |
27d8d4f0 | 1292 | 'UPSTREAM' => 'cpan', |
462ea751 DM |
1293 | }, |
1294 | ||
462ea751 DM |
1295 | 'Term::ANSIColor' => |
1296 | { | |
1297 | 'MAINTAINER' => 'rra', | |
2c33c767 | 1298 | 'DISTRIBUTION' => 'RRA/ANSIColor-3.00.tar.gz', |
d5e5b609 | 1299 | 'FILES' => q[cpan/Term-ANSIColor], |
b66dd24d | 1300 | 'EXCLUDED' => [ qr{^tests/}, qw(t/pod-spelling.t t/pod.t) ], |
462ea751 DM |
1301 | 'UPSTREAM' => 'cpan', |
1302 | }, | |
1303 | ||
1304 | 'Term::Cap' => | |
1305 | { | |
1306 | 'MAINTAINER' => 'jstowe', | |
1307 | 'DISTRIBUTION' => 'JSTOWE/Term-Cap-1.12.tar.gz', | |
8c5b8ff0 | 1308 | 'FILES' => q[cpan/Term-Cap], |
462ea751 DM |
1309 | 'UPSTREAM' => undef, |
1310 | }, | |
1311 | ||
1312 | 'Term::UI' => | |
1313 | { | |
1314 | 'MAINTAINER' => 'kane', | |
1315 | 'DISTRIBUTION' => 'KANE/Term-UI-0.20.tar.gz', | |
d5e5b609 | 1316 | 'FILES' => q[cpan/Term-UI], |
462ea751 DM |
1317 | 'UPSTREAM' => 'cpan', |
1318 | }, | |
1319 | ||
1320 | 'Test' => | |
1321 | { | |
983ed8e9 | 1322 | 'MAINTAINER' => 'jesse', |
6283f212 | 1323 | 'DISTRIBUTION' => 'JESSE/Test-1.25_02.tar.gz', |
bfa0af6f | 1324 | 'FILES' => q[cpan/Test], |
6283f212 | 1325 | 'UPSTREAM' => 'cpan', |
462ea751 DM |
1326 | }, |
1327 | ||
1328 | 'Test::Harness' => | |
1329 | { | |
1330 | 'MAINTAINER' => 'andya', | |
686add28 | 1331 | 'DISTRIBUTION' => 'ANDYA/Test-Harness-3.22.tar.gz', |
b8a20401 | 1332 | 'FILES' => q[cpan/Test-Harness], |
d8ada404 DM |
1333 | 'EXCLUDED' => [ qr{^examples/}, |
1334 | qr{^inc/}, | |
1335 | qr{^t/lib/Test/}, | |
1336 | qr{^xt/}, | |
1337 | qw{Changes-2.64 | |
1338 | HACKING.pod | |
1339 | perlcriticrc | |
1340 | t/lib/if.pm | |
1341 | } | |
1342 | ], | |
6d313664 | 1343 | 'UPSTREAM' => 'cpan', |
462ea751 DM |
1344 | }, |
1345 | ||
1346 | 'Test::Simple' => | |
1347 | { | |
1348 | 'MAINTAINER' => 'mschwern', | |
809046db | 1349 | 'DISTRIBUTION' => 'MSCHWERN/Test-Simple-0.96.tar.gz', |
e0ee75a6 | 1350 | 'FILES' => q[cpan/Test-Simple], |
d8ada404 | 1351 | 'EXCLUDED' => [ |
d8ada404 DM |
1352 | qw{.perlcriticrc |
1353 | .perltidyrc | |
3a246199 | 1354 | t/00compile.t |
d8ada404 DM |
1355 | t/pod.t |
1356 | t/pod-coverage.t | |
b36de399 | 1357 | t/Builder/reset_outputs.t |
d8ada404 | 1358 | lib/Test/Builder/IO/Scalar.pm |
d8ada404 DM |
1359 | } |
1360 | ], | |
2c4d5b9b | 1361 | 'UPSTREAM' => 'cpan', |
462ea751 DM |
1362 | }, |
1363 | ||
1364 | 'Text::Balanced' => | |
1365 | { | |
1366 | 'MAINTAINER' => 'dmanura', | |
85831461 | 1367 | 'DISTRIBUTION' => 'ADAMK/Text-Balanced-2.02.tar.gz', |
e916ef55 | 1368 | 'FILES' => q[cpan/Text-Balanced], |
85831461 | 1369 | 'EXCLUDED' => [ qw( t/97_meta.t t/98_pod.t t/99_pmv.t ) ], |
462ea751 DM |
1370 | 'UPSTREAM' => undef, |
1371 | }, | |
1372 | ||
1373 | 'Text::ParseWords' => | |
1374 | { | |
1375 | 'MAINTAINER' => 'chorny', | |
1376 | 'DISTRIBUTION' => 'CHORNY/Text-ParseWords-3.27.zip', | |
204606f4 | 1377 | 'FILES' => q[cpan/Text-ParseWords], |
d8ada404 | 1378 | 'EXCLUDED' => [ qw( t/pod.t ) ], |
66c85ba8 NC |
1379 | # For the benefit of make_ext.pl, we have to have this accessible: |
1380 | 'MAP' => { | |
7964dbe8 JV |
1381 | 'ParseWords.pm' => 'cpan/Text-ParseWords/lib/Text/ParseWords.pm', |
1382 | '' => 'cpan/Text-ParseWords/', | |
66c85ba8 | 1383 | }, |
462ea751 DM |
1384 | 'UPSTREAM' => undef, |
1385 | }, | |
1386 | ||
1387 | 'Text::Soundex' => | |
1388 | { | |
1389 | 'MAINTAINER' => 'markm', | |
1390 | 'DISTRIBUTION' => 'MARKM/Text-Soundex-3.03.tar.gz', | |
152f7782 | 1391 | 'FILES' => q[cpan/Text-Soundex], |
7964dbe8 | 1392 | 'MAP' => { '' => 'cpan/Text-Soundex/', |
d8ada404 DM |
1393 | # XXX these two files are clearly related, |
1394 | # but they appear to have diverged | |
1395 | # considerably over the years | |
7964dbe8 | 1396 | 'test.pl' => 'cpan/Text-Soundex/t/Soundex.t', |
d8ada404 | 1397 | }, |
462ea751 DM |
1398 | 'UPSTREAM' => undef, |
1399 | }, | |
1400 | ||
b866c0be DM |
1401 | 'Text-Tabs+Wrap' => |
1402 | { | |
1403 | 'MAINTAINER' => 'muir', | |
1404 | 'DISTRIBUTION' => 'MUIR/modules/Text-Tabs+Wrap-2009.0305.tar.gz', | |
d1f77080 | 1405 | 'FILES' => q[cpan/Text-Tabs], |
b866c0be | 1406 | 'EXCLUDED' => [ qw( t/dnsparks.t ) ], # see af6492bf9e |
b866c0be DM |
1407 | 'UPSTREAM' => 'cpan', |
1408 | }, | |
1409 | ||
462ea751 DM |
1410 | 'Thread::Queue' => |
1411 | { | |
1412 | 'MAINTAINER' => 'jdhedden', | |
1413 | 'DISTRIBUTION' => 'JDHEDDEN/Thread-Queue-2.11.tar.gz', | |
e4c73f03 | 1414 | 'FILES' => q[dist/Thread-Queue], |
d8ada404 DM |
1415 | 'EXCLUDED' => [ qw(examples/queue.pl |
1416 | t/00_load.t | |
1417 | t/99_pod.t | |
1418 | t/test.pl | |
1419 | ) ], | |
462ea751 DM |
1420 | 'UPSTREAM' => 'blead', |
1421 | }, | |
1422 | ||
1423 | 'Thread::Semaphore' => | |
1424 | { | |
1425 | 'MAINTAINER' => 'jdhedden', | |
04febe17 | 1426 | 'DISTRIBUTION' => 'JDHEDDEN/Thread-Semaphore-2.11.tar.gz', |
1fce97d8 | 1427 | 'FILES' => q[dist/Thread-Semaphore], |
d8ada404 DM |
1428 | 'EXCLUDED' => [ qw(examples/semaphore.pl |
1429 | t/00_load.t | |
1430 | t/99_pod.t | |
1431 | t/test.pl | |
1432 | ) ], | |
462ea751 DM |
1433 | 'UPSTREAM' => 'blead', |
1434 | }, | |
1435 | ||
1436 | 'threads' => | |
1437 | { | |
1438 | 'MAINTAINER' => 'jdhedden', | |
b91a79b9 | 1439 | 'DISTRIBUTION' => 'JDHEDDEN/threads-1.77.tar.gz', |
72388ea1 | 1440 | 'FILES' => q[dist/threads], |
5076122b NC |
1441 | 'EXCLUDED' => [ qr{^examples/}, |
1442 | qw(t/pod.t | |
d8ada404 DM |
1443 | t/test.pl |
1444 | threads.h | |
1445 | ) ], | |
462ea751 DM |
1446 | 'UPSTREAM' => 'blead', |
1447 | }, | |
1448 | ||
1449 | 'threads::shared' => | |
1450 | { | |
1451 | 'MAINTAINER' => 'jdhedden', | |
1a3f0f1d | 1452 | 'DISTRIBUTION' => 'JDHEDDEN/threads-shared-1.33.tar.gz', |
6eb7b80a | 1453 | 'FILES' => q[dist/threads-shared], |
d8ada404 DM |
1454 | 'EXCLUDED' => [ qw(examples/class.pl |
1455 | shared.h | |
1456 | t/pod.t | |
1457 | t/test.pl | |
1458 | ) ], | |
462ea751 DM |
1459 | 'UPSTREAM' => 'blead', |
1460 | }, | |
1461 | ||
1462 | 'Tie::File' => | |
1463 | { | |
1464 | 'MAINTAINER' => 'mjd', | |
1465 | 'DISTRIBUTION' => 'MJD/Tie-File-0.96.tar.gz', | |
a03926b2 | 1466 | 'FILES' => q[cpan/Tie-File], |
462ea751 DM |
1467 | 'UPSTREAM' => undef, |
1468 | }, | |
1469 | ||
1470 | 'Tie::RefHash' => | |
1471 | { | |
1472 | 'MAINTAINER' => 'nuffin', | |
1473 | 'DISTRIBUTION' => 'NUFFIN/Tie-RefHash-1.38.tar.gz', | |
325914f9 | 1474 | 'FILES' => q[cpan/Tie-RefHash], |
462ea751 DM |
1475 | 'UPSTREAM' => 'cpan', |
1476 | }, | |
1477 | ||
1478 | 'Time::HiRes' => | |
1479 | { | |
1480 | 'MAINTAINER' => 'zefram', | |
68c5b4db | 1481 | 'DISTRIBUTION' => 'JHI/Time-HiRes-1.9721.tar.gz', |
a9ddcb5d | 1482 | 'FILES' => q[cpan/Time-HiRes], |
462ea751 DM |
1483 | 'UPSTREAM' => undef, |
1484 | }, | |
1485 | ||
1486 | 'Time::Local' => | |
1487 | { | |
1488 | 'MAINTAINER' => 'drolsky', | |
1489 | 'DISTRIBUTION' => 'DROLSKY/Time-Local-1.1901.tar.gz', | |
0c5ae3ee | 1490 | 'FILES' => q[ext/Time-Local], |
2654429e | 1491 | 'EXCLUDED' => [ qw(t/pod-coverage.t t/pod.t) ], |
5110ab9d JV |
1492 | 'UPSTREAM' => 'blead', |
1493 | # Currently Time::Local is no longer backwards compatible with Pre-5.11 perls | |
1494 | # the version in core has now deviated from the CPAN version. To re-dual-life | |
1495 | # this module, we'll need to rewrite a hybrid version | |
462ea751 DM |
1496 | }, |
1497 | ||
1498 | 'Time::Piece' => | |
1499 | { | |
1500 | 'MAINTAINER' => 'msergeant', | |
90d55c29 | 1501 | 'DISTRIBUTION' => 'MSERGEANT/Time-Piece-1.20.tar.gz', |
2f94c979 | 1502 | 'FILES' => q[cpan/Time-Piece], |
462ea751 DM |
1503 | 'UPSTREAM' => undef, |
1504 | }, | |
1505 | ||
1506 | 'Unicode::Collate' => | |
1507 | { | |
1508 | 'MAINTAINER' => 'sadahiro', | |
456a1446 | 1509 | 'DISTRIBUTION' => 'SADAHIRO/Unicode-Collate-0.56-withoutworldwriteables.tar.gz', |
a3e5f045 | 1510 | 'FILES' => q[cpan/Unicode-Collate], |
2654429e DM |
1511 | # ignore experimental XS version |
1512 | 'EXCLUDED' => [ qr{X$}, | |
1513 | qw{disableXS enableXS } | |
1514 | ], | |
462ea751 DM |
1515 | 'UPSTREAM' => 'first-come', |
1516 | }, | |
1517 | ||
1518 | 'Unicode::Normalize' => | |
1519 | { | |
1520 | 'MAINTAINER' => 'sadahiro', | |
a96160d6 | 1521 | 'DISTRIBUTION' => 'SADAHIRO/Unicode-Normalize-1.06-withoutworldwriteables.tar.gz', |
c62c1f54 | 1522 | 'FILES' => q[cpan/Unicode-Normalize], |
2654429e | 1523 | 'EXCLUDED' => [ qw{MANIFEST.N Normalize.pmN disableXS enableXS }], |
462ea751 DM |
1524 | 'UPSTREAM' => 'first-come', |
1525 | }, | |
1526 | ||
1527 | 'version' => | |
1528 | { | |
1529 | 'MAINTAINER' => 'jpeacock', | |
d000cf9b | 1530 | 'DISTRIBUTION' => 'JPEACOCK/version-0.82.tar.gz', |
daa8514a NC |
1531 | 'FILES' => q[lib/version.pm lib/version.pod lib/version.t |
1532 | lib/version], | |
bc7b0a13 | 1533 | 'EXCLUDED' => [ qr{^t/.*\.t$}, qw{t/survey_locales}, qr{^vutil/}, |
2654429e DM |
1534 | qw{lib/version/typemap}, |
1535 | qw{vperl/vpp.pm}, | |
1536 | ], | |
1537 | 'MAP' => { 'lib/' => 'lib/', | |
1538 | 't/coretests.pm' => 'lib/version.t', | |
1539 | }, | |
462ea751 DM |
1540 | 'UPSTREAM' => undef, |
1541 | }, | |
1542 | ||
1543 | 'vms' => | |
1544 | { | |
1545 | 'MAINTAINER' => 'craig', | |
1546 | 'FILES' => q[vms configure.com README.vms], | |
462ea751 | 1547 | 'UPSTREAM' => undef, |
26dd53a2 CB |
1548 | }, |
1549 | ||
1550 | 'VMS::DCLsym' => | |
1551 | { | |
1552 | 'MAINTAINER' => 'craig', | |
1553 | 'FILES' => q[ext/VMS-DCLsym], | |
26dd53a2 CB |
1554 | 'UPSTREAM' => undef, |
1555 | }, | |
1556 | ||
1557 | 'VMS::Stdio' => | |
1558 | { | |
1559 | 'MAINTAINER' => 'craig', | |
1560 | 'FILES' => q[ext/VMS-Stdio], | |
26dd53a2 | 1561 | 'UPSTREAM' => undef, |
462ea751 DM |
1562 | }, |
1563 | ||
1564 | 'warnings' => | |
1565 | { | |
1566 | 'MAINTAINER' => 'pmqs', | |
abba722d DM |
1567 | 'FILES' => q[warnings.pl |
1568 | lib/warnings.{pm,t} | |
1569 | lib/warnings | |
1570 | t/lib/warnings | |
1571 | ], | |
462ea751 DM |
1572 | 'UPSTREAM' => undef, |
1573 | }, | |
1574 | ||
1575 | 'win32' => | |
1576 | { | |
1577 | 'MAINTAINER' => 'jand', | |
1578 | 'FILES' => q[win32 t/win32 README.win32 ext/Win32CORE], | |
462ea751 DM |
1579 | 'UPSTREAM' => undef, |
1580 | }, | |
1581 | ||
1582 | 'Win32' => | |
1583 | { | |
1584 | 'MAINTAINER' => 'jand', | |
1585 | 'DISTRIBUTION' => "JDB/Win32-0.39.tar.gz", | |
43aed010 | 1586 | 'FILES' => q[cpan/Win32], |
43aed010 | 1587 | 'UPSTREAM' => 'cpan', |
462ea751 DM |
1588 | }, |
1589 | ||
1590 | 'Win32API::File' => | |
1591 | { | |
19a1ea52 | 1592 | 'MAINTAINER' => 'chorny', |
462ea751 | 1593 | 'DISTRIBUTION' => 'CHORNY/Win32API-File-0.1101.zip', |
e40af2cd | 1594 | 'FILES' => q[cpan/Win32API-File], |
2654429e DM |
1595 | 'EXCLUDED' => [ qr{^ex/}, |
1596 | qw{t/pod.t}, | |
1597 | ], | |
19a1ea52 | 1598 | 'UPSTREAM' => 'cpan', |
462ea751 DM |
1599 | }, |
1600 | ||
88e1f1a2 JV |
1601 | 'XS::APItest::KeywordRPN' => |
1602 | { | |
1603 | 'MAINTAINER' => 'zefram', | |
1604 | 'FILES' => q[ext/XS-APItest-KeywordRPN], | |
88e1f1a2 JV |
1605 | 'UPSTREAM' => 'blead', |
1606 | }, | |
1607 | ||
462ea751 DM |
1608 | 'XSLoader' => |
1609 | { | |
1610 | 'MAINTAINER' => 'saper', | |
1611 | 'DISTRIBUTION' => 'SAPER/XSLoader-0.10.tar.gz', | |
710e07e2 | 1612 | 'FILES' => q[dist/XSLoader], |
2654429e DM |
1613 | 'EXCLUDED' => [ qr{^eg/}, |
1614 | qw{t/pod.t | |
1615 | t/podcover.t | |
1616 | t/portfs.t | |
1617 | XSLoader.pm}, # we use XSLoader_pm.PL | |
1618 | ], | |
27d8d4f0 | 1619 | 'UPSTREAM' => 'blead', |
462ea751 DM |
1620 | }, |
1621 | ||
1622 | 's2p' => | |
1623 | { | |
1624 | 'MAINTAINER' => 'laun', | |
1625 | 'FILES' => q[x2p/s2p.PL], | |
462ea751 DM |
1626 | 'UPSTREAM' => undef, |
1627 | }, | |
1628 | ||
1629 | ||
1630 | # this pseudo-module represents all the files under ext/ and lib/ | |
1631 | # that aren't otherwise claimed. This means that the following two | |
1632 | # commands will check that every file under ext/ and lib/ is | |
1633 | # accounted for, and that there are no duplicates: | |
1634 | # | |
1635 | # perl Porting/Maintainers --checkmani lib ext | |
d8ada404 | 1636 | # perl Porting/Maintainers --checkmani |
462ea751 DM |
1637 | |
1638 | '_PERLLIB' => | |
1639 | { | |
1640 | 'MAINTAINER' => 'p5p', | |
1641 | 'FILES' => q[ | |
34c716a1 S |
1642 | ext/autouse/lib |
1643 | ext/autouse/t | |
462ea751 DM |
1644 | ext/B/B.pm |
1645 | ext/B/typemap | |
1646 | ext/B/Makefile.PL | |
1647 | ext/B/defsubs_h.PL | |
1648 | ext/B/O.pm | |
1649 | ext/B/B.xs | |
1650 | ext/B/B/Terse.pm | |
1651 | ext/B/B/Showlex.pm | |
1652 | ext/B/B/Xref.pm | |
1653 | ext/B/t/f_map | |
1654 | ext/B/t/showlex.t | |
1655 | ext/B/t/o.t | |
1656 | ext/B/t/optree_varinit.t | |
1657 | ext/B/t/concise-xs.t | |
1658 | ext/B/t/optree_check.t | |
1659 | ext/B/t/OptreeCheck.pm | |
1660 | ext/B/t/optree_specials.t | |
1661 | ext/B/t/f_sort.t | |
1662 | ext/B/t/pragma.t | |
1663 | ext/B/t/f_sort | |
1664 | ext/B/t/b.t | |
1665 | ext/B/t/optree_samples.t | |
1666 | ext/B/t/optree_concise.t | |
1667 | ext/B/t/optree_constants.t | |
1668 | ext/B/t/optree_sort.t | |
1669 | ext/B/t/terse.t | |
1670 | ext/B/t/xref.t | |
1671 | ext/B/t/f_map.t | |
1672 | ext/B/t/optree_misc.t | |
1673 | ext/B/hints/openbsd.pl | |
1674 | ext/B/hints/darwin.pl | |
1675 | ||
1676 | ext/Devel-DProf/ | |
1677 | ext/Devel-Peek/ | |
db804263 | 1678 | ext/Devel-SelfStubber/ |
462ea751 DM |
1679 | ext/DynaLoader/ |
1680 | !ext/DynaLoader/t/XSLoader.t | |
1681 | !ext/DynaLoader/XSLoader_pm.PL | |
7083d81a | 1682 | ext/Errno |
462ea751 DM |
1683 | ext/Fcntl/ |
1684 | ext/File-Glob/ | |
d9268716 S |
1685 | ext/FileCache/lib |
1686 | ext/FileCache/t | |
462ea751 DM |
1687 | ext/GDBM_File/ |
1688 | ext/Hash-Util-FieldHash/ | |
1689 | ext/Hash-Util/ | |
1690 | ext/I18N-Langinfo/ | |
eb60b0e7 | 1691 | ext/IPC-Open2/ |
3ac93b70 | 1692 | ext/IPC-Open3/ |
462ea751 DM |
1693 | ext/NDBM_File/ |
1694 | ext/ODBM_File/ | |
1695 | ext/Opcode/ | |
1696 | ext/POSIX/ | |
1697 | ext/PerlIO-encoding/ | |
1698 | ext/PerlIO-scalar/ | |
1699 | ext/PerlIO-via/ | |
1700 | ext/SDBM_File/ | |
1701 | ext/Socket/ | |
1702 | ext/Sys-Hostname/ | |
b7d7e1da | 1703 | ext/Tie-Memoize/ |
462ea751 DM |
1704 | ext/XS-APItest/ |
1705 | ext/XS-Typemap/ | |
1706 | ext/attributes/ | |
1707 | ext/mro/ | |
1708 | ext/re/ | |
1709 | lib/AnyDBM_File.{pm,t} | |
1710 | lib/Benchmark.{pm,t} | |
1711 | lib/CORE.pod | |
1712 | lib/Carp.{pm,t} | |
1713 | lib/Carp/Heavy.pm | |
1714 | lib/Class/Struct.{pm,t} | |
1715 | lib/Config.t | |
1716 | lib/Config/Extensions.{pm,t} | |
1717 | lib/DB.{pm,t} | |
1718 | lib/DBM_Filter.pm | |
1719 | lib/DBM_Filter/ | |
462ea751 DM |
1720 | lib/DirHandle.{pm,t} |
1721 | lib/Dumpvalue.{pm,t} | |
1722 | lib/English.{pm,t} | |
1723 | lib/Env.pm | |
1724 | lib/Env/t/ | |
1725 | lib/ExtUtils/Embed.pm | |
1726 | lib/ExtUtils/XSSymSet.pm | |
1727 | lib/ExtUtils/t/Embed.t | |
462ea751 | 1728 | lib/ExtUtils/typemap |
462ea751 DM |
1729 | lib/File/Basename.{pm,t} |
1730 | lib/File/CheckTree.{pm,t} | |
1731 | lib/File/Compare.{pm,t} | |
1732 | lib/File/Copy.{pm,t} | |
1733 | lib/File/DosGlob.{pm,t} | |
1734 | lib/File/Find.pm | |
1735 | lib/File/Find/ | |
1736 | lib/File/stat.{pm,t} | |
462ea751 DM |
1737 | lib/FileHandle.{pm,t} |
1738 | lib/FindBin.{pm,t} | |
1739 | lib/Getopt/Std.{pm,t} | |
1740 | lib/I18N/Collate.{pm,t} | |
462ea751 | 1741 | lib/Internals.t |
10b84a45 | 1742 | lib/Module/Build/ConfigData.pm |
462ea751 DM |
1743 | lib/Net/hostent.{pm,t} |
1744 | lib/Net/netent.{pm,t} | |
1745 | lib/Net/protoent.{pm,t} | |
1746 | lib/Net/servent.{pm,t} | |
1747 | lib/PerlIO.pm | |
1748 | lib/Pod/Functions.pm | |
1749 | lib/Pod/Html.pm | |
1750 | lib/Pod/t/Functions.t | |
1751 | lib/Pod/t/InputObjects.t | |
1752 | lib/Pod/t/Select.t | |
1753 | lib/Pod/t/Usage.t | |
1754 | lib/Pod/t/eol.t | |
1755 | lib/Pod/t/html* | |
1756 | lib/Pod/t/pod2html-lib.pl | |
1757 | lib/Pod/t/utils.t | |
1758 | lib/Search/Dict.{pm,t} | |
1759 | lib/SelectSaver.{pm,t} | |
1760 | lib/Symbol.{pm,t} | |
1761 | lib/Term/Complete.{pm,t} | |
1762 | lib/Term/ReadLine.{pm,t} | |
1763 | lib/Text/Abbrev.{pm,t} | |
1764 | lib/Thread.{pm,t} | |
1765 | lib/Tie/Array.pm | |
1766 | lib/Tie/Array/ | |
b9d6bef4 | 1767 | lib/Tie/ExtraHash.t |
462ea751 DM |
1768 | lib/Tie/Handle.pm |
1769 | lib/Tie/Handle/ | |
1770 | lib/Tie/Hash.pm | |
1771 | lib/Tie/Hash/NamedCapture.pm | |
462ea751 DM |
1772 | lib/Tie/Scalar.{pm,t} |
1773 | lib/Tie/StdHandle.pm | |
1774 | lib/Tie/SubstrHash.{pm,t} | |
1775 | lib/Time/gmtime.{pm,t} | |
1776 | lib/Time/localtime.{pm,t} | |
1777 | lib/Time/tm.pm | |
1778 | lib/UNIVERSAL.pm | |
1779 | lib/Unicode/README | |
1780 | lib/Unicode/UCD.{pm,t} | |
1781 | lib/User/grent.{pm,t} | |
1782 | lib/User/pwent.{pm,t} | |
1783 | lib/abbrev.pl | |
1784 | lib/assert.pl | |
462ea751 DM |
1785 | lib/bigfloat{.pl,pl.t} |
1786 | lib/bigint{.pl,pl.t} | |
1787 | lib/bigrat.pl | |
1788 | lib/blib.{pm,t} | |
1789 | lib/bytes.{pm,t} | |
1790 | lib/bytes_heavy.pl | |
1791 | lib/cacheout.pl | |
1792 | lib/charnames.{pm,t} | |
1793 | lib/complete.pl | |
1794 | lib/ctime.pl | |
1795 | lib/dbm_filter_util.pl | |
1796 | lib/deprecate.pm | |
1797 | lib/diagnostics.{pm,t} | |
1798 | lib/dotsh.pl | |
1799 | lib/dumpvar.{pl,t} | |
1800 | lib/exceptions.pl | |
1801 | lib/fastcwd.pl | |
1802 | lib/feature.{pm,t} | |
1863b879 | 1803 | lib/feature/ |
462ea751 DM |
1804 | lib/filetest.{pm,t} |
1805 | lib/find.pl | |
1806 | lib/finddepth.pl | |
1807 | lib/flush.pl | |
1808 | lib/getcwd.pl | |
1809 | lib/getopt.pl | |
1810 | lib/getopts.pl | |
1811 | lib/h2ph.t | |
1812 | lib/h2xs.t | |
1813 | lib/hostname.pl | |
1814 | lib/importenv.pl | |
1815 | lib/integer.{pm,t} | |
d915cdf3 | 1816 | lib/legacy.{pm,t} |
462ea751 DM |
1817 | lib/less.{pm,t} |
1818 | lib/locale.{pm,t} | |
1819 | lib/look.pl | |
462ea751 DM |
1820 | lib/open.{pm,t} |
1821 | lib/open2.pl | |
1822 | lib/open3.pl | |
1823 | lib/overload{.pm,.t,64.t} | |
1824 | lib/overload/numbers.pm | |
1825 | lib/overloading.{pm,t} | |
1826 | lib/perl5db.{pl,t} | |
1827 | lib/perl5db/ | |
1828 | lib/pwd.pl | |
1829 | lib/shellwords.pl | |
1830 | lib/sigtrap.{pm,t} | |
1831 | lib/sort.{pm,t} | |
1832 | lib/stat.pl | |
1833 | lib/strict.{pm,t} | |
1834 | lib/subs.{pm,t} | |
1835 | lib/syslog.pl | |
1836 | lib/tainted.pl | |
1837 | lib/termcap.pl | |
1838 | lib/timelocal.pl | |
1839 | lib/unicore/ | |
1840 | lib/utf8.{pm,t} | |
1841 | lib/utf8_heavy.pl | |
1842 | lib/validate.pl | |
1843 | lib/vars{.pm,.t,_carp.t} | |
1844 | lib/vmsish.{pm,t} | |
1845 | ], | |
462ea751 DM |
1846 | 'UPSTREAM' => undef, |
1847 | }, | |
1848 | ); | |
b128a327 | 1849 | |
97556ec3 GA |
1850 | # legacy CPAN flag |
1851 | for (values %Modules) { | |
1852 | $_->{CPAN} = !!$_->{DISTRIBUTION}; | |
1853 | } | |
1854 | ||
b128a327 | 1855 | 1; |