# PerlVision - A class library for text-mode user interface widgets.
# By Ashish Gulhati (hash@netropolis.org)
# V.0.2.0
#
# Copyright (c) Ashish Gulhati, 1995. All Rights Reserved.
#
# You may use and distribute this code under the same terms as Perl itself.

PerlVision is a Perl 5 class library that enables you to implement an
attractive and versatile text-mode interface for your application
programs on Unix. It contains support for most common input elements
as well as for dialog boxes with arbitrary combinations of input
elements.

To use PerlVision you will need at least Perl 5.000, available from
ftp.netlabs.com and prep.ai.mit.edu, among other sites, and William
Setzer's Curses interface to Perl, available from ftp.ncsu.edu in
/pub/math/wsetzer.

The perlvision-0.2.0.tgz file should contain:

PV.pm		- The PerlVision module.
PerlVision.doc	- Documentation for PerlVision.
rap		- (rap ain't pico) A simple text editor as an example
                  of using PerlVision.
README		- This file.
IAFA-PACKAGE    - The IETF FTP Archives Working Group standard format 
                  description of PerlVision.

If you just want to use RAP, install Curses.pm and put PV.pm in your
Perl lib directory, typically /usr/lib/perl5 or /usr/local/lib/perl5,
put rap in /usr/bin or /usr/local/bin, change the first line in rap to
point to where your Perl5 binary is installed, and you're all set. 

Ashish Gulhati

 --====--- -----------------------------------------------------------------
 --=---=-- Ashish Gulhati| hash@netropolis.org           |"Existence Exists"
 --=---=-- NETROPOLIS    | 140 Sunder Nagar, ND-3, India |        ~ Ayn Rand
 --=---=-- -----------------------------------------------------------------
 --=---=--   <A HREF="http://www.netropolis.org/hash/">Home Sweet Home</A>
 --=---=-- -----------------------------------------------------------------
