home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2003 March
/
PCWorld_2003-03_cd.bin
/
Software
/
Topware
/
activeperl
/
ActivePerl
/
Perl
/
lib
/
ExtUtils
/
MANIFEST.SKIP
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-06-19
|
227 b
|
18 lines
# Avoid version control files.
\bRCS\b
\bCVS\b
,v$
# Avoid Makemaker generated and utility files.
^MANIFEST\.bak
^Makefile$
^blib/
^MakeMaker-\d
^pm_to_blib$
# Avoid temp and backup files.
~$
\.old$
\#$
^\.#