Checking in changes prior to tagging of version 0.45. Changelog diff is:
[gitmo/Mouse.git] / MANIFEST.SKIP
1
2 #!start included /home/s0710509/sperl/lib/5.10.1/ExtUtils/MANIFEST.SKIP
3 # Avoid version control files.
4 \bRCS\b
5 \bCVS\b
6 \bSCCS\b
7 ,v$
8 \B\.svn\b
9 \B\.git\b
10 \B\.gitignore\b
11 \b_darcs\b
12
13 # Avoid Makemaker generated and utility files.
14 \bMANIFEST\.bak
15 \bMakefile$
16 \bblib/
17 \bMakeMaker-\d
18 \bpm_to_blib\.ts$
19 \bpm_to_blib$
20 \bblibdirs\.ts$         # 6.18 through 6.25 generated this
21
22 # Avoid Module::Build generated and utility files.
23 \bBuild$
24 \b_build/
25
26 # Avoid temp and backup files.
27 ~$
28 \.old$
29 \#$
30 \b\.#
31 \.bak$
32
33 # Avoid Devel::Cover files.
34 \bcover_db\b
35 #!end included /home/s0710509/sperl/lib/5.10.1/ExtUtils/MANIFEST.SKIP
36
37
38 # Moose specific tests
39 xt/compatibility
40 xt/external
41 t/.*/failing
42
43 ^TODO$
44 nytprof
45 \.out$
46
47 # author's tools
48 author/
49
50 lib/Mouse/Tiny\.pm$
51
52 # Mouse distributions
53 Mouse-
54
55 ppport\.h
56 \.o(?:bj)?$
57 \.c$
58 \.bs$