adding docs, updating version, updating copyright, and release engineering
[gitmo/MooseX-Daemonize.git] / README
CommitLineData
05b96f4d 1MooseX-Daemonize version 0.13
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
05b96f4d 20Copyright (C) 2007-2011, Chris Prather
a4952679 21
22This library is free software; you can redistribute it and/or modify
23it under the same terms as Perl itself.