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

version 0.007

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();

This distribution comes with two modules:

The project homepage is http://p3rl.org/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/.

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

You can make new bug reports, and view existing ones, through the web interface at https://github.com/doherty/WWW-Pastebin-Sprunge/issues.

Mike Doherty <doherty@cpan.org>

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.