From: John Napiorkowski Date: Wed, 31 Dec 2014 16:09:13 +0000 (-0600) Subject: removed outdated roadmap X-Git-Tag: 45.90078~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=0129447958279047f2088788a9cc1c4971e1c453 removed outdated roadmap --- diff --git a/lib/Catalyst/ROADMAP.pod b/lib/Catalyst/ROADMAP.pod deleted file mode 100644 index 470b645..0000000 --- a/lib/Catalyst/ROADMAP.pod +++ /dev/null @@ -1,58 +0,0 @@ -=head1 ROADMAP - -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://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits/Catalyst-Runtime.git;a=blob;f=lib/Catalyst/ROADMAP.pod;h=acb5775e4f9ec2db88ab90953f8cf175ba276009;hb=HEAD - -Make sure you get it from there to ensure you have the latest version. - -=head2 5.91000 - -=over - -=item Reduce core class data usage. - -Refactor everything that doesn't have to be class data into object data - -=item Work towards a declarative syntax mode - -Dispatcher refactoring to provide alternatives to deprecated methods, and -support for pluggable dispatcher builders (so that attributes can be -replaced). - -=back - -=head2 5.92000 - -=over - -=item Extend pluggability of the Catalyst core. - -good support for reusable components good support for reusable plugins good -separation of plugins (some reusable components want different plugins) near -total engine independence - -=back - -=head2 6.00000 - -=over - -=item Application / Context Split - -Catalyst needs to be split so that $c refers to the current context, and is a -separate thing from the Application class. - -=back - -=head2 Wishlist - -=over - -=item move all inline pod to bottom of file. - -=item update pod coverage tests to detect stubbed pod, ensure real coverage - -=back