Touch README to allow tests to pass

This commit is contained in:
Duncan Ferguson 2017-04-12 23:17:24 +01:00
parent ae2e986c6e
commit d64f872b26

View file

@ -4,6 +4,10 @@ use Cwd;
use Module::Build;
# touch README
open(my $fh, '>>', 'README');
close($fh);
my %project_info = (
tracker => 'https://github.com/duncs/clusterssh/issues',
repository => 'http://github.com/duncs/clusterssh',