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


Given a Bar.pm containing:

  EVAL ''

And a Foo.pm containing

  use Bar;

When running perl6 -MFoo -e0 I'm getting an error

Missing or wrong version of dependency '/home/leon/Code/rakudo/Foo.pm'
(from '/home/leon/Code/rakudo/Foo.pm'), which suggests it get confused and
now things it is its own dependency.


Leon

Reply via email to