Skip to content

Commit e340b18

Browse files
committed
Merge branch 'master' of github.com:perl6/doc
2 parents cd2bed6 + 70de3c2 commit e340b18

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

lib/Type/X/Does/TypeObject.pod

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,12 @@ The correct way to applies roles to type objects is at declaration time:
1515
1616
class GrassmannNumber does Numeric { ... }
1717
18+
=head1 Methods
19+
20+
=head2 method type
21+
22+
method type(X::Codes::TypeObject:D:) returns Mu:U
23+
24+
Returns the type object into which the code tried to mix in a role.
25+
1826
=end pod

util/sync-build-log

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
#!/bin/sh
22
rsync -az --delete html/build-log/ doc.perl6.org@www.p6c.org:/var/www/doc.perl6.org/build-log/
3+
false

0 commit comments

Comments
 (0)