X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=lib%2FUtils.pm;h=74fe13c47b90656318854b9fdbad340c20e343ca;hb=025390646f3f196f64f16f919a35ff1d7c02eaaa;hp=1bed47b006b84bcdd300e06c008b1841714e4ca9;hpb=cd50bf3d463933d5ed6650aff41d2dcbabe8b932;p=clearscm.git 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