Re: Bug: pm and pm6 get mixed up

2019-04-24 Thread ToddAndMargo via perl6-users
On Tue, Apr 23, 2019 at 9:33 PM ToddAndMargo via perl6-users mailto:perl6-us...@perl.org>> wrote: Hi All, I found out the hard way after upgrading Perl 6 $ perl6 -v This is Rakudo version 2019.03 built on MoarVM version 2019.03 implementing Perl 6.d. That 2019.03 can n

Re: Bug: pm and pm6 get mixed up

2019-04-24 Thread yary
Is this from having your own p5 and p6 modules in the same directory? Seems like separating them into p5lib, p6lib directories is a quick solution. If you have been pointing both zef and cpan to install in the same directory, no easy answer comes to mind. Maybe there's a way to adjust what rakudo

Bug: pm and pm6 get mixed up

2019-04-23 Thread ToddAndMargo via perl6-users
Hi All, I found out the hard way after upgrading Perl 6 $ perl6 -v This is Rakudo version 2019.03 built on MoarVM version 2019.03 implementing Perl 6.d. That 2019.03 can no longer tell the difference between Perl 5 modules (*.pm) and Perl 6 modules (*.pm6) and will read in the Perl 5 module and