Changeset 8603 for lang/perl/Punc/trunk
- Timestamp:
- 04/01/08 18:48:43 (8 months ago)
- Location:
- lang/perl/Punc/trunk
- Files:
-
- 2 modified
-
Makefile.PL (modified) (1 diff)
-
lib/Punc/Slave/Daemon.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Punc/trunk/Makefile.PL
r8509 r8603 3 3 all_from 'lib/Punc.pm'; 4 4 5 requires $_ for (qw/ /);5 requires $_ for (qw/ JSON::RPC::Client /); 6 6 7 7 build_requires 'Test::More'; -
lang/perl/Punc/trunk/lib/Punc/Slave/Daemon.pm
r8565 r8603 10 10 11 11 sub start_daemon { 12 my $d = HTTP::Daemon->new( LocalPort => 7080 ) || die;12 my $d = HTTP::Daemon->new( LocalPort => 7080, ReuseAddr => 1 ) || die; 13 13 14 14 print "Please contact me at: <URL:", $d->url, ">\n";
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)