Skip to content

Commit

Permalink
better prompt description
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Oct 15, 2012
1 parent c532a74 commit e6a6d57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,7 +1,7 @@

3.48 2012-10-16
- Added prompt method to Mojo::ByteStream.
- Added prompt function to Mojo::Util.
- Added prompt function to Mojo::Util. (jberger, sri)
- Improved Mojo::Content performance slightly.
- Improved cpanify command to prompt for password if necessary. (jberger)
- Fixed memory leak in Mojo::Headers.
Expand Down
4 changes: 2 additions & 2 deletions lib/Mojo/Util.pm
Expand Up @@ -537,8 +537,8 @@ Generate MD5 checksum for string.
my $string = prompt 'Password: ';
Print string to C<STDOUT>, wait for user to type something on C<STDIN> and
finish with an C<ENTER>, then return the string typed in wihout the trailing
Print string to C<STDOUT>, wait for user to type something and finish with an
C<ENTER> on C<STDIN>, then return the string typed in wihout the trailing
newline.
=head2 C<punycode_decode>
Expand Down

0 comments on commit e6a6d57

Please sign in to comment.