summaryrefslogtreecommitdiff
path: root/t/pod/special_seqs.xr
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-10-02 04:39:38 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-10-02 04:39:38 +0000
commit664bb207f6bd57f05b66c9abec00898987f7060b (patch)
treecb1f2d01968c6d856c6cc0b942f457e1ea3e998f /t/pod/special_seqs.xr
parent4bd46447950ba8dfb481e9515d0a88ed358d2013 (diff)
downloadperl-664bb207f6bd57f05b66c9abec00898987f7060b.tar.gz
upgrade to PodParser-1.085 from Brad Appleton <bradapp@enteract.com>
p4raw-id: //depot/perl@4280
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}'.