perl debugg with taint mode is not working in perl-5.10.1

2010-07-14 Thread swamy sangamesh
Hi All, We update the perl from 5.8.8 to 5.10.1 in AIX, when we use perl debug with taint mode using -dT then we are getting following error Insecure dependency in eval while running with -T switch at /usr/opt/perl5/lib/5.10.1/aix-thread-multi/File/Glob.pm line 96. we are not getting any error i

perl debugger+taint mode issue in 5.10.0, 5.10.1 5.12.1, no issue in 5.8.8

2010-08-03 Thread swamy sangamesh
Hi All, I got the scenario where perl debugger with taint mode is failing. I am using below .pm amd .xs file for testing $ cat *Mytest.pm* #!/usr/bin/perl -wT package Mytest; use XSLoader (); BEGIN { XSLoader::load('Mytest'); } BEGIN { XSLoader::load('Mytest'); my $var = defined($0)?

Fwd: perl debugger+taint mode issue in 5.10.0, 5.10.1 5.12.1, no issue in 5.8.8

2010-08-05 Thread swamy sangamesh
Hi All, Looks like this is happening if we have two BEGIN blocks and glob() is called. No issue is seen if we have only one BEGIN block. -- Forwarded message -- From: swamy sangamesh Date: Tue, Aug 3, 2010 at 4:59 PM Subject: perl debugger+taint mode issue in 5.10.0, 5.10.1