diff --git a/lib/Type/X/Does/TypeObject.pod b/lib/Type/X/Does/TypeObject.pod index 3684c73f3..7dd83befe 100644 --- a/lib/Type/X/Does/TypeObject.pod +++ b/lib/Type/X/Does/TypeObject.pod @@ -15,4 +15,12 @@ The correct way to applies roles to type objects is at declaration time: class GrassmannNumber does Numeric { ... } +=head1 Methods + +=head2 method type + + method type(X::Codes::TypeObject:D:) returns Mu:U + +Returns the type object into which the code tried to mix in a role. + =end pod diff --git a/util/sync-build-log b/util/sync-build-log index 31ab808b6..3593c54ba 100755 --- a/util/sync-build-log +++ b/util/sync-build-log @@ -1,2 +1,3 @@ #!/bin/sh rsync -az --delete html/build-log/ doc.perl6.org@www.p6c.org:/var/www/doc.perl6.org/build-log/ +false