Author: jisom
Date: Tue Jan 10 12:50:48 2006
New Revision: 11057
Modified:
trunk/runtime/parrot/library/Data/Dumper/Base.pir
Log:
Add boolean support to Data::Dumper
Modified: trunk/runtime/parrot/library/Data/Dumper/Base.pir
==============================================================================
--- trunk/runtime/parrot/library/Data/Dumper/Base.pir (original)
+++ trunk/runtime/parrot/library/Data/Dumper/Base.pir Tue Jan 10 12:50:48 2006
@@ -250,6 +250,8 @@ NOT_IN_CACHE:
if $I0 goto DUMP
func = "genericNumber"
+ $I0 = does _dump, "boolean"
+ if $I0 goto DUMP
$I0 = does _dump, "integer"
if $I0 goto DUMP
$I0 = does _dump, "float"