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.010

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 project homepage is http://metacpan.org/release/WWW-Pastebin-Sprunge/.

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 https://metacpan.org/module/WWW::Pastebin::Sprunge/.

SOURCE

The development version is on github at http://github.com/doherty/WWW-Pastebin-Sprunge and may be cloned from git://github.com/doherty/WWW-Pastebin-Sprunge.git

BUGS AND LIMITATIONS

You can make new bug reports, and view existing ones, through the web interface at https://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.