Author: particle
Date: Wed Dec 28 09:05:59 2005
New Revision: 10729

Modified:
   trunk/lib/Parrot/Test.pm
Log:
Parrot/Test.pm: add a missing > to pod to pass a failing doc test

Modified: trunk/lib/Parrot/Test.pm
==============================================================================
--- trunk/lib/Parrot/Test.pm    (original)
+++ trunk/lib/Parrot/Test.pm    Wed Dec 28 09:05:59 2005
@@ -146,7 +146,7 @@ expected result.
 Compiles and runs the C code, passing the test if a string comparison of
 output with the unexpected result is false.
 
-=item C<example_output_is( $example_fn, $expected )
+=item C<example_output_is( $example_fn, $expected )>
 
 Determine the language from the extension of C<$example_fn> and
 runs language_output_is().

Reply via email to