Skip to content

Conversation

djerius
Copy link
Contributor

@djerius djerius commented Aug 7, 2025

Data::Dumper is used for generate textual representations of structures, not for serializing them, so any warnings it issues (e.g. unrecognized types, etc) do not provide actionable information to the user, and serve only to confuse and distract.

@tobyink
Copy link
Owner

tobyink commented Aug 14, 2025

Could you fix the indentation to match the surrounding code?

Should be two tabs but you've got 16 spaces.

Data::Dumper is used for generate textual representations of
structures, not for serializing them, so any warnings it issues
(e.g. unrecognized types, etc) do not provide actionable information
to the user, and serve only to confuse and distract.
@djerius
Copy link
Contributor Author

djerius commented Aug 14, 2025

Could you fix the indentation to match the surrounding code?

Should be two tabs but you've got 16 spaces.

fixed.

@tobyink tobyink merged commit bdcaaab into tobyink:master Aug 21, 2025
104 of 109 checks passed
@djerius
Copy link
Contributor Author

djerius commented Aug 21, 2025

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants