eisseven > tar xzf Test-Taint-1.04.tar.gz eisseven > cd Test-Taint-1.04 eisseven > perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Test::Taint eisseven > make cp Taint.pm blib/lib/Test/Taint.pm /usr/bin/perl /usr/lib/perl5/5.12.0/ExtUtils/xsubpp -typemap /usr/lib/perl5/5.12.0/ExtUtils/typemap Taint.xs > Taint.xsc && mv Taint.xsc Taint.c Please specify prototyping behavior for Taint.xs (see perlxs manual) cc -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPERL_USE_SAFE_PUTENV -O2 -DVERSION=\"1.04\" -DXS_VERSION=\"1.04\" -fPIC "-I/usr/lib/perl5/5.12.0/i686-linux-thread-multi/CORE" Taint.c In file included from Taint.xs:4: ppport.h:227:1: warning: "PERL_UNUSED_DECL" redefined In file included from Taint.xs:2: /usr/lib/perl5/5.12.0/i686-linux-thread-multi/CORE/perl.h:308:1: warning: this is the location of the previous definition Running Mkbootstrap for Test::Taint () chmod 644 Taint.bs rm -f blib/arch/auto/Test/Taint/Taint.so cc -shared -O2 Taint.o -o blib/arch/auto/Test/Taint/Taint.so \ \ chmod 755 blib/arch/auto/Test/Taint/Taint.so cp Taint.bs blib/arch/auto/Test/Taint/Taint.bs chmod 644 blib/arch/auto/Test/Taint/Taint.bs eisseven > make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00.load.t ............ 1/1 # Testing Test::Taint 1.04 t/00.load.t ............ ok t/no-dash-T.t .......... ok t/pod-coverage.t ....... ok t/pod.t ................ ok t/taint.t .............. ok t/taint_deeply.t ....... ok t/tainted.t ............ ok t/tainted_ok.t ......... ok t/tainted_ok_deeply.t .. ok All tests successful. Files=9, Tests=143, 1 wallclock secs ( 0.09 usr 0.05 sys + 0.73 cusr 0.04 csys = 0.91 CPU) Result: PASS