Skip to content

REF are not folded? #2

@xlat

Description

@xlat

Dump of scalar that are reference to another reference are not folded.

Try:

perl -e"use Data::Dumper::GUI; Dumper \{ a=>42 }, \$^V, \\'test'";

Give:

image

A fix could be to change in lib/ddGUI/Window.pm the line 228 to:

if (reftype($item) eq 'SCALAR' or reftype($item) eq 'REF') {

That give:

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions