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.