root/lang/perl/TheSchwartz-Worker-Plugin-Hook/trunk/README @ 29189

Revision 29189, 480 bytes (checked in by masartz, 4 years ago)

namespace change in files

Line 
1TheSchwartz-Worker-Plugin-Hook
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
12Alternatively, to install with Module::Build, you can use the following commands:
13
14        perl Build.PL
15        ./Build
16        ./Build test
17        ./Build install
18
19
20DEPENDENCIES
21
22None.
23
24
25COPYRIGHT AND LICENCE
26
27Copyright (C) 2008, Masaru Hoshino
28
29This library is free software; you can redistribute it and/or modify
30it under the same terms as Perl itself.
Note: See TracBrowser for help on using the browser.