LEGALESE
~~~~~~~~
     Copyright (c) 1995 Ilya Zakharevich. All rights reserved.
     This program is free software; you can redistribute it and/or
     modify it under the same terms as Perl itself.

	You should have received a copy of the Perl license along with
	Perl; see the file README in Perl distribution.
 
	You should have received a copy of the GNU General Public License
	along with Perl; see the file Copying.  If not, write to
	the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.

	You should have received a copy of the Artistic License
	along with Perl; see the file Artistic.


Author of this software makes no claim whatsoever about suitability,
reliability, edability, editability or usability of this product, and
should not be kept liable for any damage resulting from the use of
it. If you can use it, you are in luck, if not, I should not be kept
responsible. Keep a handy copy of your backup tape at hand.

WHAT
~~~~

This module is intended for low-resolution or high-resolution graphics
using gnuplot low-level functions. Documentation is at the start of
the .pm file.

INSTALL
~~~~~~~

To install this module prepare compiled (but not cleaned) gnuplot3.5
directory, edit the location of it at the start of Makefile.PL, then
type

	perl Makefile.PL
	make
	make test
		(Check whether you are satisfied with the result.)
	make install

AUTHOR BUGS
~~~~~~~~~~~
Ilya Zakharevich
ilya@math.ohio-state.edu

CHANGES
~~~~~~~
0.2: Test added.
