|
0021b4eb9d
|
Constructor now accepts a list
You can now pass a list to ->new() without wrapping it
as a hashref, since it's prettier and becoming expected
behavior.
|
2013-12-26 05:08:10 -05:00 |
|
Ævar Arnfjörð Bjarmason
|
65a6aac920
|
Don't hardcode "perl" in invocations, use $^X instead
The tests would break if you were building the module in an
environment where "perl" in $PATH wasn't the "perl" you were calling
Makefile.PL with.
|
2013-05-08 16:28:18 +00:00 |
|
Karen Etheridge
|
a81b386a90
|
use tighter regexps to be sure of the daemon state -- qr/Running/ also matches "[Not Running]"!!!
|
2013-04-19 13:37:31 -07:00 |
|
Karen Etheridge
|
dbd92d556d
|
switch to using like() and is()
|
2013-04-19 13:32:13 -07:00 |
|
Karen Etheridge
|
5ff792cb06
|
fixed all trailing whitespace
|
2012-09-08 16:14:57 -07:00 |
|
|
def0e11b71
|
User staging + inline init code.
|
2012-09-04 14:44:07 -07:00 |
|
Karen Etheridge
|
db10ca03e9
|
include the date and module version in the generated init file
|
2012-06-15 13:08:23 -07:00 |
|
|
73c51f6ed3
|
Die on failure for uid/gid resolution; fixed a test.
|
2012-04-15 11:40:19 -07:00 |
|
|
adde607cdf
|
Restart functions now, and the PID files are removed on stop. This resolves issue 6 and issue 9.
|
2012-04-14 21:41:00 -07:00 |
|
|
c6cac65c09
|
Adding init_config to source a file for the init script. This resolves issue 7.
|
2012-04-14 20:54:09 -07:00 |
|
|
218baffab0
|
0.0.3
* Test added for show_warnings.
* Documentation updated for 0.0.2 changes.
* Version changed this time.
|
2012-02-18 04:29:46 -05:00 |
|
|
06a746a797
|
0.0.2 2012-18-12 SymKat <symkat@symkat.com>
* Default fork mode changed to double.
* Added show_warnings command instead of alerting
about DWIM actions.
* Fatal warnings changed from warn+exit to die (exits non-zero)
* _fork handles undef/cannot fork.
* $self->redirect_filehandles added
* redirect_before_fork added (default 1)
* With a code ref, $self is passed (can $control->redriect_filehandles)
|
2012-02-18 04:11:18 -05:00 |
|
|
ec66c1b3c5
|
Inital Commit.
|
2012-02-12 03:58:05 -05:00 |
|