Skip to content

Commit

Permalink
Merge branch 'master' of github.com:perl6/doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Cochrane committed Feb 6, 2015
2 parents cd2bed6 + 70de3c2 commit e340b18
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/Type/X/Does/TypeObject.pod
Expand Up @@ -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
1 change: 1 addition & 0 deletions 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

0 comments on commit e340b18

Please sign in to comment.