NAME
ProgressMonitor::Stringify::Field::Spinner - a field implementation that renders progress as a spinner.
SYNOPSIS
# call someTask and give it a monitor to call us back
#
my $spinner = ProgressMonitor::Stringify::Fields::Spinner->new;
someTask(ProgressMonitor::Stringify::ToStream->new({fields => [ $spinner ]});
DESCRIPTION
This is a fixed size field representing progress as sequence of strings to display while work is progressing.
Inherits from ProgressMonitor::Stringify::Fields::AbstractField.
METHODS
AUTHOR
Kenneth Olwing, <knth at cpan.org>
BUGS
I wouldn't be surprised! If you can come up with a minimal test that shows the problem I might be able to take a look. Even better, send me a patch.
Please report any bugs or feature requests to bug-progressmonitor at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=ProgressMonitor. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find general documentation for this module with the perldoc command:
perldoc ProgressMonitor
ACKNOWLEDGEMENTS
Thanks to my family. I'm deeply grateful for you!
COPYRIGHT & LICENSE
Copyright 2006,2007 Kenneth Olwing, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.