separate project repository v1.01
authorMischa POSLAWSKY <perl@shiar.org>
Thu, 5 Sep 2019 03:16:49 +0000 (05:16 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Thu, 5 Sep 2019 09:35:44 +0000 (11:35 +0200)
Commits moved out of home and cleaned for public distribution.
Version bump to celebrate.

graph

diff --git a/graph b/graph
index fc659e1ec79c06629daac5ca37e968c8c5f90741..501ac3c24f4ce3a86585c785537320ce3eb532a2 100755 (executable)
--- a/graph
+++ b/graph
@@ -5,7 +5,7 @@ use utf8;
 use List::Util qw( min max sum );
 use open qw( :std :utf8 );
 
-our $VERSION = '1.00';
+our $VERSION = '1.01';
 
 use Getopt::Long '2.33', qw( :config gnu_getopt );
 sub podexit { require Pod::Usage; Pod::Usage::pod2usage(-exitval => 0, @_) }