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

|$plan in UsingPerl6-draft.pdf #3544

Closed
p6rt opened this issue Oct 6, 2014 · 4 comments
Closed

|$plan in UsingPerl6-draft.pdf #3544

p6rt opened this issue Oct 6, 2014 · 4 comments

Comments

@p6rt
Copy link

p6rt commented Oct 6, 2014

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

Searchable as RT122915$

@p6rt
Copy link
Author

p6rt commented Oct 6, 2014

From songwentai@linuxdeepin.com

UsingPerl6-draft.pdf Page 46
4.7.2 Captures In Signatures
run the code can see this message "Obsolete use of | or \ with sigil on param $plan",writing |plan rather than |$plan.

sub visit-czechoslovakia(|plan){
  warn "Sorry, this country has been deprecated.";
  visit-slovakia(|plan);
  visit-czech-republic(|plan);
}

@p6rt
Copy link
Author

p6rt commented Dec 18, 2014

From @usev6

On Mon Oct 06 00​:45​:33 2014, songwentai@​linuxdeepin.com wrote​:

UsingPerl6-draft.pdf Page 46
4.7.2 Captures In Signatures
run the code can see this message "Obsolete use of | or \ with sigil
on param $plan",writing |plan rather than |$plan.

sub visit-czechoslovakia(|plan){
warn "Sorry, this country has been deprecated.";
visit-slovakia(|plan);
visit-czech-republic(|plan);
}

This is fixed now​: Raku/book@c17efab

Thanks for reporting!

@p6rt
Copy link
Author

p6rt commented Dec 18, 2014

The RT System itself - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Dec 18, 2014

@usev6 - Status changed from 'open' to 'resolved'

@p6rt p6rt closed this as completed Dec 18, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant