Changes for version 0.02 - 2012-06-24
- fix pod, Makefile.PL
Examples
- eg/MyApp/Changes
- eg/MyApp/MANIFEST.SKIP
- eg/MyApp/Makefile.PL
- eg/MyApp/MyApp.psgi
- eg/MyApp/README
- eg/MyApp/etc/config.pl
- eg/MyApp/etc/config_test.pl
- eg/MyApp/etc/routes.pl
- eg/MyApp/htdocs/DUMMY
- eg/MyApp/lib/MyApp/Config.pm
- eg/MyApp/lib/MyApp/Container.pm
- eg/MyApp/lib/MyApp/Context.pm
- eg/MyApp/lib/MyApp/Controller/Item.pm
- eg/MyApp/lib/MyApp/Controller/My/Item.pm
- eg/MyApp/lib/MyApp/Controller/My/Root.pm
- eg/MyApp/lib/MyApp/Controller/My/Some/Item.pm
- eg/MyApp/lib/MyApp/Controller/My/Some/Klass/Item.pm
- eg/MyApp/lib/MyApp/Controller/My/Some/Klass/Root.pm
- eg/MyApp/lib/MyApp/Controller/My/Some/Root.pm
- eg/MyApp/lib/MyApp/Controller/Root.pm
- eg/MyApp/lib/MyApp/Dispatcher.pm
- eg/MyApp/lib/MyApp/View.pm
- eg/MyApp/t/00_compile.t
- eg/MyApp/view/foo.html
- eg/MyApp/view/index.html
- eg/MyApp/view/item/view.html
- eg/MyApp/view/my/foo.html
- eg/MyApp/view/my/index.html
- eg/MyApp/view/my/item/view.html
- eg/MyApp/view/my/some/foo.html
- eg/MyApp/view/my/some/index.html
- eg/MyApp/view/my/some/item/view.html
- eg/MyApp/view/my/some/klass/foo.html
- eg/MyApp/view/my/some/klass/index.html
- eg/MyApp/view/my/some/klass/item/view.html