From d54b64729e255e12e03d094d712ba3bf6955023d Mon Sep 17 00:00:00 2001
From: Michael Stevens <mstevens@etla.org>
Date: Fri, 18 Feb 2011 15:42:33 +0000
Subject: [PATCH] Remove pdochecker warnings
---
docs/embed_new.pod | 4 +++-
docs/tests.pod | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/docs/embed_new.pod b/docs/embed_new.pod
index b08c78f..2449297 100644
|
a
|
b
|
|
| 281 | 281 | |
| 282 | 282 | =over 4 |
| 283 | 283 | |
| | 284 | =item * |
| | 285 | |
| 284 | 286 | TODO |
| 285 | 287 | |
| 286 | 288 | =back |
| … |
… |
|
| 325 | 327 | =head2 Load bytecode as a library and run a single subroutine |
| 326 | 328 | |
| 327 | 329 | TODO |
| 328 | | |
| | 330 | |
| 329 | 331 | =head1 SEE ALSO |
| 330 | 332 | |
| 331 | 333 | F<frontend/parrot/main.c> and F<t/src/embed/*.t> for Parrot's use of the |
diff --git a/docs/tests.pod b/docs/tests.pod
index 14d9918..fdbc467 100644
|
a
|
b
|
|
| 183 | 183 | F<lib/Parrot/Pmc2cUtils/>. They're set up to be run after F<Configure.pl> has |
| 184 | 184 | completed but before make has been invoked. (In fact, they will generate |
| 185 | 185 | errors if make has completed.) You can run them with any of the following: |
| 186 | | |
| | 186 | |
| 187 | 187 | perl Configure.pl --test |
| 188 | 188 | perl Configure.pl --test=build |
| 189 | 189 | make buildtools_tests (following Configure.pl) |