File: README

package info (click to toggle)
libchart-gnuplot-perl 0.23-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 944 kB
  • sloc: perl: 4,862; makefile: 113
file content (23 lines) | stat: -rw-r--r-- 469 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Description
===========
Plot graph using Gnuplot in Perl on the fly

Build and install
=================
perl Makefile.PL
make
make test
make install

Prerequisites
=============
Carp v 1.04 or later
File::Copy v2.08 or later
File::Temp v0.14 or later
Storable v2.15 or later

Copyright
=========
Copyright (c) 2008-2011, 2013 Ka-Wai Mak. All rights reserved.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.