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