Skip Menu |

This queue is for tickets about the File-Slurp CPAN distribution.

Report information
The Basics
Id: 66521
Status: resolved
Priority: 0/
Queue: File-Slurp

People
Owner: Nobody in particular
Requestors: jpierce [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 9999.13
Fixed in: (no value)



Subject: list taint speed
Not sure if you received my email, so here's a ticket. A suitable way to recover some speed while supporting tainted list slurping might be: if list mode if $^T && ! eval "use Taint::Util" banana split else previous RE method map { taint } @lines if $^T; Note that Scaffidi looked at the code (it is very minimal XS), and Taint::Util should presumably work on any Perl with taint.
use re 'taint' was the solution i needed for tainted list speedup.