Changeset 8603 for lang/perl/Punc

Show
Ignore:
Timestamp:
04/01/08 18:48:43 (8 months ago)
Author:
mizzy
Message:

lang/perl/Punc: Apply a patch from hirose31-san.Thanks!

Location:
lang/perl/Punc/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Punc/trunk/Makefile.PL

    r8509 r8603  
    33all_from 'lib/Punc.pm'; 
    44 
    5 requires $_ for (qw/ /); 
     5requires $_ for (qw/ JSON::RPC::Client /); 
    66 
    77build_requires 'Test::More'; 
  • lang/perl/Punc/trunk/lib/Punc/Slave/Daemon.pm

    r8565 r8603  
    1010 
    1111sub start_daemon { 
    12     my $d = HTTP::Daemon->new( LocalPort => 7080 ) || die; 
     12    my $d = HTTP::Daemon->new( LocalPort => 7080, ReuseAddr => 1 ) || die; 
    1313 
    1414    print "Please contact me at: <URL:", $d->url, ">\n";