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)

Reply via email to