
Acme::SDUM::Renew - Renew your books from www.sdum.uminho.pt

Version 0.02

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);

sdum_renew

This is where the magic happens. This function receives the following parameters:
Username to SDUM (don't forget to prepend a 'A' in case you are a student like me).
Your super ultra secret password.
A valid email address to send the report.
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.

Ruben Fonseca, <root at cpan.org>

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.

You can find documentation for this module with the perldoc command.
perldoc Acme::SDUM::Renew
You can also look for information at:


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.