Author: pgollucci
Date: Sat Dec  2 04:59:45 2006
New Revision: 481554

URL: http://svn.apache.org/viewvc?view=rev&rev=481554
Log:
Require B-Size 0.09


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

Modified: perl/modperl/trunk/Changes
URL: 
http://svn.apache.org/viewvc/perl/modperl/trunk/Changes?view=diff&rev=481554&r1=481553&r2=481554
==============================================================================
--- perl/modperl/trunk/Changes (original)
+++ perl/modperl/trunk/Changes Sat Dec  2 04:59:45 2006
@@ -12,6 +12,10 @@
 
 =item 2.0.4-dev
 
+Require B-Size 0.9 for Apache2::Status which fixes
+Can't call method "script_name" on an undefined value
+[Philip M. Gollucci <[EMAIL PROTECTED]>]
+
 -march=pentium4 or anything with an = in it in CCFLAGS or @ARGV
 that gets passed to xs/APR/APR/Makefile.PL broke the @ARGV
 parsing.  I.E. FreeBSD port builds when users had CPUTYPE

Modified: perl/modperl/trunk/lib/Apache2/Status.pm
URL: 
http://svn.apache.org/viewvc/perl/modperl/trunk/lib/Apache2/Status.pm?view=diff&rev=481554&r1=481553&r2=481554
==============================================================================
--- perl/modperl/trunk/lib/Apache2/Status.pm (original)
+++ perl/modperl/trunk/lib/Apache2/Status.pm Sat Dec  2 04:59:45 2006
@@ -60,8 +60,8 @@
     lexinfo     => ["StatusLexInfo",     "B::LexInfo",     0,    ],
     xref        => ["StatusXref",        "B::Xref",        1.01, ],
     terse       => ["StatusTerse",       "B::Terse",       0,    ],
-    tersesize   => ["StatusTerseSize",   "B::TerseSize",   0.07, ],
-    packagesize => ["StatusPackageSize", "B::TerseSize",   0.07, ],
+    tersesize   => ["StatusTerseSize",   "B::TerseSize",   0.09, ],
+    packagesize => ["StatusPackageSize", "B::TerseSize",   0.09, ],
     peek        => ["StatusPeek",        "Apache::Peek",   1.03, ],
 );
 


Reply via email to