Skip to content

Commit

Permalink
doc coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Zbigniew Lukasiak committed Feb 5, 2012
1 parent 486ec6d commit 01e3c42
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions lib/WebPrototypes/ResetPass.pm
Expand Up @@ -11,7 +11,7 @@ use Email::Sender::Simple qw(sendmail);
use Email::Simple; use Email::Simple;
use Email::Simple::Creator; use Email::Simple::Creator;


use feature ':5.10'; use 5.0100;


sub find_user { die 'find_user needs to be implemented in subclass' } sub find_user { die 'find_user needs to be implemented in subclass' }


Expand Down Expand Up @@ -206,7 +206,11 @@ These methods have defaults - but should probably be overriden anyway.
Should return the html page containing the passed text fragment. By default it just adds Should return the html page containing the passed text fragment. By default it just adds
the html and body tags. the html and body tags.
=item build_mail ( to_address, link_to_the_reset_page ) =item build_reply ( page_body )
Should return the PSGI response data structure.
=item build_email ( to_address, link_to_the_reset_page )
Should create the email containing the link. Should create the email containing the link.
Expand Down

0 comments on commit 01e3c42

Please sign in to comment.