Skeleton
authorTomas Doran <bobtfish@bobtfish.net>
Mon, 26 Dec 2011 23:01:56 +0000 (23:01 +0000)
committerTomas Doran <bobtfish@bobtfish.net>
Mon, 26 Dec 2011 23:01:56 +0000 (23:01 +0000)
commita42fd357039a10977791f835eaa47c40e6dcea6b
tree646c2ebd363c6cc19e69cee8dc2c8fdfafc032f9
Skeleton
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/UriFor/Curried.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]