[Catalyst-commits] r9257 - Catalyst-Runtime/5.80/trunk/lib/Catalyst/Engine

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Sun Feb 8 14:01:35 GMT 2009


Author: rafl
Date: 2009-02-08 14:01:35 +0000 (Sun, 08 Feb 2009)
New Revision: 9257

Modified:
   Catalyst-Runtime/5.80/trunk/lib/Catalyst/Engine/HTTP.pm
Log:
Don't remove moose keywords explicitly. namespace::clean takes care of it already.

Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst/Engine/HTTP.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst/Engine/HTTP.pm	2009-02-08 14:01:29 UTC (rev 9256)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst/Engine/HTTP.pm	2009-02-08 14:01:35 UTC (rev 9257)
@@ -540,8 +540,6 @@
 
 sub _inet_addr { unpack "N*", inet_aton( $_[0] ) }
 
-no Moose;
-
 =head2 options
 
 Options hash passed to the http engine to control things like if keepalive




More information about the Catalyst-commits mailing list