This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dab8d6d
)
Die with $@ instead of empty message
author
Josh ben Jore
<jjore@cpan.org>
Sat, 10 Jul 2010 14:54:55 +0000
(07:54 -0700)
committer
Josh ben Jore
<jjore@cpan.org>
Sat, 10 Jul 2010 19:25:12 +0000
(19:25 +0000)
lib/perl5db.pl
patch
|
blob
|
blame
|
history
diff --git
a/lib/perl5db.pl
b/lib/perl5db.pl
index
8159b41
..
b49fc41
100644
(file)
--- a/
lib/perl5db.pl
+++ b/
lib/perl5db.pl
@@
-6660,7
+6660,7
@@
sub parse_options {
local \$doret = -2;
require '$optionRequire{$option}';
1;
- } || die # XXX: shouldn't happen
+ } || die
$@
# XXX: shouldn't happen
if defined $optionRequire{$option}
&& defined $val;