Re-installation of Perl 6 (Rakudo Star) via rakudobrew on Linux

2015-03-24 Thread Tom Browder
I installed the 2015.02 version of Perl 6 (Rakudo Star) by following these instructions on the perl6.org site: To install Rakudo and Panda using rakudobrew: rakudobrew build moar rakudobrew build-panda Finally, install Task::Star. This will install all the modules that are shipped with the Ra

Re: Re-installation of Perl 6 (Rakudo Star) via rakudobrew on Linux

2015-03-24 Thread Tom Browder
On Tue, Mar 24, 2015 at 10:44 AM, Steve Mynott wrote: > The easiest thing is to delete everything and start again. Well, one reason to delete and start over is this time panda had changed paths so I was using the old panda. But now, even with the new panda, I still get the failed tests for LWP::

Re: Re-installation of Perl 6 (Rakudo Star) via rakudobrew on Linux

2015-03-24 Thread Tom Browder
On Tue, Mar 24, 2015 at 12:10 PM, Tom Browder wrote: > I guess a bug report is in order. Maybe I'll ask on #perl6. A bug report is in order because I didn't get that failure with the previous version. -Tom