File: README

package info (click to toggle)
libnet-ph-perl 2.21-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 48 kB
  • ctags: 33
  • sloc: perl: 357; makefile: 52
file content (26 lines) | stat: -rw-r--r-- 726 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Net::PH was previously part of the libnet distribution. But has now
been separated out to a distribution of its own.

INSTALLATION

Installastion is the same as any other MakeMaker packaged distribution
from CPAN.

   perl Makefile.PL
   make
   make install

If you are on a mchine where Makemaker does not run, or you do not
have a copy of make, then you can simply copy the PH.pm file from
this directory into a Net subdirectory in your perl installation
library directory. However you will need to have Net::Cmd
from libnet installed

COPYRIGHT

   1996-2001 Graham Barr. All rights reserved.

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.

Share and Enjoy!