Skip Menu |

This queue is for tickets about the Term-Twiddle CPAN distribution.

Report information
The Basics
Id: 35647
Status: new
Priority: 0/
Queue: Term-Twiddle

People
Owner: Nobody in particular
Requestors: omniflux [...] omniflux.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 2.71
Fixed in: (no value)



Subject: Term::Twiddle does not work in taint mode without Term::Size
Term::Twiddle does not work in taint mode without Term::Size #!/usr/bin/perl -T use Term::Twiddle; my $spinner = new Term::Twiddle; $spinner->start; Produces the following: Insecure dependency in `` while running with -T switch at /usr/local/share/perl/5.8.8/Term/Twiddle.pm line 163. But only if Term::Size is not installed.