Skip Menu |

This queue is for tickets about the Toolkit CPAN distribution.

Report information
The Basics
Id: 28427
Status: new
Priority: 0/
Queue: Toolkit

People
Owner: Nobody in particular
Requestors: y-omae [...] is.naist.jp
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Fatal Error with -T switch
Date: Mon, 23 Jul 2007 12:49:22 +0900
To: bug-Toolkit [...] rt.cpan.org
From: "OHMAE Yuki" <y-omae [...] is.naist.jp>
Greetings, Maybe it's not a Toolkit's problem, but please advise me if possible. First I prepared ./Toolkit/Macros/ALWAYS/PBP.pm. Next I executed the following perl script: #!/usr/bin/perl -T use lib qw( . ); # For deleted . from @INC with -T use Toolkit; ... and I see an error message: Insecure dependency in chdir while running with -T switch at /usr/perl5/5.8.4/lib/File/Find.pm line 741. Representing the current directory as the absolute path makes no difference. Some details: Toolkit-0.0.2, perl 5.8.4 uname -a: SunOS rayserv46.naist.jp 5.10 Generic_118833-24 sun4u sparc SUNW,Sun-Fire-V490 (And also reproduced in perl 5.8.8, Windows XP) Regards, -- my $name = 'OHMAE Yuki'; my $mail_addr = 'y-omae@is.naist.jp'; our $ORGANIZATION = 'NARA INSTITUTE of SCIENCE and TECHNOLOGY'; our $LABORATORY = 'Laboratory for Systems Biology';