From 0d1a5baaa8cbd6a1b73ebcf51bee143b86bbe46e Mon Sep 17 00:00:00 2001 From: Alberto Manuel Brandao Simoes Date: Wed, 12 Apr 2006 21:56:15 +0000 Subject: [PATCH] Fixed pods syntax. git-svn-id: http://svn.perl.org/parrot/trunk/languages/perl6@12197 d31e2699-5ff4-0310-a27c-f18f2fbe73fe --- lib/main.pir | 2 ++ perl6.pir | 5 ++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/main.pir b/lib/main.pir index 50be83c13a3..7dc30269b45 100644 --- a/lib/main.pir +++ b/lib/main.pir @@ -8,6 +8,8 @@ See Perl6.pir for a synopsis. =head1 Functions +=over 4 + =item C Handles program control when the Perl6.pbc file is executed diff --git a/perl6.pir b/perl6.pir index 11af19331f0..10eb9b8f4db 100644 --- a/perl6.pir +++ b/perl6.pir @@ -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, @@ -117,8 +118,6 @@ compiled code as a PMC. .include "lib/main.pir" -=pod - =back =cut