added model and controller
authorRobert 'phaylon' Sedlacek <rs@474.at>
Tue, 4 Aug 2009 21:49:38 +0000 (23:49 +0200)
committerRobert 'phaylon' Sedlacek <rs@474.at>
Tue, 4 Aug 2009 21:49:38 +0000 (23:49 +0200)
commit8e5d90924d04d64b7a1f0ad3faf385835cef9d26
tree127dd8e4eb030082aebfcfa5a64056cf2d4ca984
parent205323ac77eb495081bc57ef0650750c2c7a256d
added model and controller
13 files changed:
README
lib/CatalystX/Declare.pm
lib/CatalystX/Declare/Keyword/Component.pm [new file with mode: 0644]
lib/CatalystX/Declare/Keyword/Controller.pm
lib/CatalystX/Declare/Keyword/Model.pm [new file with mode: 0644]
lib/CatalystX/Declare/Keyword/View.pm [new file with mode: 0644]
t/070_views.t [new file with mode: 0644]
t/080_models.t [new file with mode: 0644]
t/lib/TestApp/Controller/ModelTest.pm [new file with mode: 0644]
t/lib/TestApp/Controller/ViewTest.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/lib/TestApp/ViewRole/TestRole.pm [new file with mode: 0644]