Thu Oct 08 08:28:40 2009christian.kuelker [...] cipworx.org - Ticket created
Thu Oct 08 08:30:21 2009christian.kuelker [...] cipworx.org - Severity Important added
Thu Oct 08 08:30:21 2009christian.kuelker [...] cipworx.org - Broken in 0.06 added
Thu Oct 08 08:34:15 2009christian.kuelker [...] cipworx.org - Correspondence added
./app_daemon.pl -X
start
Daemon.pm-92: Running in foreground
Daemon.pm-147: Process ID is 27140
Insecure dependency in unlink while running with -T switch at
/usr/local/share/perl/5.8.8/App/Daemon.pm line 143.
Subject:
app_daemon.pl
#!/usr/bin/perl -w -T
use warnings;
use strict;
use App::Daemon qw(daemonize);
use re 'taint'; # Keep data captured by parens tainted
delete @ENV{qw(PATH IFS CDPATH ENV BASH_ENV)}; # Make %ENV safer
print "start\n";
daemonize();
sleep 10;
print "stop\n";
Thu Oct 08 12:13:01 2009MSCHILLI [...] cpan.org - Correspondence added