cvs commit: modperl-2.0/lib/Apache Build.pm

2004-11-01 Thread stas
stas2004/11/01 15:52:20 Modified:lib/Apache Build.pm Log: - sort the keys of Apache::BuildConfig so it's easier to study and compare bug reports - compress a bit the Data::Dumper dump Revision ChangesPath 1.187 +6 -2 modperl-2.0/lib/Apache/Build.pm I

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