taskd.pl: clean up some use, warn and die lines
commit9d3dbfb4959a14f54f5e883db0d8fa24790153a3
authorKyle J. McKay <mackyle@gmail.com>
Fri, 2 Dec 2016 03:49:21 +0000 (1 19:49 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Fri, 2 Dec 2016 03:49:21 +0000 (1 19:49 -0800)
treeaa07e8c3876263d6c42842f7ec5c5ae55d53d549
parent8315dc2e43a45893408d06ecab0c7157dc016cfd
taskd.pl: clean up some use, warn and die lines

Remove superfluous use lines.

Add a trailing "\n" to some die and warn lines that do not
benefit from the additional clutter of file and line number
information being output.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
taskd/taskd.pl