Subject: | Unnecessary "use threads"? |
Graphics::Framebuffer has "use threads" and "use threads::shared" statements, but it seems that threads are not used at all in the module. The only usages of threads according to http://search.cpan.org/grep?cpanid=RKELSCH&release=Graphics-Framebuffer-5.45&string=threads&i=1&n=1&C=0 are in example scripts.
So I think you can remove these two statements. This would also fix the test failures for non-threaded perls: http://matrix.cpantesters.org/?dist=Graphics-Framebuffer%205.45