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

NAME

Padre::Plugin::Nopaste::Task - NoPaste plugin for Padre, The Perl IDE.

VERSION

version: 0.08

SYNOPSIS

Perform the Nopaste Task as a background Job, help to keep Padre sweet.

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:

METHODS

  • new()

    default Padre Task constructor, see Padre::Task POD

  • run()

    This is where all the work is done.

BUGS AND LIMITATIONS

None known.

DEPENDENCIES

Padre::Task, App::Nopaste

SEE ALSO

See Padre::Plugin::Nopaste.

AUTHOR

See Padre::Plugin::Nopaste

CONTRIBUTORS

See Padre::Plugin::Nopaste

COPYRIGHT

See Padre::Plugin::Nopaste

LICENSE

See Padre::Plugin::Nopaste