cvs commit: modperl-2.0/t/lib/TestCommon Utils.pm

2004-11-01 Thread stas
stas2004/11/01 15:31:02 Modified:t/lib/TestCommon Utils.pm Log: - more efficient version of is_tainted (no data allocated) - apparently the workaround for the problem with eval {} with perl5.8.0/setgid can be replaced with 'use warnings FATAL => 'all';' Revision Changes

cvs commit: modperl-2.0/t/lib/TestCommon Utils.pm

2004-10-18 Thread stas
stas2004/10/18 19:48:40 Modified:t/lib/TestCommon Utils.pm Log: perl 5.6.0 still wants at least one char to trigger taint protections Revision ChangesPath 1.5 +5 -3 modperl-2.0/t/lib/TestCommon/Utils.pm Index: Utils.pm ===

cvs commit: modperl-2.0/t/lib/TestCommon Utils.pm

2004-10-18 Thread stas
stas2004/10/18 16:21:07 Modified:t/lib/TestCommon Utils.pm Log: - perl 5.8.0 (only) croaks on eval {} block at compile time when it thinks the application is setgid. workaround: that's why we need to shutdown compile time errors for this function - also pick up the simpler

cvs commit: modperl-2.0/t/lib/TestCommon Utils.pm

2004-10-17 Thread stas
stas2004/10/17 19:26:04 Modified:t/lib/TestCommon Utils.pm Log: the append of " " is crucial with older Perls (5.6), which won't consider a scalar with PV = ""\0 as tainted, even though it has the taint magic attached Revision ChangesPath 1.3 +4 -1 modp

cvs commit: modperl-2.0/t/lib/TestCommon Utils.pm

2004-09-30 Thread stas
stas2004/09/30 20:05:04 Added: t/lib/TestCommon Utils.pm Log: start working to remove code duplicates, moving them into a library - add is_tainted function Revision ChangesPath 1.1 modperl-2.0/t/lib/TestCommon/Utils.pm Index: Utils.pm =