You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by pg...@apache.org on 2006/07/07 22:01:47 UTC

svn commit: r419968 - in /perl/Apache-SizeLimit/trunk: README lib/Apache/SizeLimit.pm

Author: pgollucci
Date: Fri Jul  7 13:01:47 2006
New Revision: 419968

URL: http://svn.apache.org/viewvc?rev=419968&view=rev
Log:
regen with pod2text and linewrap to a suitable length

Modified:
    perl/Apache-SizeLimit/trunk/README
    perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm

Modified: perl/Apache-SizeLimit/trunk/README
URL: http://svn.apache.org/viewvc/perl/Apache-SizeLimit/trunk/README?rev=419968&r1=419967&r2=419968&view=diff
==============================================================================
--- perl/Apache-SizeLimit/trunk/README (original)
+++ perl/Apache-SizeLimit/trunk/README Fri Jul  7 13:01:47 2006
@@ -11,6 +11,18 @@
         PerlCleanupHandler Apache::SizeLimit
 
 DESCRIPTION
+    ******************************** NOIICE *******************
+
+        This version is only for httpd 1.x and mod_perl 1.x 
+        series.
+
+        Future versions of this module may support both.
+
+        Currently, Apache2::SizeLimit is bundled with 
+        mod_perl 2.x for that series.
+    
+    ******************************** NOTICE *******************
+
     This module allows you to kill off Apache httpd processes if they grow
     too large. You can make the decision to kill a process based on its
     overall size, by setting a minimum limit on shared memory, or a maximum

Modified: perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm
URL: http://svn.apache.org/viewvc/perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm?rev=419968&r1=419967&r2=419968&view=diff
==============================================================================
--- perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm (original)
+++ perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm Fri Jul  7 13:01:47 2006
@@ -357,15 +357,17 @@
 
 =head1 DESCRIPTION
 
-******************************** NOIICE ************************************
-    This version is only for httpd 1.x and mod_perl 1.x series.
+******************************** NOIICE *******************
+
+    This version is only for httpd 1.x and mod_perl 1.x 
+    series.
 
     Future versions of this module may support both.
 
-    Currently, Apache2::SizeLimit is bundled with mod_perl 2.x for that 
-    series.
+    Currently, Apache2::SizeLimit is bundled with 
+    mod_perl 2.x for that series.
     
-******************************** NOTICE ************************************
+******************************** NOTICE *******************
 
 This module allows you to kill off Apache httpd processes if they grow
 too large. You can make the decision to kill a process based on its