|
Revision 10700, 1.1 kB
(checked in by hirose31, 9 months ago)
|
|
import
|
| Line | |
|---|
| 1 | Net-Scan-SSH-Server-SupportedAuth |
|---|
| 2 | |
|---|
| 3 | The README is used to introduce the module and provide instructions on |
|---|
| 4 | how to install the module, any machine dependencies it may have (for |
|---|
| 5 | example C compilers and installed libraries) and any other information |
|---|
| 6 | that should be provided before the module is installed. |
|---|
| 7 | |
|---|
| 8 | A README file is required for CPAN modules since CPAN extracts the README |
|---|
| 9 | file from a module distribution so that people browsing the archive |
|---|
| 10 | can use it get an idea of the modules uses. It is usually a good idea |
|---|
| 11 | to provide version information here so that people can decide whether |
|---|
| 12 | fixes for the module are worth downloading. |
|---|
| 13 | |
|---|
| 14 | INSTALLATION |
|---|
| 15 | |
|---|
| 16 | To install this module, run the following commands: |
|---|
| 17 | |
|---|
| 18 | perl Build.PL |
|---|
| 19 | ./Build |
|---|
| 20 | ./Build test |
|---|
| 21 | ./Build install |
|---|
| 22 | |
|---|
| 23 | |
|---|
| 24 | Alternatively, to install with Module::Install, you can use the following commands: |
|---|
| 25 | |
|---|
| 26 | perl Makefile.PL |
|---|
| 27 | make |
|---|
| 28 | make test |
|---|
| 29 | make install |
|---|
| 30 | |
|---|
| 31 | |
|---|
| 32 | COPYRIGHT AND LICENCE |
|---|
| 33 | |
|---|
| 34 | Put the correct copyright and licence information here. |
|---|
| 35 | |
|---|
| 36 | Copyright (C) 2007 HIROSE Masaaki |
|---|
| 37 | |
|---|
| 38 | This library is free software; you can redistribute it and/or modify |
|---|
| 39 | it under the same terms as Perl itself. |
|---|