rip load_optional_class from DBIx::Class::Componentised and put it in Class::C3:...
[p5sagit/Class-C3-Componentised.git] / MANIFEST.SKIP
CommitLineData
20169807 1# Avoid version control files.
2\bRCS\b
3\bCVS\b
4,v$
5\B\.svn\b
6
7# Avoid Makemaker generated and utility files.
8\bMakefile$
9\bblib
10\bMakeMaker-\d
11\bpm_to_blib$
12\bblibdirs$
13^MANIFEST\.SKIP$
14
15# for developers only :)
16^TODO$
17^VERSIONING\.SKETCH$
18
19# Avoid Module::Build generated and utility files.
20\bBuild$
21\b_build
22
23# Avoid temp and backup files.
24~$
25\.tmp$
26\.old$
27\.bak$
28\..*?\.sw[po]$
29\#$
30\b\.#
31
32# avoid OS X finder files
33\.DS_Store$
34
35# Don't ship the last dist we built :)
36\.tar\.gz$
37
38# Skip maint stuff
39^maint/
40
41# Avoid copies to .orig
42\.orig$
43
44# Dont use Module::Build anymore
45^Build.PL$