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

..03-May-2022-

doc/H03-May-2022-

examples/H03-May-2022-2,6781,837

lib/Chart/H18-Feb-2015-4,2362,061

t/H18-Feb-2015-1,8761,354

ChangesH A D18-Feb-20155.8 KiB170146

MANIFESTH A D18-Feb-20153.5 KiB188187

META.ymlH A D18-Feb-2015610 2625

Makefile.PLH A D03-May-2022474 2118

READMEH A D21-Apr-2013469 2420

README

1Description
2===========
3Plot graph using Gnuplot in Perl on the fly
4
5Build and install
6=================
7perl Makefile.PL
8make
9make test
10make install
11
12Prerequisites
13=============
14Carp v 1.04 or later
15File::Copy v2.08 or later
16File::Temp v0.14 or later
17Storable v2.15 or later
18
19Copyright
20=========
21Copyright (c) 2008-2011, 2013 Ka-Wai Mak. All rights reserved.
22This program is free software; you can redistribute it and/or
23modify it under the same terms as Perl itself.
24