Skip to content

Commit

Permalink
Fixed pods syntax.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.perl.org/parrot/trunk/languages/perl6@12197 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
ambs committed Apr 12, 2006
1 parent c13e960 commit 0d1a5ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions lib/main.pir
Expand Up @@ -8,6 +8,8 @@ See Perl6.pir for a synopsis.

=head1 Functions

=over 4

=item C<main(PMC args)>

Handles program control when the Perl6.pbc file is executed
Expand Down
5 changes: 2 additions & 3 deletions perl6.pir
Expand Up @@ -25,10 +25,11 @@ But that should change soon.
.namespace [ "Perl6" ]
=over 4
=head2 Functions
=over 4
=item C<__onload()>
Loads the PGE libraries needed for running the parser,
Expand Down Expand Up @@ -117,8 +118,6 @@ compiled code as a PMC.
.include "lib/main.pir"
=pod
=back
=cut

0 comments on commit 0d1a5ba

Please sign in to comment.