diff options
-rw-r--r-- | lib/Dumpvalue.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Dumpvalue.pm b/lib/Dumpvalue.pm index 7944e78c96..109e2295af 100644 --- a/lib/Dumpvalue.pm +++ b/lib/Dumpvalue.pm @@ -616,7 +616,7 @@ given quote char. Possible values are C<auto>, C<'> and C<">. =item set_unctrl - $d->set_unctrl('"'); + $d->set_unctrl('unctrl'); Sets C<unctrl> option with checking for an invalid argument. Possible values are C<unctrl> and C<quote>. |