eisseven > tar xzf Devel-Leak-0.03.tar.gz eisseven > cd Devel-Leak-0.03 eisseven > perl Makefile.PL This perl is not compiled with -DDEBUGGING - functions restricted Checking if your kit is complete... Looks good Writing Makefile for Devel::Leak eisseven > make cp Leak.pm blib/lib/Devel/Leak.pm /usr/bin/perl /usr/lib/perl5/5.12.0/ExtUtils/xsubpp -typemap /usr/lib/perl5/5.12.0/ExtUtils/typemap -typemap typemap Leak.xs > Leak.xsc && mv Leak.xsc Leak.c 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=\"0.03\" -DXS_VERSION=\"0.03\" -fPIC "-I/usr/lib/perl5/5.12.0/i686-linux-thread-multi/CORE" Leak.c Leak.xs:15:1: warning: "sv_dump" redefined In file included from /usr/lib/perl5/5.12.0/i686-linux-thread-multi/CORE/perl.h:954, from Leak.xs:8: /usr/lib/perl5/5.12.0/i686-linux-thread-multi/CORE/embed.h:3365:1: warning: this is the location of the previous definition Running Mkbootstrap for Devel::Leak () chmod 644 Leak.bs rm -f blib/arch/auto/Devel/Leak/Leak.so cc -shared -O2 Leak.o -o blib/arch/auto/Devel/Leak/Leak.so \ \ chmod 755 blib/arch/auto/Devel/Leak/Leak.so cp Leak.bs blib/arch/auto/Devel/Leak/Leak.bs chmod 644 blib/arch/auto/Devel/Leak/Leak.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/basic.t .. 1/3 new 0x816f290 : new 0x816f2c0 : t/basic.t .. ok All tests successful. Files=1, Tests=3, 0 wallclock secs ( 0.04 usr 0.00 sys + 0.04 cusr 0.03 csys = 0.11 CPU) Result: PASS