mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-09-19 11:58:07 +08:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
caea1285a9 | ||
![]() |
64bce2a425 | ||
![]() |
adbc8393f5 |
6
Changes
6
Changes
@@ -1,3 +1,9 @@
|
|||||||
|
feedgnuplot (1.29) unstable; urgency=low
|
||||||
|
|
||||||
|
* added CPAN meta-data to require IPC::Run at build time
|
||||||
|
|
||||||
|
-- Dima Kogan <dima@secretsauce.net> Wed, 04 Dec 2013 21:12:40 -0800
|
||||||
|
|
||||||
feedgnuplot (1.28)
|
feedgnuplot (1.28)
|
||||||
|
|
||||||
* Minor POD update
|
* Minor POD update
|
||||||
|
@@ -63,7 +63,8 @@ WriteMakefile
|
|||||||
: ()),
|
: ()),
|
||||||
PL_FILES => {},
|
PL_FILES => {},
|
||||||
EXE_FILES => [ 'bin/feedgnuplot' ],
|
EXE_FILES => [ 'bin/feedgnuplot' ],
|
||||||
BUILD_REQUIRES => { 'String::ShellQuote' => 0},
|
BUILD_REQUIRES => { 'String::ShellQuote' => 0,
|
||||||
|
'IPC::Run' => 0},
|
||||||
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
|
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
|
||||||
clean => { FILES => 'feedgnuplot-*' },
|
clean => { FILES => 'feedgnuplot-*' },
|
||||||
);
|
);
|
||||||
|
@@ -13,7 +13,7 @@ use Thread::Queue;
|
|||||||
use Pod::Usage;
|
use Pod::Usage;
|
||||||
use Time::Piece;
|
use Time::Piece;
|
||||||
|
|
||||||
my $VERSION = 1.28;
|
my $VERSION = 1.29;
|
||||||
|
|
||||||
my %options;
|
my %options;
|
||||||
interpretCommandline();
|
interpretCommandline();
|
||||||
@@ -1222,10 +1222,10 @@ data file can be plotted simply with
|
|||||||
|
|
||||||
$ ./data
|
$ ./data
|
||||||
|
|
||||||
The caveats here are that on Linux the whole #! line is limited to 127 charaters
|
The caveats here are that on Linux the whole #! line is limited to 127
|
||||||
and that the full path to feedgnuplot must be given. The 127 character limit is
|
characters and that the full path to feedgnuplot must be given. The 127
|
||||||
a serious limitation, but this can likely be resolved with a kernel patch. I
|
character limit is a serious limitation, but this can likely be resolved with a
|
||||||
have only tried on Linux 2.6.
|
kernel patch. I have only tried on Linux 2.6.
|
||||||
|
|
||||||
=head3 Self-plotting data with perl inline data
|
=head3 Self-plotting data with perl inline data
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user