New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First Perl_croak() fails under -d #388
Comments
From hansm@icgned.icgroup.nlThe first time Perl tries to croak while running under -d, the message main::(-e:1): 0 DB<2> $a = < Perl_croak() call DB::dbdie; this in turn calls Carp::longmess. The first Workaround: setenv PERL5DB 'BEGIN { require Carp::Heavy; require "perl5db.pl"; }' -- HansM Perl Info
|
Migrated from rt.perl.org#1223 (status was 'resolved')
Searchable as RT1223$
The text was updated successfully, but these errors were encountered: