cleaning up stuff
[gitmo/MooseX-Daemonize.git] / README
CommitLineData
fe0eeebc 1MooseX-Daemonize version 0.0.5
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
12
13Alternatively, 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
a4952679 20DEPENDENCIES
21
fe0eeebc 22 Moose
23 MooseX::Getopt
24 MooseX::Types::Path::Class
a4952679 25
26COPYRIGHT AND LICENCE
27
28Copyright (C) 2007, Chris Prather
29
30This library is free software; you can redistribute it and/or modify
31it under the same terms as Perl itself.