repository moved to https://github.com/moose/MooseX-Daemonize
[gitmo/MooseX-Daemonize.git] / lib / MooseX / Daemonize /
2014-02-03 Karen Etheridge keep namespaces clean
2014-02-03 Karen Etheridge remove extra $VERSION declaration that does not belong
2014-02-03 Karen Etheridge put strictures before package statement
2013-05-16 David Steinbrunner spelling (RT#85351) (committed by ether)
2013-04-28 Karen Etheridge fix pod error
2013-04-20 Karen Etheridge convert to Dist::Zilla, with a minimal config
2013-04-15 Karen Etheridge prep for release 0.16 v0.16
2012-05-31 Michael Reddick changing all versions to 0.15
2011-07-06 Stevan Little adding docs, updating version, updating copyright,...
2010-07-11 Stevan Little whoops
2010-07-11 Stevan Little 0.11 release
2010-04-17 Stevan Little 0.10 release
2009-10-05 Chris Prather clean stuff up for a 0.09 release
2008-05-25 Stevan Little 0.07
2007-12-20 Brandon L Black minor nit: add newline to pidfile contents, so "cat... 0_06
2007-12-19 Stevan Little cleaning up stuff
2007-12-19 Stevan Little bunch of stuff
2007-12-18 Stevan Little adding some overloading
2007-12-05 Stevan Little tweaking for FCGI stuff
2007-12-03 Stevan Little okay,.. I think this is ready for release
2007-12-03 Stevan Little withpidfile should write its pidfile :)
2007-12-03 Stevan Little removed signal handling, cause it was not very useful...
2007-12-03 Stevan Little ok,.. more tests and stuff
2007-12-02 Stevan Little okay NOW I think Core is done
2007-12-01 Stevan Little MooseX::Daemonize::Core i think is done
2007-12-01 Stevan Little MooseX::Daemonize::Core i think is done
2007-11-30 Stevan Little moving the Pid file stuff out into a role, and make...
2007-11-30 Stevan Little come basic changes;
2007-11-30 Stevan Little no more Proc::Daemon
2007-11-29 Stevan Little rollin, rollin, rollin on the river
2007-11-29 Stevan Little Adding PidFile implementation and making Daemonize...