|
Revision 9782, 0.7 kB
(checked in by hanekomu, 5 years ago)
|
r6128@nbgr: marcel | 2008-04-18 16:44:52 +0200
lang/perl/Hook-Modular: initial commit
|
| Line | |
|---|
| 1 | ======== |
|---|
| 2 | WARNING! |
|---|
| 3 | ======== |
|---|
| 4 | |
|---|
| 5 | This is alpha software! Do not use it in production code! However, in the open |
|---|
| 6 | source spirit, it is released early and, hopefully, often. |
|---|
| 7 | |
|---|
| 8 | ------------------------------------------------------------------------------ |
|---|
| 9 | |
|---|
| 10 | This is the Perl module Hook::Modular. |
|---|
| 11 | |
|---|
| 12 | INSTALLATION |
|---|
| 13 | |
|---|
| 14 | Hook::Modular installation is straightforward. If your CPAN shell is set up, |
|---|
| 15 | you should just be able to do |
|---|
| 16 | |
|---|
| 17 | % cpan Hook::Modular |
|---|
| 18 | |
|---|
| 19 | Download it, unpack it, then build it as per the usual: |
|---|
| 20 | |
|---|
| 21 | % perl Makefile.PL |
|---|
| 22 | % make && make test |
|---|
| 23 | |
|---|
| 24 | Then install it: |
|---|
| 25 | |
|---|
| 26 | % make install |
|---|
| 27 | |
|---|
| 28 | DOCUMENTATION |
|---|
| 29 | |
|---|
| 30 | Hook::Modular documentation is available as in POD. So you can do: |
|---|
| 31 | |
|---|
| 32 | % perldoc Hook::Modular |
|---|
| 33 | |
|---|
| 34 | to read the documentation online with your favorite pager. |
|---|
| 35 | |
|---|
| 36 | Marcel Gruenauer |
|---|