perl/dtas-graph in dtas-0.7.0 vs perl/dtas-graph in dtas-0.8.0

- old
+ new

@@ -1,6 +1,6 @@ #!/usr/bin/perl -w -# Copyright (C) 2013, Eric Wong <normalperson@yhbt.net> and all contributors +# Copyright (C) 2013-2014, Eric Wong <e@80x24.org> and all contributors # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt) use strict; use Graph::Easy; # for ASCII-art graphs $^O =~ /linux/ or print STDERR "$0 probably only works on Linux...\n"; scalar @ARGV or die "Usage: $0 PID [PID ...]";