Task::WWW::Pastebin - a bundle of WWW::Pastebin::* modules


Task-WWW-Pastebin documentation Contained in the Task-WWW-Pastebin distribution.

Index


Code Index:

NAME

Top

Task::WWW::Pastebin - a bundle of WWW::Pastebin::* modules

BUNDLE CONTENTS

Top

    'WWW::Pastebin::Bot::Pastebot::Create'      => 0.001,
    'WWW::Pastebin::Many::Retrieve'             => 0.002,
    'WWW::Pastebin::NoMorePastingCom::Retrieve' => 0.001,
    'WWW::Pastebin::NoPasteCom::Create'         => 0.0102,
    'WWW::Pastebin::PastebinCa::Create'         => 0.001,
    'WWW::Pastebin::PastebinCa::Retrieve'       => 0.003,
    'WWW::Pastebin::PastebinCom::Create'        => 0.003,
    'WWW::Pastebin::PastebinCom::Retrieve'      => 0.002,
    'WWW::Pastebin::PastieCabooSe::Retrieve'    => 0.001,
    'WWW::Pastebin::PhpfiCom::Create'           => 0.001,
    'WWW::Pastebin::PhpfiCom::Retrieve'         => 0.001,
    'WWW::Pastebin::RafbNet::Create'            => 0.001,
    'WWW::Pastebin::RafbNet::Retrieve'          => 0.001,
    'WWW::Pastebin::UbuntuNlOrg::Retrieve'      => 0.001,

AUTHOR

Top

Zoffix Znet, <zoffix at cpan.org> (http://zoffix.com, http://haslayout.net, http://mind-power-book.com)

BUGS

Top

Please report any bugs or feature requests to bug-task-www-pastebin at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Task-WWW-Pastebin. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

Top

You can find documentation for this module with the perldoc command.

    perldoc Task::WWW::Pastebin

You can also look for information at:

* RT: CPAN's request tracker

http://rt.cpan.org/NoAuth/Bugs.html?Dist=Task-WWW-Pastebin

* AnnoCPAN: Annotated CPAN documentation

http://annocpan.org/dist/Task-WWW-Pastebin

* CPAN Ratings

http://cpanratings.perl.org/d/Task-WWW-Pastebin

* Search CPAN

http://search.cpan.org/dist/Task-WWW-Pastebin

COPYRIGHT & LICENSE

Top


Task-WWW-Pastebin documentation Contained in the Task-WWW-Pastebin distribution.

package Task::WWW::Pastebin;

use warnings;
use strict;

our $VERSION = '0.002';


1;
__END__