cleaning up stuff
[gitmo/MooseX-Daemonize.git] / README
1 MooseX-Daemonize version 0.0.5
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
13 Alternatively, to install with Module::Build, you can use the following commands:
14
15     perl Build.PL
16     ./Build
17     ./Build test
18     ./Build install
19
20 DEPENDENCIES
21
22     Moose
23     MooseX::Getopt
24     MooseX::Types::Path::Class
25
26 COPYRIGHT AND LICENCE
27
28 Copyright (C) 2007, Chris Prather
29
30 This library is free software; you can redistribute it and/or modify
31 it under the same terms as Perl itself.