Force tests to have English locale

Important when user has something else set else tests can fail

Github issue: 10

Thanks to Emanuele Tomasi
This commit is contained in:
Duncan Ferguson 2014-09-19 22:33:33 +01:00
parent f88353d3dd
commit a93b3f3cac
4 changed files with 10 additions and 1 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.03_02');
use version; our $VERSION = version->new('4.03_03');
use Carp;