mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-09-20 12:48:07 +08:00
The version is now treated as a string not as a number
Before this a version 1.40 was seen as 1.4
This commit is contained in:
@@ -15,7 +15,8 @@ use Text::ParseWords; # for shellwords
|
||||
use Pod::Usage;
|
||||
use Time::Piece;
|
||||
|
||||
my $VERSION = 1.44;
|
||||
# Makefile.PL assumes this is in ''
|
||||
my $VERSION = '1.44';
|
||||
|
||||
my %options;
|
||||
interpretCommandline();
|
||||
|
Reference in New Issue
Block a user