Merge branch 'master' of ssh://hrunkner.hjp.at/home/hjp/git/timeseries

This commit is contained in:
Peter J. Holzer 2019-02-10 15:03:55 +01:00
commit 6d6400d3eb
1 changed files with 5 additions and 2 deletions

View File

@ -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;