Author: moritz
Date: Tue Nov 25 02:03:21 2008
New Revision: 33187

Modified:
   trunk/docs/pdds/draft/pdd14_numbers.pod

Log:
[cage] fix line length in PDD14 to make codetest happier; still needs a
VERSION section.


Modified: trunk/docs/pdds/draft/pdd14_numbers.pod
==============================================================================
--- trunk/docs/pdds/draft/pdd14_numbers.pod     (original)
+++ trunk/docs/pdds/draft/pdd14_numbers.pod     Tue Nov 25 02:03:21 2008
@@ -73,7 +73,8 @@
 
 Set the C<Integer> to the passed-in integer value.
 
-=item set_number_native(FLOATVAL value), set_bool(INTVAL value), 
set_bigint_int(INTVAL value), set_string_native(STRING *value)
+=item set_number_native(FLOATVAL value), set_bool(INTVAL value), 
set_bigint_int(INTVAL value),
+      set_string_native(STRING *value)
 
 Morphs the C<Integer> PMC to a C<Float>, C<Boolean>, C<BigInt>, or C<String>
 PMC, and sets the value from the passed in value.

Reply via email to