NAME
Acme::SDUM::Renew - Renew your books from www.sdum.uminho.pt
VERSION
Version 0.02
SYNOPSIS
This module just exports one function wich is responsible of renew all your books from SDUM. At the end a report is sent to an email, so you can manually check (yes, manually!) if the operation suceeded.
use Acme::SDUM::Renew;
sdum_renew($username, $password, $email, $smtp);
EXPORT
sdum_renew
FUNCTIONS
sdum_renew
This is where the magic happens. This function receives the following parameters:
- username
-
Username to SDUM (don't forget to prepend a 'A' in case you are a student like me).
- password
-
Your super ultra secret password.
-
A valid email address to send the report.
- smtp [optional]
-
This argument is optional but should be usefull when Mail::Sender defaults doesn't suit your network configuration. Just pass here the SMTP where your email are relayed and everything should go smoothly.
AUTHOR
Ruben Fonseca, <root at cpan.org>
BUGS
Please report any bugs or feature requests to bug-acme-sdum-renew at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Acme-SDUM-Renew. 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 Acme::SDUM::Renew
You can also look for information at:
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
RT: CPAN's request tracker
Search CPAN
ACKNOWLEDGEMENTS
COPYRIGHT & LICENSE
Copyright 2007 Ruben Fonseca, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.