fix warning message annoyance with FastCGI engine
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Engine / FastCGI.pm
index f71049c..ba182d3 100644 (file)
@@ -45,7 +45,7 @@ Options may also be specified;
 sub run {
     my ( $self, $class, $listen, $options ) = @_;
 
-    my $sock;
+    my $sock = 0;
     if ($listen) {
         my $old_umask = umask;
         unless ( $options->{leave_umask} ) {