The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WWW::Pastebin::Sprunge - access the http://sprunge.us pastebin

VERSION

version 0.005

SYNOPSIS

    use WWW::Pastebin::Sprunge::Create; # to write
    my $writer = WWW::Pastebin::Sprunge::Create->new();

    use WWW::Pastebin::Sprunge::Retrieve; # to read
    my $reader = WWW::Pastebin::Sprunge::Retrieve->new();

DESCRIPTION

This distribution comes with two modules:

  1. WWW::Pastebin::Sprunge::Create, which allows you to write new pastes on http://sprunge.us.

  2. WWW::Pastebin::Sprunge::Retrieve, which allows you to read existing pastes from http://sprunge.us.

AVAILABILITY

The latest version of this module is available from the Comprehensive Perl Archive Network (CPAN). Visit http://www.perl.com/CPAN/ to find a CPAN site near you, or see http://search.cpan.org/dist/WWW-Pastebin-Sprunge/.

The development version lives at http://github.com/doherty/WWW-Pastebin-Sprunge and may be cloned from git://github.com/doherty/WWW-Pastebin-Sprunge.git. Instead of sending patches, please fork this project using the standard git and github infrastructure.

BUGS AND LIMITATIONS

No bugs have been reported.

Please report any bugs or feature requests through the web interface at http://github.com/doherty/WWW-Pastebin-Sprunge/issues.

AUTHOR

Mike Doherty <doherty@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Mike Doherty.

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