Skip to content
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

'use vN.N' with versions > 6.0 aren't rejected as too futuristic in Rakudo #2283

Closed
p6rt opened this issue Dec 2, 2010 · 3 comments
Closed
Labels

Comments

@p6rt
Copy link

p6rt commented Dec 2, 2010

Migrated from rt.perl.org#80126 (status was 'resolved')

Searchable as RT80126$

@p6rt
Copy link
Author

p6rt commented Dec 2, 2010

From @masak

<masak> rakudo​: use v6; say "alive"
<p6eval> rakudo : OUTPUT«alive␤»
<masak> rakudo​: use v7; say "alive"
<p6eval> rakudo : OUTPUT«alive␤»
* masak submits rakudobug
<oha> rakudo​: use v5; say "alive"
<p6eval> rakudo : OUTPUT«alive␤»
<masak> oha​: that's fine.
<masak> rakudo​: use v6.1; say "alive"
<p6eval> rakudo : OUTPUT«alive␤»
<masak> that isn't.

@p6rt
Copy link
Author

p6rt commented Jan 6, 2011

From @Kodiologist

Fixed in 337f199ef8.

$ ./perl6 -e 'use v6.1;'
===SORRY!===
Perl v6.1 required--this is only v6 at line 1, near ";"

@p6rt
Copy link
Author

p6rt commented Jan 6, 2011

@Kodiologist - Status changed from 'new' to 'resolved'

@p6rt p6rt closed this as completed Jan 6, 2011
@p6rt p6rt added the Bug label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant