blob: d0bec03a07ac7894996601ca7d42fc9162aa8f4d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
|
# In addition to actual maintainers this file also lists "interested parties".
#
# The maintainer aliases come from AUTHORS. They may be defined in
# a layered way: 'doc' expands to tchrist which expands to Tom Christiansen.
#
# A file that is in MANIFEST need not be here at all.
# In any case, if nobody else is listed as maintainer,
# PUMPKING (from AUTHORS) should be it.
#
# Filenames can contain * which means qr(.*) on the filenames found
# using File::Find (it's _not_ filename glob).
#
# Maintainership definitions are of course cumulative: if A maintains
# X/* and B maintains X/Y/Z, if X/Y/Z is changed, both A and B should
# be notified.
#
# The filename(glob) and the maintainer(s) are separated by one or more tabs.
Artistic
Changes
Changes5.000
Changes5.001
Changes5.002
Changes5.003
Changes5.004
Changes5.005
Configure cfg
Copying
EXTERN.h
INSTALL
INTERN.h
MANIFEST
Makefile.SH
objXSUB.h
Policy_sh.SH
Porting/* cfg
Porting/Contract
Porting/Glossary
Porting/config.sh
Porting/config_H
Porting/findvars
Porting/fixCORE
Porting/fixvars
Porting/genlog
Porting/makerel
Porting/p4d2p
Porting/p4desc
Porting/patching.pod dgris
Porting/patchls
Porting/pumpkin.pod
README
README.amiga amiga
README.beos beos
README.cygwin32 cygwin32
README.dos dos
README.hpux hpux
README.lexwarn lexwarn
README.mpeix mpeix
README.os2 os2
README.os390 mvs
README.plan9 plan9
README.posix-bc posix-bc
README.qnx qnx
README.threads
README.vmesa vmesa
README.vms vms
README.vos vos
README.win32 win32
Todo
Todo-5.005
XSlock.h
XSUB.h
av.c
av.h
beos/* beos
bytecode.h
bytecode.pl
byterun.c
byterun.h
cc_runtime.h
cflags.SH
config_h.SH cfg
configpm
configure.com vms
configure.gnu
cop.h
cv.h
cygwin32/* cygwin32
deb.c
djgpp/* dos
doio.c
doop.c
dosish.h
dump.c
ebcdic.c
eg/ADB
eg/README
eg/cgi/* cgi
eg/changes
eg/client
eg/down
eg/dus
eg/findcp
eg/findtar
eg/g/gcp
eg/g/gcp.man
eg/g/ged
eg/g/ghosts
eg/g/gsh
eg/g/gsh.man
eg/muck
eg/muck.man
eg/myrup
eg/nih
eg/relink
eg/rename
eg/rmfrom
eg/scan/scan_df
eg/scan/scan_last
eg/scan/scan_messages
eg/scan/scan_passwd
eg/scan/scan_ps
eg/scan/scan_sudo
eg/scan/scan_suid
eg/scan/scanner
eg/server
eg/shmkill
eg/sysvipc/README
eg/sysvipc/ipcmsg
eg/sysvipc/ipcsem
eg/sysvipc/ipcshm
eg/travesty
eg/unuc
eg/uudecode
eg/van/empty
eg/van/unvanish
eg/van/vanexp
eg/van/vanish
eg/who
eg/wrapsuid
emacs/* ilya
embed.h
embed.pl
embedvar.h
ext/*/hints* cfg
ext/B/* nik
ext/B/B/Deparse.pm smccam
ext/DB_File* pmarquess
ext/DB_File/hints/dynixptx.pl dynix/ptx
ext/Data/Dumper/* gsar
ext/Devel/Peek/* ilya
ext/DynaLoader/DynaLoader_pm.PL
ext/DynaLoader/Makefile.PL
ext/DynaLoader/README
ext/DynaLoader/dl_aix.xs aix
ext/DynaLoader/dl_cygwin32.xs cygwin32
ext/DynaLoader/dl_dld.xs rsanders
ext/DynaLoader/dl_dlopen.xs timb
ext/DynaLoader/dl_hpux.xs hpux
ext/DynaLoader/dl_mpeix.xs mpeix
ext/DynaLoader/dl_next.xs next
ext/DynaLoader/dl_none.xs
ext/DynaLoader/dl_vms.xs vms
ext/DynaLoader/dl_vmesa.xs vmesa
ext/DynaLoader/dlutils.c
ext/DynaLoader/hints/linux.pl linux
ext/Errno/* gbarr
ext/Fcntl/* jhi
ext/GDBM_File/GDBM_File.pm
ext/GDBM_File/GDBM_File.xs
ext/GDBM_File/Makefile.PL
ext/GDBM_File/typemap
ext/IO/*
ext/IPC/SysV/* gbarr
ext/NDBM_File/Makefile.PL
ext/NDBM_File/NDBM_File.pm
ext/NDBM_File/NDBM_File.xs
ext/NDBM_File/hints/dec_osf.pl dec_osf
ext/NDBM_File/hints/dynixptx.pl dynix/ptx
ext/NDBM_File/hints/solaris.pl solaris
ext/NDBM_File/hints/svr4.pl svr4
ext/NDBM_File/typemap
ext/ODBM_File/Makefile.PL
ext/ODBM_File/ODBM_File.pm
ext/ODBM_File/ODBM_File.xs
ext/ODBM_File/hints/dec_osf.pl dec_osf
ext/ODBM_File/hints/hpux.pl hpux
ext/ODBM_File/hints/sco.pl sco
ext/ODBM_File/hints/solaris.pl solaris
ext/ODBM_File/hints/svr4.pl svr4
ext/ODBM_File/hints/ultrix.pl
ext/ODBM_File/typemap
ext/Opcode/Makefile.PL
ext/Opcode/Opcode.pm
ext/Opcode/Opcode.xs
ext/Opcode/Safe.pm
ext/Opcode/ops.pm
ext/POSIX/Makefile.PL
ext/POSIX/POSIX.pm
ext/POSIX/POSIX.pod
ext/POSIX/POSIX.xs
ext/POSIX/hints/bsdos.pl bsdos
ext/POSIX/hints/dynixptx.pl dynix/ptx
ext/POSIX/hints/freebsd.pl freebsd
ext/POSIX/hints/linux.pl linux
ext/POSIX/hints/netbsd.pl netbsd
ext/POSIX/hints/next_3.pl next
ext/POSIX/hints/openbsd.pl openbsd
ext/POSIX/hints/sunos_4.pl sunos4
ext/POSIX/typemap
ext/SDBM_File/Makefile.PL
ext/SDBM_File/SDBM_File.pm
ext/SDBM_File/SDBM_File.xs
ext/SDBM_File/sdbm/CHANGES
ext/SDBM_File/sdbm/COMPARE
ext/SDBM_File/sdbm/Makefile.PL
ext/SDBM_File/sdbm/README
ext/SDBM_File/sdbm/README.too
ext/SDBM_File/sdbm/biblio
ext/SDBM_File/sdbm/dba.c
ext/SDBM_File/sdbm/dbd.c
ext/SDBM_File/sdbm/dbe.1
ext/SDBM_File/sdbm/dbe.c
ext/SDBM_File/sdbm/dbm.c
ext/SDBM_File/sdbm/dbm.h
ext/SDBM_File/sdbm/dbu.c
ext/SDBM_File/sdbm/grind
ext/SDBM_File/sdbm/hash.c
ext/SDBM_File/sdbm/linux.patches
ext/SDBM_File/sdbm/makefile.sdbm
ext/SDBM_File/sdbm/pair.c
ext/SDBM_File/sdbm/pair.h
ext/SDBM_File/sdbm/readme.ms
ext/SDBM_File/sdbm/sdbm.3
ext/SDBM_File/sdbm/sdbm.c
ext/SDBM_File/sdbm/sdbm.h
ext/SDBM_File/sdbm/tune.h
ext/SDBM_File/sdbm/util.c
ext/SDBM_File/typemap
ext/Socket/Makefile.PL
ext/Socket/Socket.pm
ext/Socket/Socket.xs
ext/Thread/Makefile.PL
ext/Thread/Notes
ext/Thread/README
ext/Thread/Thread.pm
ext/Thread/Thread.xs
ext/Thread/Thread/Queue.pm
ext/Thread/Thread/Semaphore.pm
ext/Thread/Thread/Signal.pm
ext/Thread/Thread/Specific.pm
ext/Thread/create.t
ext/Thread/die.t
ext/Thread/die2.t
ext/Thread/io.t
ext/Thread/join.t
ext/Thread/join2.t
ext/Thread/list.t
ext/Thread/lock.t
ext/Thread/queue.t
ext/Thread/specific.t
ext/Thread/sync.t
ext/Thread/sync2.t
ext/Thread/typemap
ext/Thread/unsync.t
ext/Thread/unsync2.t
ext/Thread/unsync3.t
ext/Thread/unsync4.t
ext/attrs/Makefile.PL
ext/attrs/attrs.pm
ext/attrs/attrs.xs
ext/re/Makefile.PL
ext/re/hints/mpeix.pl mpeix
ext/re/re.pm regex
ext/re/re.xs regex
ext/util/make_ext
ext/util/mkbootstrap
fakethr.h
form.h
global.sym
globals.c
globvar.sym
gv.c
gv.h
h2pl/README
h2pl/cbreak.pl
h2pl/cbreak2.pl
h2pl/eg/sizeof.ph
h2pl/eg/sys/errno.pl
h2pl/eg/sys/ioctl.pl
h2pl/eg/sysexits.pl
h2pl/getioctlsizes
h2pl/mksizes
h2pl/mkvars
h2pl/tcbreak
h2pl/tcbreak2
handy.h
hints/* cfg
hints/3b1.sh
hints/3b1cc
hints/README.hints
hints/aix.sh aix
hints/altos486.sh
hints/amigaos.sh amiga
hints/apollo.sh
hints/aux_3.sh
hints/beos.sh beos
hints/broken-db.msg
hints/bsdos.sh bsdos
hints/convexos.sh
hints/cxux.sh cxux
hints/cygwin32.sh cygwin32x
hints/dcosx.sh
hints/dec_osf.sh dec_osf
hints/dgux.sh dgux
hints/dos_djgpp.sh dos
hints/dynix.sh dynix/ptx
hints/dynixptx.sh dynix/ptx
hints/epix.sh
hints/esix4.sh
hints/fps.sh
hints/freebsd.sh freebsd
hints/genix.sh
hints/greenhills.sh
hints/hpux.sh hpux
hints/i386.sh
hints/irix* irix
hints/isc.sh
hints/isc_2.sh
hints/linux.sh linux
hints/lynxos.sh lynxos
hints/machten.sh machten
hints/machten_2.sh
hints/mips.sh
hints/mpc.sh
hints/mpeix.sh mpeix
hints/ncr_tower.sh
hints/netbsd.sh netbsd
hints/newsos4.sh
hints/next* step
hints/openbsd.sh openbsd
hints/opus.sh
hints/os2.sh os2
hints/os390.sh mvs
hints/posix-bc.sh posix-bc
hints/powerux.sh powerux
hints/qnx.sh qnx
hints/sco.sh
hints/sco_2_3_0.sh
hints/sco_2_3_1.sh
hints/sco_2_3_2.sh
hints/sco_2_3_3.sh
hints/sco_2_3_4.sh
hints/solaris_2.sh solaris
hints/stellar.sh
hints/sunos_4* sunos4
hints/svr4.sh svr4
hints/ti1500.sh
hints/titanos.sh
hints/ultrix_4.sh ultrix
hints/umips.sh
hints/unicos* unicos
hints/unisysdynix.sh
hints/utekv.sh
hints/uts.sh
hints/uwin.sh uwin
hints/vmesa.sh vmesa
hv.c
hv.h
installhtml
installman
installperl
intrpvar.h
iperlsys.h
jpl/* jpl
keywords.h
keywords.pl
lib/AnyDBM_File.pm
lib/AutoLoader.pm
lib/AutoSplit.pm
lib/Benchmark.pm jhi,timb
lib/CGI* cgi
lib/CPAN* cpan
lib/Carp.pm
lib/Class/Struct.pm tchrist
lib/Cwd.pm
lib/Devel/SelfStubber.pm
lib/DirHandle.pm
lib/English.pm
lib/Env.pm
lib/Exporter.pm
lib/ExtUtils/* mm
lib/ExtUtils/Command.pm nik
lib/ExtUtils/Embed.pm doug
lib/ExtUtils/Installed.pm alan.burlison
lib/ExtUtils/Mksymlists.pm cbail
lib/ExtUtils/MM_OS2.pm os2
lib/ExtUtils/MM_VMS.pm vms
lib/ExtUtils/MM_Win32.pm win32
lib/ExtUtils/Packlist.pm alan.burlison
lib/Fatal.pm
lib/File/Basename.pm
lib/File/CheckTree.pm
lib/File/Compare.pm nik
lib/File/Copy.pm cbail
lib/File/DosGlob.pm gsar
lib/File/Find.pm
lib/File/Path.pm timb,cbail
lib/File/Spec* kjahds
lib/File/Spec/Mac.pm schinder
lib/File/Spec/OS2.pm ilya
lib/File/Spec/VMS.pm vms
lib/File/Spec/Win32.pm win32
lib/File/stat.pm tchrist
lib/FileCache.pm
lib/FileHandle.pm
lib/FindBin.pm
lib/Getopt/Long.pm jvromans
lib/I18N/Collate.pm jhi
lib/IPC/Open2.pm
lib/IPC/Open3.pm
lib/Math/BigFloat.pm mbiggar
lib/Math/BigInt.pm mbiggar
lib/Math/Complex.pm complex
lib/Math/Trig.pm complex
lib/Net/Ping.pm
lib/Net/hostent.pm tchrist
lib/Net/netent.pm tchrist
lib/Net/protoent.pm tchrist
lib/Net/servent.pm tchrist
lib/Pod/Checker.pm bradapp
lib/Pod/Functions.pm
lib/Pod/Html.pm tchrist
lib/Pod/InputObjects.pm bradapp
lib/Pod/Parser.pm bradapp
lib/Pod/PlainText.pm bradapp
lib/Pod/Select.pm bradapp
lib/Pod/Text.pm tchrist
lib/Pod/Usage.pm bradapp
lib/Search/Dict.pm
lib/SelectSaver.pm
lib/SelfLoader.pm
lib/Shell.pm
lib/Symbol.pm
lib/Sys/Hostname.pm sundstrom
lib/Sys/Syslog.pm tchrist
lib/Term/Cap.pm
lib/Term/Complete.pm wayne.thompson
lib/Term/ReadLine.pm
lib/Test.pm
lib/Test/Harness.pm k
lib/Text/Abbrev.pm
lib/Text/ParseWords.pm pomeranz
lib/Text/Soundex.pm stok
lib/Text/Tabs.pm muir
lib/Text/Wrap.pm muir
lib/Tie/Array.pm nik
lib/Tie/Handle.pm
lib/Tie/Hash.pm
lib/Tie/RefHash.pm gsar
lib/Tie/Scalar.pm
lib/Tie/SubstrHash.pm
lib/Time/Local.pm pomeranz
lib/Time/gmtime.pm tchrist
lib/Time/localtime.pm tchrist
lib/Time/tm.pm tchrist
lib/UNIVERSAL.pm
lib/User/grent.pm tchrist
lib/User/pwent.pm tchrist
lib/abbrev.pl
lib/assert.pl
lib/autouse.pm
lib/base.pm
lib/bigfloat.pl
lib/bigint.pl
lib/bigrat.pl
lib/blib.pm
lib/cacheout.pl
lib/chat2.pl
lib/complete.pl
lib/constant.pm
lib/ctime.pl
lib/diagnostics.pm doc
lib/dotsh.pl
lib/dumpvar.pl
lib/exceptions.pl
lib/fastcwd.pl
lib/fields.pm
lib/filetest.pm
lib/find.pl
lib/finddepth.pl
lib/flush.pl
lib/ftp.pl
lib/getcwd.pl
lib/getopt.pl
lib/getopts.pl
lib/hostname.pl
lib/importenv.pl
lib/integer.pm
lib/less.pm
lib/lib.pm
lib/locale.pm locale
lib/look.pl
lib/newgetopt.pl
lib/open2.pl
lib/open3.pl
lib/overload.pm ilya
lib/perl5db.pl ilya
lib/pwd.pl
lib/shellwords.pl
lib/sigtrap.pm
lib/stat.pl
lib/strict.pm
lib/subs.pm
lib/syslog.pl
lib/tainted.pl
lib/termcap.pl
lib/timelocal.pl
lib/unicode/*Ethiopic* dmulholl
lib/unicode* lwall
lib/utf8* lwall
lib/validate.pl
lib/vars.pm
lib/warning.pm lexwarn
makeaperl.SH
makedepend.SH
makedir.SH
malloc.c ilya
mg.c
mg.h
minimod.pl
miniperlmain.c
mpeix/* mpeix
mv-if-diff
myconfig
nostdio.h
op.c
op.h
opcode.h
opcode.pl
os2/* ilya
patchlevel.h
perl.c
perl.h
perl_exp.SH
perlio.c
perlio.h
perlio.sym
perlsdio.h
perlsfio.h
perlsh
perlvars.h
perly.c
perly_c.diff
perly.fixer
perly.h
perly.y
plan9/* plan9
pod/pod2usage.PL bradapp
pod/podchecker.PL bradapp
pod/podselect.PL bradapp
pod/* doc
pod/buildtoc
pod/checkpods.PL
pod/perl.pod
pod/perlapio.pod
pod/perlbook.pod
pod/perlbot.pod
pod/perlcall.pod pmarquess
pod/perldata.pod
pod/perldebug.pod
pod/perldelta.pod
pod/perl5005delta.pod
pod/perl5004delta.pod
pod/perldiag.pod
pod/perldsc.pod tchrist
pod/perlembed.pod doug,jon
pod/perlfaq* gnat
pod/perlform.pod
pod/perlfunc.pod
pod/perlguts.pod
pod/perlhist.pod jhi
pod/perlipc.pod tchrist
pod/perllocale.pod locale
pod/perllol.pod tchrist
pod/perlmod.pod
pod/perlmodinstall.pod jon
pod/perlmodlib.pod
pod/perlobj.pod
pod/perlop.pod
pod/perlpod.pod lwall
pod/perlport.pod pudge
pod/perlre.pod regex
pod/perlref.pod
pod/perlreftut.pod mjd
pod/perlrun.pod
pod/perlsec.pod
pod/perlstyle.pod
pod/perlsub.pod
pod/perlsyn.pod
pod/perltie.pod tchrist
pod/perltoc.pod
pod/perltoot.pod tchrist
pod/perltrap.pod
pod/perlvar.pod
pod/perlxs.pod roehrich
pod/perlxstut.pod okamoto
pod/pod2html.PL
pod/pod2latex.PL
pod/pod2man.PL
pod/pod2text.PL
pod/roffitall
pod/rofftoc
pod/splitman
pod/splitpod
pp.c
pp.h
pp.sym
pp_ctl.c
pp_hot.c
pp_proto.h
pp_sys.c
proto.h
qnx/* qnx
regcomp.c regex
regcomp.h regex
regcomp.pl regex
regcomp.sym regex
regexec.c regex
regexp.h regex
regnodes.h regex
run.c
scope.c
scope.h
sv.c
sv.h
t/README
t/TEST
t/UTEST
t/base/cond.t
t/base/if.t
t/base/lex.t
t/base/pat.t
t/base/rs.t
t/base/term.t
t/cmd/elsif.t
t/cmd/for.t
t/cmd/mod.t
t/cmd/subval.t
t/cmd/switch.t
t/cmd/while.t
t/comp/cmdopt.t
t/comp/colon.t
t/comp/cpp.aux
t/comp/cpp.t
t/comp/decl.t
t/comp/multiline.t
t/comp/package.t
t/comp/proto.t
t/comp/redef.t
t/comp/require.t
t/comp/script.t
t/comp/term.t
t/comp/use.t
t/harness
t/io/argv.t
t/io/dup.t
t/io/fs.t
t/io/inplace.t
t/io/iprefix.t
t/io/pipe.t
t/io/print.t
t/io/read.t
t/io/tell.t
t/lib/abbrev.t
t/lib/anydbm.t
t/lib/autoloader.t
t/lib/basename.t
t/lib/bigint.t
t/lib/bigintpm.t
t/lib/cgi-form.t
t/lib/cgi-function.t
t/lib/cgi-html.t
t/lib/cgi-request.t
t/lib/checktree.t
t/lib/complex.t complex
t/lib/db-btree.t pmarquess
t/lib/db-hash.t pmarquess
t/lib/db-recno.t pmarquess
t/lib/dirhand.t
t/lib/dosglob.t
t/lib/dumper-ovl.t gsar
t/lib/dumper.t gsar
t/lib/english.t
t/lib/env.t
t/lib/errno.t gbarr
t/lib/fields.t
t/lib/filecache.t
t/lib/filecopy.t
t/lib/filefind.t
t/lib/filehand.t
t/lib/filepath.t
t/lib/filespec.t kjahds
t/lib/findbin.t
t/lib/gdbm.t
t/lib/getopt.t jvromans
t/lib/h2ph* kstar
t/lib/hostname.t
t/lib/io_* gbarr
t/lib/ipc_sysv.t gbarr
t/lib/ndbm.t
t/lib/odbm.t
t/lib/opcode.t
t/lib/open2.t
t/lib/open3.t
t/lib/ops.t
t/lib/parsewords.t
t/lib/ph.t kstar
t/lib/posix.t
t/lib/safe1.t
t/lib/safe2.t
t/lib/sdbm.t
t/lib/searchdict.t
t/lib/selectsaver.t
t/lib/socket.t
t/lib/soundex.t
t/lib/symbol.t
t/lib/texttabs.t muir
t/lib/textfill.t muir
t/lib/textwrap.t
t/lib/thread.t
t/lib/tie-push.t
t/lib/tie-stdarray.t
t/lib/tie-stdpush.t
t/lib/timelocal.t
t/lib/trig.t
t/op/append.t
t/op/arith.t
t/op/array.t
t/op/assignwarn.t
t/op/auto.t
t/op/avhv.t
t/op/bop.t
t/op/chop.t
t/op/closure.t
t/op/cmp.t
t/op/cond.t
t/op/context.t
t/op/defins.t
t/op/delete.t
t/op/die.t
t/op/die_exit.t
t/op/do.t
t/op/each.t
t/op/eval.t
t/op/exec.t
t/op/exp.t
t/op/filetest.t
t/op/flip.t
t/op/fork.t
t/op/glob.t
t/op/goto.t
t/op/goto_xs.t
t/op/grent.t
t/op/groups.t
t/op/gv.t
t/op/hashwarn.t
t/op/inc.t
t/op/index.t
t/op/int.t
t/op/join.t
t/op/lex_assign.t
t/op/list.t
t/op/local.t
t/op/magic.t
t/op/method.t
t/op/misc.t
t/op/mkdir.t
t/op/my.t
t/op/nothread.t
t/op/oct.t
t/op/ord.t
t/op/pack.t
t/op/pat.t
t/op/pos.t
t/op/push.t
t/op/pwent.t
t/op/quotemeta.t
t/op/rand.t
t/op/range.t
t/op/re_tests regex
t/op/read.t
t/op/readdir.t
t/op/recurse.t
t/op/ref.t
t/op/regexp.t regex
t/op/regexp_noamp.t regex
t/op/repeat.t
t/op/runlevel.t
t/op/sleep.t
t/op/sort.t
t/op/splice.t
t/op/split.t
t/op/sprintf.t
t/op/stat.t
t/op/study.t
t/op/subst.t
t/op/substr.t
t/op/sysio.t
t/op/taint.t
t/op/tie.t
t/op/tiearray.t
t/op/tiehandle.t
t/op/time.t
t/op/tr.t
t/op/undef.t
t/op/universal.t
t/op/unshift.t
t/op/vec.t
t/op/wantarray.t
t/op/write.t
t/pod/* bradapp
t/pragma/constant.t
t/pragma/locale.t locale
t/pragma/overload.t ilya
t/pragma/strict-refs
t/pragma/strict-subs
t/pragma/strict-vars
t/pragma/strict.t
t/pragma/subs.t
t/pragma/warn/* lexwarn
t/pragma/warn/regcomp regex
t/pragma/warn/regexec regex
t/pragma/warning.t lexwarn
taint.c
thrdvar.h
thread.h
toke.c
universal.c
unixish.h
utf* lwall
utils/Makefile
utils/c2ph.PL tchrist
utils/h2ph.PL kstar
utils/h2xs.PL
utils/perlbug.PL
utils/perlcc.PL
utils/perldoc.PL
utils/pl2pm.PL
utils/splain.PL doc
vmesa/* vmesa
vms/* vms
vos/* vos
warning.h lexwarn
warning.pl lexwarn
win32/*
writemain.SH
x2p/EXTERN.h
x2p/INTERN.h
x2p/Makefile.SH
x2p/a2p.c
x2p/a2p.h
x2p/a2p.pod
x2p/a2p.y
x2p/a2py.c
x2p/cflags.SH
x2p/find2perl.PL
x2p/hash.c
x2p/hash.h
x2p/proto.h
x2p/s2p.PL
x2p/str.c
x2p/str.h
x2p/util.c
x2p/util.h
x2p/walk.c
|