Skip to content

Commit

Permalink
releng work for 0.013
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Apr 23, 2009
1 parent c8c0c6c commit b5aa29c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.013
- apply the invalid PID fixes to tonodes and key2nodes as well.
- implemented -L option in tonodes.
- now we install key2nodes in Makefile.PL as well.

0.012
- fixed the special case when Net::OpenSSH::spawn returns invalid PID (-1).

Expand Down
1 change: 1 addition & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ no_index( directory => qw< t inc doc share demo > );
install_script ('bin/fornodes');
install_script ('bin/atnodes');
install_script ('bin/tonodes');
install_script ('bin/key2nodes');

auto_install();
WriteAll();
Expand Down
2 changes: 1 addition & 1 deletion lib/SSH/Batch.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package SSH::Batch;
use strict;
use warnings;

our $VERSION = '0.012';
our $VERSION = '0.013';

1;
__END__
Expand Down
2 changes: 1 addition & 1 deletion lib/SSH/Batch/ForNodes.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package SSH::Batch::ForNodes;
use strict;
use warnings;

our $VERSION = '0.012';
our $VERSION = '0.013';

use Set::Scalar;
use File::HomeDir;
Expand Down

0 comments on commit b5aa29c

Please sign in to comment.