Author: pgollucci
Date: Tue Nov 8 13:21:35 2005
New Revision: 331892
URL: http://svn.apache.org/viewcvs?rev=331892&view=rev
Log:
Require B::Size and B::TerseSize v0.06 for Apache2::Status
options StatusTerse and StatusTerseSize which has now been
updated to support the new mod_perl2 api post RC5
Modified:
perl/modperl/trunk/Changes
perl/modperl/trunk/lib/Apache2/Status.pm
Modified: perl/modperl/trunk/Changes
URL:
http://svn.apache.org/viewcvs/perl/modperl/trunk/Changes?rev=331892&r1=331891&r2=331892&view=diff
==============================================================================
--- perl/modperl/trunk/Changes (original)
+++ perl/modperl/trunk/Changes Tue Nov 8 13:21:35 2005
@@ -12,6 +12,11 @@
=item 2.0.3-dev
+Require B::Size and B::TerseSize v0.06 for Apache2::Status
+options StatusTerse and StatusTerseSize which has now been
+updated to support the new mod_perl2 api post RC5.
+[Philip M. Gollucci]
+
When using Apache2::PerlSections->dump, the configuration
would print out in the correct order, but when the configuration was
passed off to Apache the ordering was lost.
Modified: perl/modperl/trunk/lib/Apache2/Status.pm
URL:
http://svn.apache.org/viewcvs/perl/modperl/trunk/lib/Apache2/Status.pm?rev=331892&r1=331891&r2=331892&view=diff
==============================================================================
--- perl/modperl/trunk/lib/Apache2/Status.pm (original)
+++ perl/modperl/trunk/lib/Apache2/Status.pm Tue Nov 8 13:21:35 2005
@@ -59,8 +59,8 @@
lexinfo => ["StatusLexInfo", "B::LexInfo", 0, ],
xref => ["StatusXref", "B::Xref", 1.01, ],
terse => ["StatusTerse", "B::Terse", 0, ],
- tersesize => ["StatusTerseSize", "B::TerseSize", 0, ],
- packagesize => ["StatusPackageSize", "B::TerseSize", 0, ],
+ tersesize => ["StatusTerseSize", "B::TerseSize", 0.06, ],
+ packagesize => ["StatusPackageSize", "B::TerseSize", 0.06, ],
peek => ["StatusPeek", "Apache::Peek", 1.03, ],
);