Revision history for MooseX-Daemonize
+0.15 Wed. May 31, 2012
+ - fix versions
+
0.14 Wed. May 30, 2012
- recommend Daemon::Control instead
- fix bug with pidbase dir not being created
use MooseX::Types::Path::Class;
use File::Path qw(make_path);
-our $VERSION = '0.14';
+our $VERSION = '0.15';
with 'MooseX::Daemonize::WithPidFile',
'MooseX::Getopt';
use MooseX::Getopt; # to load the NoGetopt metaclass
use Moose::Role;
-our $VERSION = '0.13';
+our $VERSION = '0.15';
use POSIX ();
use strict; # because Kwalitee is pedantic
use Moose;
use Moose::Util::TypeConstraints;
-our $VERSION = '0.13';
+our $VERSION = '0.15';
coerce 'MooseX::Daemonize::Pid'
=> from 'Int'
SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
-=cut
\ No newline at end of file
+=cut
use Moose;
use Moose::Util::TypeConstraints;
-our $VERSION = '0.13';
+our $VERSION = '0.15';
use MooseX::Types::Path::Class;
use MooseX::Getopt::OptionTypeMap;
use strict; # cause Perl::Critic errors are annoying
use MooseX::Getopt; # to load the Getopt metaclass
use Moose::Role;
-our $VERSION = '0.13';
+our $VERSION = '0.15';
use MooseX::Daemonize::Pid::File;
package Test::MooseX::Daemonize;
use strict;
-our $VERSION = '0.13';
+our $VERSION = '0.15';
our $AUTHORITY = 'cpan:PERIGRIN';
# BEGIN CARGO CULTING