Skip to content

Commit

Permalink
attribute melo++ in doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
gugod committed Mar 11, 2011
1 parent 87aa365 commit 6e29288
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/App/perlbrew.pm
Expand Up @@ -982,7 +982,7 @@ Patches and code improvements have been contributed by:
Tatsuhiko Miyagawa, Chris Prather, Yanick Champoux, aero, Jason May,
Jesse Leuhrs, Andrew Rodland, Justin Davis, Masayoshi Sekimura,
castaway, jrockway, chromatic, Goro Fuji, Sawyer X, Danijel Tasov,
polettix, tokuhirom, Ævar Arnfjörð Bjarmason, Chad A Davis.
polettix, tokuhirom, Ævar Arnfjörð Bjarmason, Pedro Melo, Chad A Davis.
=head1 DISCLAIMER OF WARRANTY
Expand Down
4 changes: 3 additions & 1 deletion perlbrew
Expand Up @@ -29,7 +29,7 @@ __perlbrew_reinit () {
mkdir -p $HOME/.perlbrew
fi
echo '# DO NOT EDIT THIS FILE' > $HOME/.perlbrew/init
echo '# DO NOT EDIT THIS FILE' >| $HOME/.perlbrew/init
command perlbrew $short_option env $1 >> $HOME/.perlbrew/init
source $HOME/.perlbrew/init
__perlbrew_set_path
Expand Down Expand Up @@ -791,6 +791,8 @@ sub run_command_clean {
print "Remove $dir\n";
rmpath($dir);
}

print "\nDone\n";
}

sub conf {
Expand Down

0 comments on commit 6e29288

Please sign in to comment.