# New Ticket Created by  H. Merijn Brand 
# Please include the string:  [perl #125729]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=125729 >


This conflict showed when using two modules:

$ perl6 -e'use Slang::Tuxic; use Inline::Perl5;'
===SORRY!===
Merging GLOBAL symbols failed: duplicate definition of symbol HLL

and it boils down to

$ perl6 -e'use NQPHLL:from<NQP>; use NativeCall'
===SORRY!===
Merging GLOBAL symbols failed: duplicate definition of symbol HLL

This change happened between 20150623 (OK) and 20150713 (FAIL)

Reply via email to