Author: gozer
Date: Tue Dec 27 17:25:19 2005
New Revision: 359342
URL: http://svn.apache.org/viewcvs?rev=359342&view=rev
Log:
It used to be possibly to list optionnal features
that a module required, as in:
use mod_perl qw(1.23 MethodHandlers Authen Authz);
Apache2::AuthCookie is an example user of this
feature. It might be worthwile to re-introduce
it for mp2
Modified:
perl/modperl/trunk/todo/features_missing
Modified: perl/modperl/trunk/todo/features_missing
URL:
http://svn.apache.org/viewcvs/perl/modperl/trunk/todo/features_missing?rev=359342&r1=359341&r2=359342&view=diff
==============================================================================
--- perl/modperl/trunk/todo/features_missing (original)
+++ perl/modperl/trunk/todo/features_missing Tue Dec 27 17:25:19 2005
@@ -80,6 +80,8 @@
* mod_perl::import
- Apache->import:
required for exit/warn overridding
+ - use mod_perl2 qw(2.0 MethodHandlers Authen Authz [...]);
+ used to be able to specify what optionnal feature were required
* Apache::test: tobe a compat stub around new test framework