develooper Front page | perl.perl6.users | Postings from November 2019

Re: FC31 can't find my module subs

Thread Previous | Thread Next
From:
ToddAndMargo via perl6-users
Date:
November 3, 2019 23:57
Subject:
Re: FC31 can't find my module subs
Message ID:
d79f5424-148e-dfc7-f76c-7292b6048f7d@zoho.com
On 11/3/19 3:15 PM, ToddAndMargo via perl6-users wrote:
> Hi All,
> 
> Help!
> 
> I just upgraded Fedora from 30 to 31.
> 
> I upgraded to rakudo-pkg-Fedora31-2019.07.1-03.x86_64.rpm
> from https://github.com/nxadm/rakudo-pkg/releases
> 
> Now P6 can not find my subs inside my modules:
> 
> # perl6 -I/home/linuxutil/p6lib -MPrintColors -e 'PrintGreen( "Hi\n" );'
>      ===SORRY!=== Error while compiling -e
>      Undeclared name:
>          PrintGreen used at line 1
> 
> [editorial comment] AAAAHHHHHHH!!!!! [/editorial comment]
> 
> The stock "rakudo" and "rakudo-zef" that resides in the
> Fedora repo's has the same issue.
> 
> Many thanks,
> -T


Have you guys changed the way you import things?  Does this
no longer work?

use lib '/home/linuxutil/p6lib';
use RunNoShell;
use X11Clipboard; ReadSecondaryClipboard ]
use CheckSystemDependancy;

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About