upgrade to PodParser-1.085 from Brad Appleton <bradapp@enteract.com>
[p5sagit/p5-mst-13.2.git] / t / pod / special_seqs.xr
index 6795de0..fc06593 100644 (file)
@@ -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}'.