Skip Menu |

This queue is for tickets about the Enbugger CPAN distribution.

Report information
The Basics
Id: 36580
Status: resolved
Priority: 0/
Queue: Enbugger

People
Owner: Nobody in particular
Requestors: RURBAN [...] cpan.org
Cc:
AdminCc:

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



Subject: chmod 0600 .perldb
t/20expect......perldb: Must not source insecure rcfile ./.perldb. You or the superuser must be the owner, and it must not be writable by anyone but its owner. -- Reini Urban
Subject: Enbugger-1.03.patch
difforig t/20expect.t diff -u t/20expect.t.orig t/20expect.t --- t/20expect.t.orig 2008-01-16 01:31:21.000000000 +0100 +++ t/20expect.t 2008-06-09 13:46:40.093750000 +0200 @@ -23,6 +23,7 @@ } close $rc or die "Can't flush .perldb: $!"; + chmod 0600, '.perldb'; system $^X, '-Mblib', $program; $? == 0 or die "Can't run $^X -Mblib $program: $?";
I think this is no longer relevant for Enbugger 2.000+. Closing the bug.