Skip to content

Commit 6b8ddcb

Browse files
committed
bumped version to 0.030.
1 parent 2d79604 commit 6b8ddcb

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

Changes

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.030
2+
- atnodes: added the -W option to atnodes to allow prompting
3+
for passwords for sudo only. thanks JamesPan for the patch.
4+
15
0.029
26
- atnodes: added a '-q' parameter to run SSH in quiet mode,
37
which prevents banners and motd messages from being

META.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ requires:
3232
resources:
3333
license: http://opensource.org/licenses/bsd-license.php
3434
repository: http://github.com/agentzh/sshbatch
35-
version: '0.029'
35+
version: '0.030'

MYMETA.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ requires:
2828
Term::ReadKey: '2.30'
2929
Time::HiRes: '0'
3030
perl: '5.006001'
31-
version: '0.029'
31+
version: '0.030'

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Table of Contents
2020

2121
# VERSION
2222

23-
This document describes SSH::Batch 0.029 released on 29 April 2012.
23+
This document describes SSH::Batch 0.030 released on 8 November 2015.
2424

2525
# SYNOPSIS
2626

lib/SSH/Batch.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ package SSH::Batch;
55
use strict;
66
use warnings;
77

8-
our $VERSION = '0.029';
8+
our $VERSION = '0.030';
99

1010
1;
1111
__END__
@@ -18,7 +18,7 @@ SSH::Batch - Cluster operations based on parallel SSH, set and interval arithmet
1818
1919
=head1 VERSION
2020
21-
This document describes SSH::Batch 0.029 released on 29 April 2012.
21+
This document describes SSH::Batch 0.030 released on 8 November 2015.
2222
2323
=head1 SYNOPSIS
2424

lib/SSH/Batch/ForNodes.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ package SSH::Batch::ForNodes;
55
use strict;
66
use warnings;
77

8-
our $VERSION = '0.029';
8+
our $VERSION = '0.030';
99

1010
use Set::Scalar;
1111
use File::HomeDir;

0 commit comments

Comments
 (0)