-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Things that are not SixModelObjects leak out of BEGIN blocks which end with a require in Rakudo #2809
Comments
From @masak<harmil> r: BEGIN { require Test } |
From @pmichaudI'm guessing the bug is that 'require' (without an expression) ends up pmichaud@kiwi:~/p6/rakudo$ ./perl6 Pm |
The RT System itself - Status changed from 'new' to 'open' |
From @jnthnOn Mon Jul 02 15:49:06 2012, masak wrote:
Fixed: perl6 -Ilib -e "BEGIN { require Test }" Tagging testneeded. /jnthn |
From @cokeOn Sun Aug 05 09:45:23 2012, jnthn@jnthn.net wrote:
Switched S11-modules/require.t to use this construct to load Test.pm. Closing ticket. -- |
@coke - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#113956 (status was 'resolved')
Searchable as RT113956$
The text was updated successfully, but these errors were encountered: