Author: pmichaud
Date: Thu Nov 30 05:37:55 2006
New Revision: 15912

Modified:
   trunk/docs/pdds/pdd21_namespaces.pod

Log:
* Correct typo.


Modified: trunk/docs/pdds/pdd21_namespaces.pod
==============================================================================
--- trunk/docs/pdds/pdd21_namespaces.pod        (original)
+++ trunk/docs/pdds/pdd21_namespaces.pod        Thu Nov 30 05:37:55 2006
@@ -501,7 +501,7 @@
     # $a = 'x';
     $P0 = new .PerlString
     $P0 = "x"
-    set_global "$a", a
+    set_global "$a", $P0
     # ${"Foo::$a"} = 5;
     $P1 = new PerlString
     $P1 = "Foo::"

Reply via email to