Initial template
authorTomas Doran <bobtfish@bobtfish.net>
Sun, 28 Mar 2010 17:38:11 +0000 (18:38 +0100)
committerTomas Doran <bobtfish@bobtfish.net>
Sun, 28 Mar 2010 17:38:11 +0000 (18:38 +0100)
commit4b9bbaf9af84690a4ba5c28444d932c9eae7a2aa
tree27b4ca312e42c163f89ec547efcc28f278dff4dc
Initial template
15 files changed:
.gitignore [new file with mode: 0644]
Changes [new file with mode: 0644]
MANIFEST.SKIP [new file with mode: 0644]
Makefile.PL [new file with mode: 0644]
README [new file with mode: 0644]
lib/CatalystX/Debug/RequestHeaders.pm [new file with mode: 0644]
t/00-load.t [new file with mode: 0644]
t/author/pod-coverage.t [new file with mode: 0644]
t/author/pod.t [new file with mode: 0644]
t/lib/Makefile.PL [new file with mode: 0644]
t/lib/TestApp.pm [new file with mode: 0644]
t/lib/TestApp/Controller/Root.pm [new file with mode: 0644]
t/lib/script/testapp_server.pl [new file with mode: 0644]
t/lib/script/testapp_test.pl [new file with mode: 0644]
t/live-test.t [new file with mode: 0644]