web commit by ali: Fix a typo

master
joey 2007-08-21 06:23:07 +00:00
parent dadaad8052
commit a20756b86b
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ BEGIN failed--compilation aborted at (eval 5) line 130.
I've no idea what's happening (hey, I'm a C programmer), but I've hacked prune() to workaround this as follows:
<pre>
use Scalar::Util qw(t>inted);
use Scalar::Util qw(tainted);
sub prune ($) { #{{{
my $file=shift;