Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add IPC and MOP to index
  • Loading branch information
Altai-man committed Jul 19, 2016
1 parent 937be87 commit 5c26823
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/Language/ipc.pod6
Expand Up @@ -4,6 +4,8 @@
=SUBTITLE Programs running other programs and communicating with them
X<|IPC>
=head1 X<running|running programs>
Many programs need to be able to run other programs. Running a program in Perl 6
Expand Down
2 changes: 2 additions & 0 deletions doc/Language/mop.pod6
Expand Up @@ -4,6 +4,8 @@
=SUBTITLE Introspection and the Perl 6 Object System
X<|MOP>
Perl 6 is built on a meta object layer. That means that there are objects
(the I<meta objects>) that control how various object-oriented constructs
(such as classes, roles, methods, attributes, enums, ...) behave.
Expand Down

0 comments on commit 5c26823

Please sign in to comment.