diff options
author | Andreas König <a.koenig@mind.de> | 2005-11-18 04:42:52 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-11-18 08:30:18 +0000 |
commit | 80f4019eb632c13f62ee1fc2965c548926bcf4fb (patch) | |
tree | a9a26c46a4352fefb1ce21499ffdfce1ec2ab9b6 /lib/Dumpvalue.pm | |
parent | 6452e86c69b266bb897f98f3dddf2b34d349676e (diff) | |
download | perl-80f4019eb632c13f62ee1fc2965c548926bcf4fb.tar.gz |
Dumpvalue doc patch
Message-ID: <87br0ibrrn.fsf@k75.linux.bogus>
p4raw-id: //depot/perl@26154
Diffstat (limited to 'lib/Dumpvalue.pm')
-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>. |