Author: bernhard
Date: Sun Oct 28 10:39:58 2007
New Revision: 22567

Modified:
   trunk/runtime/parrot/library/Data/Dumper.pir

Log:
s/clear_eh/pop_eh/ in Data/Dumper.pir


Modified: trunk/runtime/parrot/library/Data/Dumper.pir
==============================================================================
--- trunk/runtime/parrot/library/Data/Dumper.pir        (original)
+++ trunk/runtime/parrot/library/Data/Dumper.pir        Sun Oct 28 10:39:58 2007
@@ -35,7 +35,7 @@
     push_eh ERROR2
         ddd_class = get_class "Data::Dumper::Default"
         style     = ddd_class."new"()
-    clear_eh
+    pop_eh
 
     style."prepare"( self, indent )
     style."dumpWithName"( name, name, dump )

Reply via email to