summary refs log tree commit diff
path: root/MANIFEST
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
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')
-rw-r--r--MANIFEST46
1 files changed, 46 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
new file mode 100644
index 0000000..d132394
--- /dev/null
+++ b/MANIFEST
@@ -0,0 +1,46 @@
+Build.PL
+config.yml
+eg/post_hook.t
+environments/development.yml
+environments/production.yml
+jitterbug.db
+jitterbug.pl
+lib/jitterbug.pm
+lib/jitterbug/Hook.pm
+lib/jitterbug/Plugin/Template.pm
+lib/jitterbug/Project.pm
+lib/jitterbug/Schema.pm
+lib/jitterbug/Schema/Result/Commit.pm
+lib/jitterbug/Schema/Result/Project.pm
+lib/jitterbug/Schema/Result/Task.pm
+lib/jitterbug/Task.pm
+lib/jitterbug/WebService.pm
+logs/development.log
+Makefile
+Makefile.PL
+MANIFEST			This list of files
+MANIFEST.SKIP
+META.yml
+public/404.html
+public/500.html
+public/dispatch.cgi
+public/dispatch.fcgi
+public/favicon.ico
+public/images/feed.png
+public/images/perldancer-bg.jpg
+public/images/perldancer.jpg
+README
+scripts/builder.pl
+scripts/deploy_schema
+scripts/migrate_from_redis.pl
+t/001_base.t
+t/002_index_route.t
+t/003_hook_route.t
+t/004_project.t
+t/data/export_jitterbug.yml
+t/data/test.yaml
+TODO
+views/index.tt
+views/layouts/main.tt
+views/project/index.tt
+views/task/index.tt