Hello Perl 6 users and developers!
I asked this in #perl6, but I wasn't getting a response there, so I
figured I would try here.
In the following code:
> use v6;
>
> class C {
> has Str $!dist-id;
>
> submethod BUILD(:$!dist-id) {}
> }
>
> my ( $build ) = C.can('BUILD');
> say $build.sig
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: 1903a509e3ac4fefbd769673e6a26eb84fee31fa
https://github.com/perl6/specs/commit/1903a509e3ac4fefbd769673e6a26eb84fee31fa
Author: jnthn
Date: 2015-12-18 (Fri, 18 Dec 2015)
Changed paths:
M S06-routines