Skip test if we don't have the cookie state module yet
[catagits/Catalyst-Plugin-Session.git] / MANIFEST.SKIP
CommitLineData
d0a11c12 1\bMYMETA.yml\b
2
37160715 3# Avoid version control files.
4\bRCS\b
5\bCVS\b
6,v$
7\B\.svn\b
f8bad6fc 8\B\.git\b
42eec4ab 9\B\.gitignore\b
e79a686c 10\bIDEAS.txt$
11
37160715 12# Avoid Makemaker generated and utility files.
13\bMakefile$
14\bblib
15\bMakeMaker-\d
16\bpm_to_blib$
17\bblibdirs$
18^MANIFEST\.SKIP$
19
20# Avoid Module::Build generated and utility files.
21\bBuild$
22\b_build
23
24# Avoid temp and backup files.
25~$
26\.tmp$
27\.old$
28\.bak$
29\#$
30\b\.#
31^..*\.sw[po]$
7ae1753f 32
33# prereq tests may fail due to optionals
3499_prereq\.t$
2b66193e 35
36# Module::Bane
37\bBuild.PL$
7550f095 38
39# Shipit conf
40.shipit
382d6092 41
42^Catalyst-Plugin-Session-.*