File: MANIFEST.SKIP

package info (click to toggle)
libclass-accessor-grouped-perl 0.08001-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 220 kB
  • ctags: 134
  • sloc: perl: 1,678; makefile: 43
file content (38 lines) | stat: -rw-r--r-- 440 bytes parent folder | download
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
# Avoid version control files.
\bRCS\b
\bCVS\b
,v$
,B$
,D$
\B\.svn\b
aegis.log$
\bconfig$
\bbuild$
\.DS_Store$

# Avoid Makemaker generated and utility files.
\bMakefile$
\bblib
\bMakeMaker-\d
\bpm_to_blib$
\bblibdirs$

# Avoid Module::Build generated and utility files.
\bBuild$
\b_build
Build.PL
Build.bat

# Avoid temp and backup files.
~$
\.gz$
\.old$
\.bak$
\.swp$
\.tdy$
\.tmp$
\#$
\b\.#

# Avoid author test files.
\bpod-spelling.t$