Re: CompUnit::Repository::Perl5 ???

2022-08-09 Thread ToddAndMargo via perl6-users
On 9 Aug 2022, at 06:19, ToddAndMargo via perl6-users wrote: $ raku -Msigpipe -e 'loop { say "y"}' | sed 3q ===SORRY!=== Error while compiling -e Could not find sigpipe in: /home/tony/.raku /opt/rakudo-pkg/share/perl6/site /opt/rakudo-pkg/share/perl6/vendor /opt/rakudo-pkg/sh

Re: CompUnit::Repository::Perl5 ???

2022-08-09 Thread Elizabeth Mattijsen
> On 9 Aug 2022, at 09:24, ToddAndMargo via perl6-users > wrote: >>> On 9 Aug 2022, at 06:19, ToddAndMargo via perl6-users >>> wrote: >>> >>> $ raku -Msigpipe -e 'loop { say "y"}' | sed 3q >>> ===SORRY!=== Error while compiling -e >>> Could not find sigpipe in: >>>/home/tony/.raku >>>/

Re: CompUnit::Repository::Perl5 ???

2022-08-09 Thread ToddAndMargo via perl6-users
On 8/9/22 00:56, Elizabeth Mattijsen wrote: On 9 Aug 2022, at 09:24, ToddAndMargo via perl6-users wrote: On 9 Aug 2022, at 06:19, ToddAndMargo via perl6-users wrote: $ raku -Msigpipe -e 'loop { say "y"}' | sed 3q ===SORRY!=== Error while compiling -e Could not find sigpipe in: /home/ton

Re: CompUnit::Repository::Perl5 ???

2022-08-09 Thread ToddAndMargo via perl6-users
On 8/9/22 00:56, Elizabeth Mattijsen wrote: On 9 Aug 2022, at 09:24, ToddAndMargo via perl6-users wrote: On 9 Aug 2022, at 06:19, ToddAndMargo via perl6-users wrote: $ raku -Msigpipe -e 'loop { say "y"}' | sed 3q ===SORRY!=== Error while compiling -e Could not find sigpipe in: /home/ton

Re: CompUnit::Repository::Perl5 ???

2022-08-09 Thread Elizabeth Mattijsen
Good chance it will if: a. that works in plain Perl b. you have Inline::Perl5 installed c. you do "use Net::FTP:from" d. you change -> to . > On 9 Aug 2022, at 11:46, ToddAndMargo via perl6-users > wrote: > > On 8/9/22 00:56, Elizabeth Mattijsen wrote: >>> On 9 Aug 2022, at 09:24, ToddAndMargo

Re: CompUnit::Repository::Perl5 ???

2022-08-09 Thread ToddAndMargo via perl6-users
On 8/9/22 03:09, Elizabeth Mattijsen wrote: Good chance it will if: a. that works in plain Perl b. you have Inline::Perl5 installed c. you do "use Net::FTP:from" d. you change -> to . Thank you! I always had fit trying to understand Perl 5's OOP and a lot of guys tried to get me to use it.

I can't 'zef uninstall' old versions of modules anymore

2022-08-09 Thread Fernando Santagata
Hello, I'm trying to uninstall old versions of some modules; it looks like it's working but in reality it isn't. For example, but it's not limited to just this module: $ zef list --installed|grep CBOR ===> Found via /opt/rakudo-pkg/share/perl6/core ===> Found via /home/nando/.raku CBOR::Simple:ve

Re: I can't 'zef uninstall' old versions of modules anymore

2022-08-09 Thread Elizabeth Mattijsen
> On 9 Aug 2022, at 13:53, Fernando Santagata wrote: > > Hello, > > I'm trying to uninstall old versions of some modules; it looks like it's > working but in reality it isn't. For example, but it's not limited to just > this module: > > $ zef list --installed|grep CBOR > ===> Found via /opt/r

Re: I can't 'zef uninstall' old versions of modules anymore

2022-08-09 Thread Fernando Santagata
On Tue, Aug 9, 2022 at 2:13 PM Elizabeth Mattijsen wrote: > > On 9 Aug 2022, at 13:53, Fernando Santagata > wrote: > > > > Hello, > > > > I'm trying to uninstall old versions of some modules; it looks like it's > working but in reality it isn't. For example, but it's not limited to just > this m

Re: I can't 'zef uninstall' old versions of modules anymore

2022-08-09 Thread Elizabeth Mattijsen
> On 9 Aug 2022, at 15:10, Fernando Santagata wrote: > > On Tue, Aug 9, 2022 at 2:13 PM Elizabeth Mattijsen wrote: > > On 9 Aug 2022, at 13:53, Fernando Santagata > > wrote: > > > > Hello, > > > > I'm trying to uninstall old versions of some modules; it looks like it's > > working but in