about summary refs log tree commit diff
path: root/MANIFEST.SKIP
diff options
context:
space:
mode:
authorJonathan "Duke" Leto <jonathan@leto.net>2011-01-03 14:00:22 -0800
committerJonathan "Duke" Leto <jonathan@leto.net>2011-01-03 14:00:22 -0800
commit792eeecfec9b9b30101fa5c791554b6affb5f0d0 (patch)
treed3e835deef556269479be29e596a01e110ebc825 /MANIFEST.SKIP
parentupdate .gitignore (diff)
downloadjitterbug-792eeecfec9b9b30101fa5c791554b6affb5f0d0.tar.gz
Convert jitterbug to use Module::Build
Jitterbug now uses Module::Build, mostly so that "./Build installdeps" can
be used to install all Jitterbug dependencies. The README has been updated
to document the new installation process.

A Makefile.PL is still generated for backcompat.
Diffstat (limited to 'MANIFEST.SKIP')
-rw-r--r--MANIFEST.SKIP16
1 files changed, 16 insertions, 0 deletions
diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
new file mode 100644
index 0000000..8a7a4be
--- /dev/null
+++ b/MANIFEST.SKIP
@@ -0,0 +1,16 @@
+\.git*
+tmp.*
+.*\.o
+\..*sw?
+\.bak
+_build
+^Build$
+blib/*
+.*\.data
+.*core
+foo*
+.*\.gz
+^tags
+jitterbug-\d+\..*
+.prove
+^MYMETA.yml$