mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-21 09:09:06 +00:00
Touch README to allow tests to pass
This commit is contained in:
parent
ae2e986c6e
commit
d64f872b26
1 changed files with 4 additions and 0 deletions
4
Build.PL
4
Build.PL
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue