X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FROADMAP.pod;h=d3bbd79a6bdb92717b80ee40308a399fd2d27177;hp=7c79f7cc1ae6b7ef552763a1324c25c822244ef6;hb=54f4bfeffdb580af3e4668d31c855bccb1e0623a;hpb=4f2e5a7e3cf7a4a9a628e8428ba072bb098f7c1e diff --git a/lib/Catalyst/ROADMAP.pod b/lib/Catalyst/ROADMAP.pod index 7c79f7c..d3bbd79 100644 --- a/lib/Catalyst/ROADMAP.pod +++ b/lib/Catalyst/ROADMAP.pod @@ -4,53 +4,22 @@ This is a living document, that represents the core team's current plans for the Catalyst framework. It's liable to change at any time. This document lives in the the catalyst trunk, currently at - http://dev.catalyst.perl.org/repos/Catalyst/trunk/Catalyst/lib/Catalyst/ROADMAP.pod + http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Runtime/5.80/trunk/lib/Catalyst/ROADMAP.pod Make sure you get it from there to ensure you have the latest version. -=head2 5.7x series +=head2 5.80000 1st Quarter 2009 -Stable relases, no major features planned. Bugfixes for current release -and documentation improvements. - -Will be working on developing more ActionClasses, and Reusable chained -controllers, as well as opinonated highlevel frameworks on top of the -Catalyst Core. - -=head3 5.7.1 - -=over 4 - -=item make deployment of Catalyst easier +Next major planned release. =over 4 -=item Add htaccess files to distro - -=item Trim runtime dependencies - -=item test dependency graph, make sure everything installs cleanly on different platforms. - -=back - -=item Add support for configuration profiles to be selected at startup time -through switches / ENV - -=item add call method to do a forward with eval case. - -=item add go method to do a call while setting action. - =item move all inline pod to bottom of file. =item update pod coverage tests to detect stubbed pod, ensure real coverage -=back - -=head2 5.80000 4. Quarter 2006 - -Next major planned release. - -=over 4 +=item Add support for configuration profiles to be selected at startup time +through switches / ENV =item Application / Context Split @@ -62,11 +31,6 @@ good support for reusable components good support for reusable plugins good separation of plugins (some reusable components want different plugins) near total engine independence -=item Moose roles instead of NEXT. - -Change the Catalyst core to use Moose for the plugin system as well as -accessors/constructors. - =item Reduce core class data usage. Refactor everything that doesn't have to be class data into object data @@ -79,7 +43,7 @@ This depends on the progress of Isotope =back -=head2 5.90000 2007 +=head2 5.90000 2009 Blue Sky. Will start planning this once we land 5.8 :)