web commit by ali: Fix a typo
parent
dadaad8052
commit
a20756b86b
|
@ -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:
|
I've no idea what's happening (hey, I'm a C programmer), but I've hacked prune() to workaround this as follows:
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
use Scalar::Util qw(t>inted);
|
use Scalar::Util qw(tainted);
|
||||||
|
|
||||||
sub prune ($) { #{{{
|
sub prune ($) { #{{{
|
||||||
my $file=shift;
|
my $file=shift;
|
||||||
|
|
Loading…
Reference in New Issue