fix bad whitespace before POD directives
This commit is contained in:
parent
a5c824d3fb
commit
2dd127c394
1 changed files with 8 additions and 8 deletions
|
|
@ -670,13 +670,13 @@ sub new {
|
||||||
}
|
}
|
||||||
|
|
||||||
#-------------------------------------------------------------------
|
#-------------------------------------------------------------------
|
||||||
|
|
||||||
=head2 recoverPassword ( )
|
=head2 recoverPassword ( )
|
||||||
|
|
||||||
Initiates the password recovery process. Checks for recovery type, and then runs the appropriate method.
|
Initiates the password recovery process. Checks for recovery type, and then runs the appropriate method.
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
sub recoverPassword {
|
sub recoverPassword {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
|
|
||||||
|
|
@ -781,13 +781,13 @@ sub profileRecoverPassword {
|
||||||
}
|
}
|
||||||
|
|
||||||
#-------------------------------------------------------------------
|
#-------------------------------------------------------------------
|
||||||
|
|
||||||
=head2 recoverPasswordFinish ( )
|
=head2 recoverPasswordFinish ( )
|
||||||
|
|
||||||
Handles data for recovery of password. Gets password recovery type, and then runs the appropriate method.
|
Handles data for recovery of password. Gets password recovery type, and then runs the appropriate method.
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
sub recoverPasswordFinish {
|
sub recoverPasswordFinish {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue