When I try to debug perl programs, I get the following message:
Use of uninitialized value in subroutine dereference at (null) line 1.
perl5db.pl did not return a true value.
BEGIN failed--compilation aborted.
Stephan Ruehl
Debugger
v0.6.x
Public
|
Date: 2012-06-11 04:48:09 PDT Installing PathTools 3.39.1 fixed the problem for me. |
|
Date: 2012-04-17 06:27:27 PDT > How about perl -e 'use Cwd; print $Cwd::VERSION' |
|
Date: 2012-04-17 05:14:36 PDT How about perl -e 'use Cwd; print $Cwd::VERSION' |
|
Date: 2012-04-17 05:08:30 PDT In response to jploski, when I do perl -v, I get: |
|
Date: 2012-04-17 04:43:43 PDT https://rt.cpan.org/Public/Bug/Display.html?id=56225 |
|
Date: 2012-04-17 04:26:26 PDT Nevermind my comment of 2012-04-03. |
|
Date: 2012-04-03 05:02:00 PDT I have that same problem on Win32. Looking at C:/Perl/lib/Cwd.pm, I see |
|
Date: 2010-12-06 03:48:35 PST It's not really a major bug because of the trivial workaround that can be |
|
Date: 2010-12-06 03:38:22 PST I still cannot believe this is not resolved are we so few people using epic |
|
Date: 2010-09-16 02:43:53 PDT Yes editing just the cwd file to remove eval works, thanks |
|
Date: 2010-08-06 13:56:48 PDT Adding Perl's 'lib' directory to a project's include path is definitely a |
|
Date: 2010-06-22 02:43:32 PDT Modifying Cwd.pm has NOT worked for me but including path 'C:\Perl\lib' in |
|
Date: 2010-05-08 12:16:41 PDT I encountered this problem using Fedora. My problem was a hosts/hostname |
|
Date: 2010-04-02 05:46:03 PDT I created a ticket for PathTools regarding this bug: |
|
Date: 2010-03-19 07:55:31 PDT same as i upgraded to perl 5.10.1 build 1007. editing Cwd package fixes |
|
Date: 2010-03-09 15:42:23 PST Damn, I forgot to emphasize in my previous post, that my main and only aim |
|
Date: 2010-03-09 15:40:47 PST Hi |
|
Date: 2010-02-13 03:32:31 PST last comment was me (forgot to login) |
|
Date: 2010-02-13 03:31:31 PST Modifing Cwd.pm also worked for me. Are there going to be any problems |
|
Date: 2010-02-11 03:29:33 PST Fixing Cwd.pm and deleting Perl\lib from the Perl Include Path works for me |
|
Date: 2010-02-11 00:39:10 PST gkello, good point, I did find that after modifying my include path |
|
Date: 2010-02-10 23:45:43 PST Note that epic has it's own, a little bit modified, copy of perl5db.pl in |
|
Date: 2010-02-10 20:58:49 PST Thanks gkello and edvin, your fixes both worked for me, using ActiveState |
|
Date: 2010-02-10 11:45:01 PST Hi, |
|
Date: 2010-02-08 01:08:19 PST Including the path to the perl5db.pl file (Perl\lib directory) to the Perl |
|
Date: 2010-02-08 00:39:55 PST I installed PadWalker with: |
|
Date: 2010-02-02 23:33:37 PST It started to happen to me if I upgarde Cwd package from 3.30 -> 3.31 |
|
Date: 2009-12-30 02:02:30 PST It happens to me too. Only recent I found that the problem is that I |
|
Date: 2009-12-01 15:41:58 PST Windows, ActivePerl 5.10.1 (several different builds), local scripts, not |