NAME

PagSeguro::Status - To know informations about PagSeguro payments!

VERSION

Version 0.01

SYNOPSIS

use PagSeguro::Status;
my $a = PagSeguro::Status->new(
    paglogin => 'youruser@...',
    pagpass  => 'youpass...'
);
print $a->fetch_xml;

login

Do the login

xml_generate

To generate the XML

fetch_xml

Fetch the xml, returns a XML :D

AUTHOR

Daniel de Oliveira Mantovani, <daniel.oliveira.mantovani at gmail.com>

BUGS

Please report any bugs or feature requests to bug-pagseguro-status at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=PagSeguro-Status. 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 PagSeguro::Status

You can also look for information at:

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

Copyright 2011 Daniel de Oliveira Mantovani.

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.