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

Pod documents inner subroutines as well #2805

Closed
p6rt opened this issue Jul 1, 2012 · 3 comments
Closed

Pod documents inner subroutines as well #2805

p6rt opened this issue Jul 1, 2012 · 3 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Jul 1, 2012

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

Searchable as RT113924$

@p6rt
Copy link
Author

p6rt commented Jul 1, 2012

From @tadzik

# code​:
use Test;

#= a nice subroutine
sub foo {
  sub bar {
  }
}

is &foo.WHY.content, 'a nice subroutine';

isnt foo().WHY.content, 'a nice subroutine';

# result​:
ok 1 -
not ok 2 -

# compiler​:
This is perl6 version 2012.06-46-g9394f7d built on parrot 4.5.0 revision
RELEASE_4_5_0-2-g870463a

# expected result​: both tests should pass

@p6rt
Copy link
Author

p6rt commented Aug 30, 2014

From @hoelzro

This is resolved as of the S26-WHY merge (bf1b4db5168f0cd2db35df0c298fe3e593e8abda)

@p6rt
Copy link
Author

p6rt commented Aug 30, 2014

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

@p6rt p6rt closed this as completed Aug 30, 2014
@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