diff --git a/tsplotv b/tsplotv index 445e59a..f86bd86 100755 --- a/tsplotv +++ b/tsplotv @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl =head1 NAME @@ -40,7 +40,10 @@ other. =cut -use strict; +use v5.20; +use warnings; +use experimental qw(postderef); + use TimeSeries; use Getopt::Long; use Pod::Usage;