Author: allison Date: Mon Jul 17 13:48:29 2006 New Revision: 13335 Modified: trunk/docs/pdds/pdd21_namespaces.pod
Changes in other areas also in this revision: Modified: trunk/ (props changed) Log: [pdd21]: Backing out optional argument on a low-level PMC. Modified: trunk/docs/pdds/pdd21_namespaces.pod ============================================================================== --- trunk/docs/pdds/pdd21_namespaces.pod (original) +++ trunk/docs/pdds/pdd21_namespaces.pod Mon Jul 17 13:48:29 2006 @@ -314,13 +314,11 @@ =item get_namespace $P1 = $P2.get_namespace($P3) - $P1 = $P2.get_namespace() Ask the compiler $P2 to find its namespace which is named by the -elements of the array in $P3. If no parameter is passed to the method, -or if $P3 is a null PMC or an empty array, C<get_namespace> retrieves -the base namespace for the HLL. It returns a namespace PMC on success -and a null PMC on failure. +elements of the array in $P3. If $P3 is a null PMC or an empty array, +C<get_namespace> retrieves the base namespace for the HLL. It returns a +namespace PMC on success and a null PMC on failure. This method allows other HLLs to know one name (the HLL) and then work with that HLL's modules without having to know the name it chose for its namespace