[svn:parrot] r45670 - trunk/runtime/parrot/library/Stream

allison at svn.parrot.org allison at svn.parrot.org
Wed Apr 14 14:24:36 UTC 2010


Author: allison
Date: Wed Apr 14 14:24:36 2010
New Revision: 45670
URL: https://trac.parrot.org/parrot/changeset/45670

Log:
[cage] Preparing for deprecation change, methods are only stored in the 
namespace when :nsentry is specified. See TT #389.

Modified:
   trunk/runtime/parrot/library/Stream/Base.pir

Modified: trunk/runtime/parrot/library/Stream/Base.pir
==============================================================================
--- trunk/runtime/parrot/library/Stream/Base.pir	Wed Apr 14 14:23:59 2010	(r45669)
+++ trunk/runtime/parrot/library/Stream/Base.pir	Wed Apr 14 14:24:36 2010	(r45670)
@@ -65,7 +65,7 @@
 
 =cut
 
-.sub close :method
+.sub close :method :nsentry
     .local pmc temp
 
     # reset source


More information about the parrot-commits mailing list