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 4, 2019 13:11
Subject:
Re: FC31 can't find my module subs
Message ID:
d195485c-8a11-fb61-dc63-0ae3b3d6c6dc@zoho.com
On 11/4/19 4:59 AM, Tom Browder wrote:
> On Mon, Nov 4, 2019 at 06:52 ToddAndMargo via perl6-users 
> <perl6-users@perl.org <mailto:perl6-users@perl.org>> wrote:
> ...
> 
> Okay, that's sounding more like an FC/package interface issue. I'm going 
> to check my latest build of Rakudo against our little test sandbox and 
> see what happens.
> 
> In the meantime, why don't you try putting my original test command 
> inside a file and run it as a script and see how that works.
> 
> -Tom

[root@rn6 mytest]# cat test.pl6
#!/usr/bin/env perl6
use lib <lib>;
use A :A; A

[root@rn6 mytest]# test.pl6
WARNINGS for /home/linuxutil/mytest/./test.pl6:
Useless use of constant value A in sink context (line 3)


And too much information:

[root@rn6 mytest]# cat test.pl6
#!/opt/rakudo-pkg/bin/perl6
use lib <lib>;
use A :A; A

[root@rn6 mytest]# test.pl6
WARNINGS for /home/linuxutil/mytest/./test.pl6:
Useless use of constant value A in sink context (line 3)

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