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 au...@apache.org on 2006/07/15 16:20:50 UTC

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

Author: autarch
Date: Sat Jul 15 07:20:49 2006
New Revision: 422232

URL: http://svn.apache.org/viewvc?rev=422232&view=rev
Log:
I just like use strict to be the first thing after the package
definition.

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=422232&r1=422231&r2=422232&view=diff
==============================================================================
--- perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm (original)
+++ perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm Sat Jul 15 07:20:49 2006
@@ -15,9 +15,11 @@
 
 package Apache::SizeLimit;
 
+use strict;
+
 use Apache::Constants qw(DECLINED OK);
 use Config;
-use strict;
+
 use vars qw(
     $VERSION
     $REQUEST_COUNT



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

Posted by "Philip M. Gollucci" <pg...@p6m7g8.com>.
autarch@apache.org wrote:
> I just like use strict to be the first thing after the package
> definition.
HOORAY!!!!!

-- 
------------------------------------------------------------------------
Philip M. Gollucci (pgollucci@p6m7g8.com) 323.219.4708
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Software Engineer - TicketMaster - http://ticketmaster.com
1024D/A79997FA F357 0FDD 2301 6296 690F  6A47 D55A 7172 A799 97F

"In all that I've done wrong I know I must have done something right to
deserve a hug every morning and butterfly kisses at night."

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

Posted by "Philip M. Gollucci" <pg...@p6m7g8.com>.
autarch@apache.org wrote:
> I just like use strict to be the first thing after the package
> definition.
HOORAY!!!!!

-- 
------------------------------------------------------------------------
Philip M. Gollucci (pgollucci@p6m7g8.com) 323.219.4708
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Software Engineer - TicketMaster - http://ticketmaster.com
1024D/A79997FA F357 0FDD 2301 6296 690F  6A47 D55A 7172 A799 97F

"In all that I've done wrong I know I must have done something right to
deserve a hug every morning and butterfly kisses at night."

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org