Re: [perl #130050] placement of use statement

2016-11-08 Thread mt1957
Hi Will, It is the MongoDB distribution in the file t/Test-support.pm6. It starts with; use v6.c; use MongoDB::Client; use MongoDB::Collection; use MongoDB::Server::Control; and throws an error at line 119; 119: method get-connection ( Int :$server = 1 --> MongoDB::Client ) { $serv

[perl #130050] placement of use statement

2016-11-08 Thread Will Coleda via RT
On Tue, 08 Nov 2016 04:42:32 -0800, mt1...@gmail.com wrote: > Hi, > > in rakudo 2016.10-249-gb84158c built on MoarVM version > 2016.10-37-gf769569 implementing Perl 6.c, I've seen the following problem. > > When a use statement was placed as the first one, the class was not > recognized and I g

[perl #130050] placement of use statement

2016-11-08 Thread via RT
# New Ticket Created by mt1957 # Please include the string: [perl #130050] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130050 > Hi, in rakudo 2016.10-249-gb84158c built on MoarVM version 2016.10-37-gf769569 implementing P