empty commit to add contributor information for last patch (ether)
[gitmo/MooseX-Daemonize.git] / README
1 MooseX-Daemonize version 0.13
2
3 INSTALLATION
4
5 To install this module, run the following commands:
6
7     perl Makefile.PL
8     make
9     make test
10     make install
11
12 DEPENDENCIES
13
14     Moose
15     MooseX::Getopt
16     MooseX::Types::Path::Class
17
18 COPYRIGHT AND LICENCE
19
20 Copyright (C) 2007-2011, Chris Prather
21
22 This library is free software; you can redistribute it and/or modify
23 it under the same terms as Perl itself.