summaryrefslogtreecommitdiff
path: root/t/pod/special_seqs.xr
diff options
context:
space:
mode:
Diffstat (limited to 't/pod/special_seqs.xr')
-rw-r--r--t/pod/special_seqs.xr14
1 files changed, 6 insertions, 8 deletions
diff --git a/t/pod/special_seqs.xr b/t/pod/special_seqs.xr
index 6795de0490..fc06593d9d 100644
--- a/t/pod/special_seqs.xr
+++ b/t/pod/special_seqs.xr
@@ -1,13 +1,11 @@
- This is a test to see if I can do not only `$self' and
- `method()', but also `$self->method()' and `$self->{FIELDNAME}'
- and `{FOO=>BAR}' without resorting to escape sequences.
+ This is a test to see if I can do not only `$self' and `method()', but
+ also `$self->method()' and `$self->{FIELDNAME}' and `{FOO=>BAR}' without
+ resorting to escape sequences.
- Now for the grand finale of `$self->method()->{FIELDNAME} =
- {FOO=>BAR}'.
+ Now for the grand finale of `$self->method()->{FIELDNAME} = {FOO=>BAR}'.
- Of course I should still be able to do all this *with* escape
- sequences too: `$self->method()' and `$self->{FIELDNAME}' and
- `{FOO=>BAR}'.
+ Of course I should still be able to do all this *with* escape sequences
+ too: `$self->method()' and `$self->{FIELDNAME}' and `{FOO=>BAR}'.
Dont forget `$self->method()->{FIELDNAME} = {FOO=>BAR}'.