|
|
Author: bernhard
Date: Fri Aug 31 15:02:51 2007
New Revision: 20972
Modified:
trunk/examples/tutorial/51_if_unless.pir
Log:
Repair POD.
Modified: trunk/examples/tutorial/51_if_unless.pir
==============================================================================
--- trunk/examples/tutorial/51_if_unless.pir (original)
+++ trunk/examples/tutorial/51_if_unless.pir Fri Aug 31 15:02:51 2007
@@ -6,6 +6,8 @@
Truth is fairly simple to determine.
+=over 4
+
=item Integers
0 is false, any other number is true.
@@ -22,6 +24,8 @@
The "truthiness" of a PMC depends on how it implements its vtable method
C<get_boolean>.
+=back
+
=cut
.sub main :main
|
|