Author: pgollucci
Date: Tue Dec  5 23:44:01 2006
New Revision: 482949

URL: http://svn.apache.org/viewvc?view=rev&rev=482949
Log:
decided what do to with pod.

By default we are going to display Apache2::SizeLimit as the README
and point to the 1.x series pod.



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

Modified: perl/Apache-SizeLimit/trunk/README
URL: 
http://svn.apache.org/viewvc/perl/Apache-SizeLimit/trunk/README?view=diff&rev=482949&r1=482948&r2=482949
==============================================================================
--- perl/Apache-SizeLimit/trunk/README (original)
+++ perl/Apache-SizeLimit/trunk/README Tue Dec  5 23:44:01 2006
@@ -10,14 +10,17 @@
 
         PerlCleanupHandler Apache2::SizeLimit
 
-        *****************************************************************
+DESCRIPTION
+    ******************************** NOIICE *******************
 
-        For httpd 1.3.x / mod_perl 1.x Apache::SizeLimit documentation
-        please read the perldoc in lib/Apache/SizeLimit.pm
+        This version is only for httpd 2.x and mod_perl 2.x
+        series.
 
-        ******************************************************************
+        For httpd 1.3.x / mod_perl 1.x Apache::SizeLimit 
+        documentation please read the perldoc in 
+        lib/Apache/SizeLimit.pm
 
-DESCRIPTION
+    ******************************** 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

Modified: perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm
URL: 
http://svn.apache.org/viewvc/perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm?view=diff&rev=482949&r1=482948&r2=482949
==============================================================================
--- perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm (original)
+++ perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm Tue Dec  5 23:44:01 2006
@@ -167,8 +167,12 @@
 
 ******************************** NOIICE *******************
 
-    This version is only for httpd 1.x and mod_perl 1.x
-    series.
+   This version is only for httpd 1.3.x and mod_perl 1.x
+   series.
+
+   For httpd 2.x / mod_perl 2.x Apache2::SizeLimit 
+   documentation please read the perldoc in 
+   lib/Apache2/SizeLimit.pm
 
 ******************************** NOTICE *******************
 

Modified: perl/Apache-SizeLimit/trunk/lib/Apache2/SizeLimit.pm
URL: 
http://svn.apache.org/viewvc/perl/Apache-SizeLimit/trunk/lib/Apache2/SizeLimit.pm?view=diff&rev=482949&r1=482948&r2=482949
==============================================================================
--- perl/Apache-SizeLimit/trunk/lib/Apache2/SizeLimit.pm (original)
+++ perl/Apache-SizeLimit/trunk/lib/Apache2/SizeLimit.pm Tue Dec  5 23:44:01 
2006
@@ -173,6 +173,10 @@
     This version is only for httpd 2.x and mod_perl 2.x
     series.
 
+    For httpd 1.3.x / mod_perl 1.x Apache::SizeLimit 
+    documentation please read the perldoc in 
+    lib/Apache/SizeLimit.pm
+
 ******************************** NOTICE *******************
 
 This module allows you to kill off Apache httpd processes if they grow


Reply via email to