File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -75,12 +75,12 @@ sub interpolations {
75
75
For various reasons, some people find themselves compelled to have
76
76
their code in the simplest form possible.
77
77
78
- The C<simply > method will turn a simple double-quoted string into the
79
- equivalent single-quoted string.
78
+ The C<simplify > method will, if possible, modify a simple double-quoted
79
+ string token in place, turning it into the equivalent single-quoted
80
+ string. If the token is modified, it is reblessed into the
81
+ L<PPI::Token::Quote::Single> package.
80
82
81
- If the double can be simplified, it will be modified in place and
82
- returned as a convenience, or returns false if the string cannot be
83
- simplified.
83
+ The object itself is returned as a convenience.
84
84
85
85
=cut
86
86
You can’t perform that action at this time.
0 commit comments