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/16 05:36:41 UTC

svn commit: r422346 - /perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm

Author: pgollucci
Date: Sat Jul 15 20:36:41 2006
New Revision: 422346

URL: http://svn.apache.org/viewvc?rev=422346&view=rev
Log:
add -dev to $VERSION

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

Modified: perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm
URL: http://svn.apache.org/viewvc/perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm?rev=422346&r1=422345&r2=422346&view=diff
==============================================================================
--- perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm (original)
+++ perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm Sat Jul 15 20:36:41 2006
@@ -27,7 +27,7 @@
     $USE_SMAPS
 );
 
-$VERSION = '0.91';
+$VERSION = '0.91-dev';
 
 __PACKAGE__->set_check_interval(1);