We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd2bed6 + 70de3c2 commit e340b18Copy full SHA for e340b18
lib/Type/X/Does/TypeObject.pod
@@ -15,4 +15,12 @@ The correct way to applies roles to type objects is at declaration time:
15
16
class GrassmannNumber does Numeric { ... }
17
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
26
=end pod
util/sync-build-log
@@ -1,2 +1,3 @@
1
#!/bin/sh
2
rsync -az --delete html/build-log/ doc.perl6.org@www.p6c.org:/var/www/doc.perl6.org/build-log/
3
+false
0 commit comments