NAME
App::Birthday - sends birthday e-mails to your friends, on their anniversary date.
This module is the helper library for `birthday`. No user-serviceable parts inside. Use `birthday` only.
For a complete documentation of `birthday`, see its POD.
VERSION
Version 0.4
SYNOPSIS
use App::Birthday;
send_mails();
...
EXPORT
usage version send_mails
SUBROUTINES/METHODS
send_mails
Main function, send mail due to a birthday.json file and a given configuration file
verify_mails
It verifies configuration and input entries. It sends no mail but prints all output to STDOUT.
usage
description and examples of usage
version
print-out of current version of script
AUTHOR
Farhad Fouladi, <farhad at cpan.org>
BUGS
Please report any bugs or feature requests to
bug-app-birthday at rt.cpan.org
,
or through the web interface at
http://rt.cpan.org/NoAuth/ReportBug.html?Queue=App-Birthday.
I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc App::Birthday
or
perldoc birthday
You can also look for information at:
RT: CPAN's request tracker (report bugs here)
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
LICENSE AND COPYRIGHT
Copyright 2012 Farhad Fouladi.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.