Author: particle
Date: Mon Apr 17 06:40:33 2006
New Revision: 12286
Modified:
trunk/docs/pdds/pdd21_namespaces.pod
Log:
[PDD21] remove redundant 'end' from PIR examples
Modified: trunk/docs/pdds/pdd21_namespaces.pod
==============================================================================
--- trunk/docs/pdds/pdd21_namespaces.pod (original)
+++ trunk/docs/pdds/pdd21_namespaces.pod Mon Apr 17 06:40:33 2006
@@ -463,7 +463,6 @@
# But a naive perl6 compiler would emit this:
$P1.add_sub("bar", $P0)
- end
.end
.sub foo
@@ -494,7 +493,6 @@
$P1 = get_namespace
$P0.export_to($P1, 'w*')
"write"("this is a tcl command")
- end
.end
=head1 ATTACHMENTS