[Rt-commit] r5357 - in HTTP-Server-Simple: .
    alexmv at bestpractical.com 
    alexmv at bestpractical.com
       
    Wed Jun 14 14:36:56 EDT 2006
    
    
  
Author: alexmv
Date: Wed Jun 14 14:36:56 2006
New Revision: 5357
Modified:
   HTTP-Server-Simple/   (props changed)
   HTTP-Server-Simple/lib/HTTP/Server/Simple.pm
Log:
 r13927 at zoq-fot-pik:  chmrr | 2006-06-14 14:36:50 -0400
  * Missing a kinda key character
Modified: HTTP-Server-Simple/lib/HTTP/Server/Simple.pm
==============================================================================
--- HTTP-Server-Simple/lib/HTTP/Server/Simple.pm	(original)
+++ HTTP-Server-Simple/lib/HTTP/Server/Simple.pm	Wed Jun 14 14:36:56 2006
@@ -422,7 +422,7 @@
 =cut
 
 sub setup {
-    my $self shift;
+    my $self = shift;
     while ( my ( $item, $value ) = splice @_, 0, 2 ) {
         $self->$item($value) if $self->can($item);
     }
    
    
More information about the Rt-commit
mailing list