Fixed by bbe2ffa17698594c6cf76f
> On 27 Jun 2015, at 21:49, (via RT) <perl6-bugs-follo...@perl.org> wrote:
>
> # New Ticket Created by
> # Please include the string: [perl #125495]
> # in the subject line of all future correspondence about this issue.
> # <URL: https://rt.perl.org/Ticket/Display.html?id=125495 >
>
>
> No file/line information given for this obsoletion warning:
>
> --cut here--
> class Test::More
> {
> sub new_ok( $class, \@args, $object_name ) is export { die
> "Unimplemented" }
> }
> --cut here--
>
> The error:
>
> --cut here--
> jgoff@Demeisen:~/Repositories/perl6-stub-modules$ perl6 ~/bug.pm
> Obsolete use of | or \ with sigil on param @args
> --cut here--