NAME

  GD::Graph::Extra v0.90

DESCRIPTION

  This package contains some extra modules for GD::Graph

COPYRIGHT

  Copyright 1995-2001 GAF-3 Industries, Inc. All rights reserved.
  Written by George A. Fitch III (aka Gaffer), gaf3@gaf3.com

  This program is free software, you can redistribute it and/or modify it under
  the same terms as Perl istelf

INSTALlATION

  REQUIRED
 
    perl 5.004
    GD >= 1.18
    GD::Graph >= 1.30,
    Statistics::Descriptive >= 2.4

  WIN32 (GD-Graph-Extra.zip)

    Extract zip file into a directory and type

    ppm install GD-Graph-Extra.ppd

  UN*X (GD-Graph-Extra-0.90.tar.gz)

    Extract bundle into a directory and type

    perl Makefile.PL
    make
    make install