Acme-SDUM-Renew

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

use strict;
use warnings;
use ExtUtils::MakeMaker;

WriteMakefile(
    NAME                => 'Acme::SDUM::Renew',
    AUTHOR              => 'Ruben Fonseca <root@cpan.org>',
    VERSION_FROM        => 'lib/Acme/SDUM/Renew.pm',
    ABSTRACT_FROM       => 'lib/Acme/SDUM/Renew.pm',
    PL_FILES            => {},
    PREREQ_PM => {
        'Test::More' => 0,
        'LWP::UserAgent' => 2.033,
        'HTTP::Cookies'  => 1.39,
        'HTML::Form'     => 1.054,
        'File::Temp'     => 0.17,
        'Mail::Sender'   => '0.8.13',

README  view on Meta::CPAN

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

    AnnoCPAN, annotated CPAN documentation:
        http://annocpan.org/dist/Acme-SDUM-Renew

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

COPYRIGHT AND LICENCE

Copyright (C) 2007 Ruben Fonseca

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.

lib/Acme/SDUM/Renew.pm  view on Meta::CPAN

following parameters:

=over 4

=item username

Username to SDUM (don't forget to prepend a 'A' in case you are a student like me).

=item password

Your super ultra secret password.

=item email

A valid email address to send the report.

=item 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.

lib/Acme/SDUM/Renew.pm  view on Meta::CPAN

        msg => 'Please check the results',
        file => $tempfile,
        ctype => 'text/html',
    });

    croak $Mail::Sender::Error if $Mail::Sender::Error;
}

=head1 AUTHOR

Ruben Fonseca, C<< <root at cpan.org> >>

=head1 BUGS

Please report any bugs or feature requests to
C<bug-acme-sdum-renew at rt.cpan.org>, or through the web interface at
L<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.

=head1 SUPPORT

lib/Acme/SDUM/Renew.pm  view on Meta::CPAN

=item * Search CPAN

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

=back

=head1 ACKNOWLEDGEMENTS

=head1 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.

=cut

1; # End of Acme::SDUM::Renew



( run in 2.581 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )