projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6452e86
)
Dumpvalue doc patch
Andreas König [Fri, 18 Nov 2005 03:42:52 +0000 (
04:42
+0100)]
Message-ID: <87br0ibrrn.fsf@k75.linux.bogus>
p4raw-id: //depot/perl@26154
lib/Dumpvalue.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Dumpvalue.pm
b/lib/Dumpvalue.pm
index
7944e78
..
109e229
100644
(file)
--- 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>.