mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-03 01:43:25 +00:00
Fix for multiple range expansion
Allow ranges such as 'h{a,b}{1,2}' to expand to 'ha1 ha2 hb1 hb2' rather than return a perl error Thanks to Markus Frosch (lazyfrosch). Github issue #97.
This commit is contained in:
parent
f2194ecdfa
commit
93432c1580
5 changed files with 8 additions and 2 deletions
|
@ -3,7 +3,7 @@ package App::ClusterSSH;
|
|||
use 5.008.004;
|
||||
use warnings;
|
||||
use strict;
|
||||
use version; our $VERSION = version->new('4.10_02');
|
||||
use version; our $VERSION = version->new('4.10_03');
|
||||
|
||||
use Carp qw/cluck :DEFAULT/;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue