From: Andrew DeFaria Date: Fri, 20 Jun 2014 18:55:52 +0000 (-0700) Subject: Merge branch 'master' of defaria.com:/opt/git/clearscm X-Git-Url: https://defaria.com/gitweb/?a=commitdiff_plain;h=74b5eda7c830f79126ac27afd54439127585c18c;hp=0de577e6439e04c7dd1119ca85dfb5a970f0e27d;p=clearscm.git Merge branch 'master' of defaria.com:/opt/git/clearscm --- diff --git a/lib/Utils.pm b/lib/Utils.pm index 1bed47b..74fe13c 100644 --- a/lib/Utils.pm +++ b/lib/Utils.pm @@ -311,7 +311,41 @@ Returns: sub GetPassword (;$) { my ($prompt) = @_; - + +=pod + +=head2 GetPassword (;$prompt) + +Prompt for a password + +Parameters: + +=for html
+ +=over + +=item $prompt + +Prompt string to use (Default: "Password:") + +=back + +=for html
+ +Returns: + +=for html
+ +=over + +=item $password + +=back + +=for html
+ +=cut + $prompt ||= 'Password'; my $password; @@ -901,6 +935,8 @@ L L +L + =head2 ClearSCM Perl Modules =for html

Display