• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

ChangesH A D03-Jun-2008617 2015

MANIFESTH A D15-Mar-200760 87

META.ymlH A D03-Jun-2008547 3026

Makefile.PLH A D15-Mar-2007332 107

READMEH A D03-Jun-2008510 2717

Rsh.pmH A D03-Jun-20083 KiB9447

test.plH A D15-Mar-2007606 249

README

1Net/Rsh version 0.05
2====================
3
4Net::Rsh - perl client for Rsh protocol.
5
6INSTALLATION
7
8To install this module type the following:
9
10   perl Makefile.PL
11   make
12   make test
13   make install
14
15DEPENDENCIES
16
17This module requires these other modules and libraries:
18
19IO::Socket
20Errno
21
22COPYRIGHT AND LICENCE
23
24Copyright (c) 2002 Oleg Prokopyev. All rights reserved.
25This program is free software; you may redistribute it and/or modify it under
26the same terms as Perl itself.
27