Package: libautodie-perl / 2.29-2

Metadata

Package Version Patches format
libautodie-perl 2.29-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Fix a scoping issue with no autodie and the system s.patch | (download)

lib/Fatal.pm | 7 6 + 1 - 0 !
t/no-all.t | 22 22 + 0 - 0 !
t/no-default.t | 23 23 + 0 - 0 !
3 files changed, 51 insertions(+), 1 deletion(-)

 [patch] fix a scoping issue with "no autodie" and the "system" sub

Don't queue nonexisting subs for reinstalling later when
exiting the 'no autodie' scope.

FIXME: if the original sub 'can be undef for "CORE::" subs', does this
break for those? Is that the case when $symbol =~ /::/, as guarded for
on L566?

Bug: https://github.com/pjf/autodie/issues/69
Bug-Debian: https://bugs.debian.org/798096