fixed bug where setup wasn't called without plugins
authorRobert 'phaylon' Sedlacek <rs@474.at>
Thu, 20 Aug 2009 23:37:06 +0000 (01:37 +0200)
committerRobert 'phaylon' Sedlacek <rs@474.at>
Thu, 20 Aug 2009 23:37:06 +0000 (01:37 +0200)
commit4f00d8dbe873c18a4c238b28e8581eda27c83251
tree8c8e0f04f2aab352a5f5a6dda163cdf997316040
parent2bb54af3cebcf6ca3b2a4df31e7b8bd623a5e698
fixed bug where setup wasn't called without plugins
Changes
lib/CatalystX/Declare/Context/AppSetup.pm [new file with mode: 0644]
lib/CatalystX/Declare/Keyword/Application.pm
t/011_plain_application.t [new file with mode: 0644]
t/lib/PlainTestApp.pm [new file with mode: 0644]
t/lib/PlainTestApp/Controller/Root.pm [new file with mode: 0644]