Failure to find terminal binary should not be fatal

This will allow the initial build to complete without issue so that the user can install the appropriate terminal, or set the correct config, after installation.

Warnings will be displayed when the program is used.
This commit is contained in:
Duncan Ferguson 2015-12-03 21:58:32 +00:00
parent 3d1ae7c38e
commit 1a103722f3
3 changed files with 12 additions and 3 deletions

View file

@ -3,7 +3,7 @@ package App::ClusterSSH;
use 5.008.004;
use warnings;
use strict;
use version; our $VERSION = version->new('4.05');
use version; our $VERSION = version->new('4.05_01');
use Carp qw/cluck :DEFAULT/;