|
Revision 9821, 0.5 kB
(checked in by hanekomu, 5 years ago)
|
r6203@nbgr: marcel | 2008-04-18 17:06:02 +0200
lang/perl/Text-UpsideDown?: initial commit
|
| Line | |
|---|
| 1 | This is the Perl module Text::UpsideDown. |
|---|
| 2 | |
|---|
| 3 | INSTALLATION |
|---|
| 4 | |
|---|
| 5 | Text::UpsideDown installation is straightforward. If your CPAN shell is set up, |
|---|
| 6 | you should just be able to do |
|---|
| 7 | |
|---|
| 8 | % cpan Text::UpsideDown |
|---|
| 9 | |
|---|
| 10 | Download it, unpack it, then build it as per the usual: |
|---|
| 11 | |
|---|
| 12 | % perl Makefile.PL |
|---|
| 13 | % make && make test |
|---|
| 14 | |
|---|
| 15 | Then install it: |
|---|
| 16 | |
|---|
| 17 | % make install |
|---|
| 18 | |
|---|
| 19 | DOCUMENTATION |
|---|
| 20 | |
|---|
| 21 | Text::UpsideDown documentation is available as in POD. So you can do: |
|---|
| 22 | |
|---|
| 23 | % perldoc Text::UpsideDown |
|---|
| 24 | |
|---|
| 25 | to read the documentation online with your favorite pager. |
|---|
| 26 | |
|---|
| 27 | Marcel Gruenauer |
|---|