[svn:parrot] r48099 - trunk
coke at svn.parrot.org
coke at svn.parrot.org
Fri Jul 16 13:43:27 UTC 2010
Author: coke
Date: Fri Jul 16 13:43:27 2010
New Revision: 48099
URL: https://trac.parrot.org/parrot/changeset/48099
Log:
ok, last minor rewrite.
Modified:
trunk/DEPRECATED.pod
Modified: trunk/DEPRECATED.pod
==============================================================================
--- trunk/DEPRECATED.pod Fri Jul 16 13:37:49 2010 (r48098)
+++ trunk/DEPRECATED.pod Fri Jul 16 13:43:27 2010 (r48099)
@@ -315,12 +315,12 @@
raised. Multiple :main declarations will be still be allowed, and all but the
first will be ignored.
-This change will also force all subs, including :main, the have their
-arguments checked - to get the default :main behavior, just add:
+This change will also force all subs, including :main, to have their
+arguments checked - to allow an arbitrary number of arguments, have
+this be the only .param declaration in the sub.
.param pmc args :slurpy
-To handle an arbitrary number (inc. none) of arguments.
L<https://trac.parrot.org/parrot/ticket/1033>
L<https://trac.parrot.org/parrot/ticket/1704>
More information about the parrot-commits
mailing list