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

..03-May-2022-

BBSAgent/H25-May-2003-2,3711,967

t/H25-May-2003-7047

BBSAgent.pmH A D25-May-200320.4 KiB784344

ChangesH A D25-May-20032.7 KiB5554

MANIFESTH A D25-May-20031.3 KiB6463

META.ymlH A D25-May-2003333 1210

Makefile.PLH A D25-May-2003712 2519

READMEH A D20-Jan-2003637 2516

SIGNATUREH A D25-May-20034.7 KiB8679

README

1# $File: //depot/libOurNet/BBSAgent/README $ $Author: autrijus $
2# $Revision: #2 $ $Change: 3673 $ $DateTime: 2003/01/20 01:51:29 $
3
4This is the README file for OurNet::BBSAgent, a scriptable telnet-
5based agent control library.
6
7* Installation
8
9OurNet::BBSAgent uses the standard perl module install process:
10
11cpansign -v		# see SIGNATURE for details
12perl Makefile.PL
13make
14make test
15make install
16
17* Copyright
18
19Copyright 2001, 2003 by Autrijus Tang <autrijus@autrijus.org>.
20
21This program is free software; you can redistribute it and/or
22modify it under the same terms as Perl itself.
23
24See <http://www.perl.com/perl/misc/Artistic.html>.
25