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

..03-May-2022-

examples/H03-Jul-2011-7836

lib/Net/H03-Jul-2011-2,6901,166

t/H03-Jul-2011-716543

ChangesH A D03-Jul-20112.6 KiB6552

MANIFESTH A D03-Jul-20111 KiB3433

META.ymlH A D03-Jul-2011681 2827

Makefile.PLH A D02-Jul-2011550 2018

READMEH A D02-Jul-2011659 3320

SIGNATUREH A D03-Jul-20113.6 KiB6659

README

1Net-TacacsPlus-Client version 1.10
2==================================
3
4INSTALLATION
5
6To install this module type the following:
7
8    perl Makefile.PL
9    make
10    make test
11    make install
12
13DEPENDENCIES
14
15This module requires these other modules and libraries:
16
17    Carp::Clan
18    Class::Accessor::Fast
19    Digest::MD5
20    IO::Socket
21
22COPYRIGHT AND LICENCE
23
24Put the correct copyright and licence information here.
25
26Copyright (C) 2006 by Jozef Kutej
27
28This library is free software; you can redistribute it and/or modify
29it under the same terms as Perl itself, either Perl version 5.8.4 or,
30at your option, any later version of Perl 5 you may have available.
31
32
33