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


Acme-SDUM-Renew documentation  | view source Contained in the Acme-SDUM-Renew distribution.

Index


NAME

Top

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

VERSION

Top

Version 0.02

SYNOPSIS

Top

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

Top

sdum_renew

FUNCTIONS

Top

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.

email

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

Top

Ruben Fonseca, <root at cpan.org>

BUGS

Top

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

Top

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

http://annocpan.org/dist/Acme-SDUM-Renew

* CPAN Ratings

http://cpanratings.perl.org/d/Acme-SDUM-Renew

* RT: CPAN's request tracker

http://rt.cpan.org/NoAuth/Bugs.html?Dist=Acme-SDUM-Renew

* Search CPAN

http://search.cpan.org/dist/Acme-SDUM-Renew

ACKNOWLEDGEMENTS

Top

COPYRIGHT & LICENSE

Top


Acme-SDUM-Renew documentation  | view source Contained in the Acme-SDUM-Renew distribution.