Author: pgollucci
Date: Mon May 29 03:52:27 2006
New Revision: 410073

URL: http://svn.apache.org/viewvc?rev=410073&view=rev
Log:
bump B::TerseSize requirement to 0.07 which fixes more
fatal warnings


Modified:
    perl/modperl/trunk/lib/Apache2/Status.pm

Modified: perl/modperl/trunk/lib/Apache2/Status.pm
URL: 
http://svn.apache.org/viewvc/perl/modperl/trunk/lib/Apache2/Status.pm?rev=410073&r1=410072&r2=410073&view=diff
==============================================================================
--- perl/modperl/trunk/lib/Apache2/Status.pm (original)
+++ perl/modperl/trunk/lib/Apache2/Status.pm Mon May 29 03:52:27 2006
@@ -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.06, ],
-    packagesize => ["StatusPackageSize", "B::TerseSize",   0.06, ],
+    tersesize   => ["StatusTerseSize",   "B::TerseSize",   0.07, ],
+    packagesize => ["StatusPackageSize", "B::TerseSize",   0.07, ],
     peek        => ["StatusPeek",        "Apache::Peek",   1.03, ],
 );
 


Reply via email to