s/no_plan => 1/'no_plan'/g
[gitmo/MooseX-Daemonize.git] / README
CommitLineData
91e059f2 1MooseX-Daemonize version 0.08
a4952679 2
3INSTALLATION
4
5To install this module, run the following commands:
6
7 perl Makefile.PL
8 make
9 make test
10 make install
11
a4952679 12DEPENDENCIES
13
fe0eeebc 14 Moose
15 MooseX::Getopt
16 MooseX::Types::Path::Class
a4952679 17
18COPYRIGHT AND LICENCE
19
df3c463b 20Copyright (C) 2007-2008, Chris Prather
a4952679 21
22This library is free software; you can redistribute it and/or modify
23it under the same terms as Perl itself.