Skip to content

Commit

Permalink
Fix stuff I missed.
Browse files Browse the repository at this point in the history
  • Loading branch information
bingos committed Apr 27, 2013
1 parent 80b48c8 commit 3d2a2c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ inc/bundle/IO/Zlib.pm
inc/bundle/IPC/Cmd.pm
inc/bundle/JSON/PP.pm
inc/bundle/JSON/PP/Boolean.pm
inc/bundle/JSON/PP/Compat5006.pm
inc/bundle/Locale/Maketext/Simple.pm
inc/bundle/Log/Message.pm
inc/bundle/Log/Message/Config.pm
Expand Down
2 changes: 1 addition & 1 deletion lib/CPANPLUS/Shell/Default/Plugins/Remote.pm
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ sub connect {
$shell->remote( $con );

my($status,$buffer) = $shell->__send_remote_command(
"VERSION = "0.9136";
"VERSION=$CPANPLUS::Shell::Default::VERSION");

if( $status ) {
print "\n$buffer\n\n";
Expand Down

0 comments on commit 3d2a2c9

Please sign in to comment.