complete overhaul, now with documentation
authorRobert 'phaylon' Sedlacek <rs@474.at>
Thu, 30 Jul 2009 17:53:14 +0000 (19:53 +0200)
committerRobert 'phaylon' Sedlacek <rs@474.at>
Thu, 30 Jul 2009 17:53:14 +0000 (19:53 +0200)
commit856ac9a79aac6c0504c0bbf2de269e3de12f9c61
tree5bed59811c5e95f83d81add82acd214c3b87ea67
parent9c11a56203c2d14482446edf9d00b4001bef7877
complete overhaul, now with documentation
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]
lib/CatalystX/Declare.pm
lib/CatalystX/Declare/Keyword/Action.pm
lib/CatalystX/Declare/Keyword/Application.pm [new file with mode: 0644]
lib/CatalystX/Declare/Keyword/Controller.pm
lib/CatalystX/Declare/Keyword/Role.pm [new file with mode: 0644]
t/001_basic.t
t/lib/TestApp.pm
t/lib/TestApp/Controller/Foo.pm
t/lib/TestApp/TestRole.pm [new file with mode: 0644]
xt/kwalitee.t [new file with mode: 0644]
xt/pod.t [new file with mode: 0644]