Adding Class::MOP::Browser catalyst app
authorStevan Little <stevan.little@iinteractive.com>
Mon, 11 Sep 2006 20:02:03 +0000 (20:02 +0000)
committerStevan Little <stevan.little@iinteractive.com>
Mon, 11 Sep 2006 20:02:03 +0000 (20:02 +0000)
commit6e9fa894514c8869669cf8a55a2b4ba04830a4d9
tree9718d9f5b404be6fc2882f97840ff3bf0d8974ec
Adding Class::MOP::Browser catalyst app
18 files changed:
Changes [new file with mode: 0644]
Makefile.PL [new file with mode: 0644]
README [new file with mode: 0644]
class_mop_browser.yml [new file with mode: 0644]
lib/Class/MOP/Browser.pm [new file with mode: 0644]
lib/Class/MOP/Browser/Controller/Root.pm [new file with mode: 0644]
lib/Class/MOP/Browser/View/TT.pm [new file with mode: 0644]
root/templates/index.tmpl [new file with mode: 0644]
root/wrappers/root.tmpl [new file with mode: 0644]
script/class_mop_browser_cgi.pl [new file with mode: 0755]
script/class_mop_browser_create.pl [new file with mode: 0755]
script/class_mop_browser_fastcgi.pl [new file with mode: 0755]
script/class_mop_browser_server.pl [new file with mode: 0755]
script/class_mop_browser_test.pl [new file with mode: 0755]
t/01app.t [new file with mode: 0644]
t/02pod.t [new file with mode: 0644]
t/03podcoverage.t [new file with mode: 0644]
t/view_TT.t [new file with mode: 0644]