Skip to content

"Undump" should handle trailing values better #2

Description

@haukex

Doing an Undump on strings such as $VAR1="Hello"; 1, $VAR1="Hello"; {x=>123}, or even just {x=>123} causes warnings to be emitted (Redundant argument in sprintf at .../PPI/Dumper.pm line 247.; $PPI::Dumper::VERSION=1.236) and the trailing true value is ignored instead of reporting an error like in other cases ($VAR1="Hello"; 0 causes input doesn't look like Data::Dumper output).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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