From c436aa85bdaf72518bbdb972bbdd3c335a42f2c8 Mon Sep 17 00:00:00 2001 From: Elvin Aslanov Date: Fri, 21 Oct 2022 13:55:38 +0400 Subject: [PATCH] [doc] Clarify the scalar_quotes option Quoting of strings can be disabled as follows in `.dataprinter` (or similarly in code) ``` scalar_quotes = 0 ``` See also: https://metacpan.org/pod/Data::Printer::Object#quote_keys --- lib/Data/Printer/Object.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/Data/Printer/Object.pm b/lib/Data/Printer/Object.pm index f191f9b..b7fdc0d 100644 --- a/lib/Data/Printer/Object.pm +++ b/lib/Data/Printer/Object.pm @@ -868,6 +868,8 @@ option defines which part of the string to preserve. Can be set to 'begin', Which quotation character to use when printing strings (default: ") +Can be set to 0 (never quote). + =head3 escape_chars Use this to escape certain characters from strings, which could be useful if