Skip Menu |

This queue is for tickets about the Unix-PID-Tiny CPAN distribution.

Report information
The Basics
Id: 86640
Status: resolved
Priority: 0/
Queue: Unix-PID-Tiny

People
Owner: Nobody in particular
Requestors: dmuey [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Add pidfile functions from non-tiny version?
its already got the vetted functionality and would still be ::Tiny pid_file_no_unlink() pid_file() get_pid_from_pidfile() is_pidfile_running() yagni? kill_pid_file() kill_pid_file_no_unlink()
Also do this: +*pid_file_no_cleanup = \&pid_file_no_unlink; # more intuitively named alias + sub pid_file_no_unlink {
support named hash for more intuitive $retry_conf
Done in v0.91, just uploaded to CPAN