diff --git a/Changes b/Changes index d998182..f3fa38b 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,13 @@ +feedgnuplot (1.34) + + * Fix for "Use of implicit split to @_ is deprecated". Thanks to Corey + Putkunz + + * Declaring feedgnuplot as a package to let MetaCPAN index this + distribution + + -- Dima Kogan Wed, 14 May 2014 00:45:24 -0700 + feedgnuplot (1.33) * fixed incorrect plotting of --timefmt --rangesize plots diff --git a/bin/feedgnuplot b/bin/feedgnuplot index 6656485..08e177b 100755 --- a/bin/feedgnuplot +++ b/bin/feedgnuplot @@ -16,7 +16,7 @@ use Thread::Queue; use Pod::Usage; use Time::Piece; -my $VERSION = 1.33; +my $VERSION = 1.34; my %options; interpretCommandline();