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

NAME

Padre::Plugin::Nopaste::Task

SYNOPSIS

DESCRIPTION

Async thread that does real nopaste

Standard Padre::Task API

In order not to freeze Padre during web access, nopasting is done in a thread, as implemented by Padre::Task. Refer to this module's documentation for more information.

The following methods are implemented:

  • prepare()

  • process()

  • run()

AUTHOR

Alexandr Ciornii, Jerome Quelin, <jquelin@cpan.org>

COPYRIGHT AND LICENSE

Copyright 2008-2010 The Padre development team as listed in Padre.pm.

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