Skip to content
This repository was archived by the owner on Dec 11, 2024. It is now read-only.

Commit 406e20c

Browse files
committed
skip_backref_sv for EXPORT_FAIL
We should not try to save Exporter::EXPORT_FAIL Refs: CPANEL-42007 (cherry picked from commit 5fe9e32) Signed-off-by: Nicolas Rochelemagne <[email protected]>
1 parent bbab437 commit 406e20c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/B/C/OverLoad/B/AV.pm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ sub skip_backref_sv {
6767
return 1 if $name =~ m/::(?:bootstrap)$/;
6868
return 1 unless key_was_in_starting_stash($name);
6969

70+
# do not save backref for EXPORT_FAIL
71+
return 1 if $name =~ m/::(?:EXPORT_FAIL)$/;
72+
7073
return;
7174
}
7275

0 commit comments

Comments
 (0)