mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-21 00:59:07 +00:00
Be more verbose about perl being used
This commit is contained in:
parent
dc041e730d
commit
a2456461f3
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ if(! -d $bindir) {
|
|||
mkdir $bindir || die "Could not mkdir $bindir: $!";
|
||||
}
|
||||
|
||||
print "Using perl binary: $^X",$/;
|
||||
print "Using perl version $^V",$/;
|
||||
|
||||
for my $source (glob("*")) {
|
||||
my $dest="$bindir/$source";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue