I have the Rakudo Star installation with HTTP::Easy in it. I was trying to play a bit
with the source code of HTTP::Easy, copied the HTTP/Easy.pm6 file to a private lib directory and the tried to launch a simple script using Bailador that uses HTTP::Easy. perl6 -Ilib sample.pl6 This is the error I got: ===SORRY!=== Missing or wrong version of dependency '/Users/gabor/rakudo-star-2014.12.1/install/languages/perl6/lib/HTTP/Easy.pm6' And I have not even changes Easy.pm6 file! What does this error mean and what else do I need to to in order to be able to use my own copy of this module? Gabor