initial commit
authorDevin Austin <dhoss@squishface.com>
Wed, 24 Feb 2010 21:04:05 +0000 (14:04 -0700)
committerDevin Austin <dhoss@squishface.com>
Wed, 24 Feb 2010 21:04:05 +0000 (14:04 -0700)
commit0580e0f890567eb8a4dcfc35627367e40992f3ce
tree5ace46ffd7f7c4cb2f8de09c803ef165bee5abfb
initial commit
27 files changed:
Changes [new file with mode: 0644]
MANIFEST [new file with mode: 0644]
MANIFEST.SKIP [new file with mode: 0644]
META.yml [new file with mode: 0644]
Makefile.PL [new file with mode: 0644]
README [new file with mode: 0644]
inc/Module/AutoInstall.pm [new file with mode: 0644]
inc/Module/Install.pm [new file with mode: 0644]
inc/Module/Install/AutoInstall.pm [new file with mode: 0644]
inc/Module/Install/Base.pm [new file with mode: 0644]
inc/Module/Install/Can.pm [new file with mode: 0644]
inc/Module/Install/Fetch.pm [new file with mode: 0644]
inc/Module/Install/Include.pm [new file with mode: 0644]
inc/Module/Install/Makefile.pm [new file with mode: 0644]
inc/Module/Install/Metadata.pm [new file with mode: 0644]
inc/Module/Install/Win32.pm [new file with mode: 0644]
inc/Module/Install/WriteAll.pm [new file with mode: 0644]
lib/Catalyst/Plugin/ConfigLoader/Environment.pm [new file with mode: 0644]
t/00-load.t [new file with mode: 0644]
t/01-live.t [new file with mode: 0644]
t/boilerplate.t [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/TestApp/Model/TestModel.pm [new file with mode: 0644]
t/lib/TestApp/View/TestView.pm [new file with mode: 0644]
t/pod-coverage.t [new file with mode: 0644]
t/pod.t [new file with mode: 0644]