Author: pgollucci
Date: Sat Jun 24 00:50:38 2006
New Revision: 416885
URL: http://svn.apache.org/viewvc?rev=416885&view=rev
Log:
stub out the INSTALL file
Modified:
perl/Apache-SizeLimit/trunk/INSTALL
Modified: perl/Apache-SizeLimit/trunk/INSTALL
URL:
http://svn.apache.org/viewvc/perl/Apache-SizeLimit/trunk/INSTALL?rev=416885&r1=416884&r2=416885&view=diff
==============================================================================
--- perl/Apache-SizeLimit/trunk/INSTALL (original)
+++ perl/Apache-SizeLimit/trunk/INSTALL Sat Jun 24 00:50:38 2006
@@ -0,0 +1,11 @@
+to install this module simply follow the canonical procedure
+for installing any perl module
+
+ $ tar zxvf Apache-SizeLimit-0.XX.tar.gz
+ $ cd Apache-SizeLimit-0.XX
+
+ $ perl Makefile.PL
+ $ make
+ $ sudo make install
+
+for further directions, see the README.