NAME
Padre::Plugin::Nopaste::Task - Padre, The Perl IDE.
VERSION
version 0.50
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
For all related information (bug reporting, source code repository, etc.), refer to Padre::Plugin::Nopaste.
AUTHOR
Kevin Dawson <bowtie@cpan.org>
Jerome Quelin, <jquelin@cpan.org>
Alexandr Ciornii,
COPYRIGHT AND LICENSE
Copyright 2008-2012 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.