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


Circular dependencies on modules are not detected anymore.

Golfed code;

File 1

   use v6;
   use Circ1;

File 2 (Circ1.pm6)

   use v6;
   use Circ2;

File 3 (Circ2.pm6)

   use v6;
   use Circ1;

This will bring the computer to its knees!

When installing the new version it seems that the bug is there for a 
month or longer: ...
Perl6 version 2015.10-206-gca7ed86 built on MoarVM version 
2015.10-56-g9fd3005
Perl6 version 2015.11-5-g08a804c built on MoarVM version 2015.11

Greetings,
Marcel Timmerman


Reply via email to