allow XSUBs and prototyped subroutines to be used with sort() (tweaked
[p5sagit/p5-mst-13.2.git] / t / pod / special_seqs.xr
CommitLineData
664bb207 1 This is a test to see if I can do not only `$self' and `method()', but
2 also `$self->method()' and `$self->{FIELDNAME}' and `{FOO=>BAR}' without
3 resorting to escape sequences.
360aca43 4
664bb207 5 Now for the grand finale of `$self->method()->{FIELDNAME} = {FOO=>BAR}'.
360aca43 6
664bb207 7 Of course I should still be able to do all this *with* escape sequences
8 too: `$self->method()' and `$self->{FIELDNAME}' and `{FOO=>BAR}'.
360aca43 9
10 Dont forget `$self->method()->{FIELDNAME} = {FOO=>BAR}'.
11
e9fdc7d2 12 And make sure that `0' works too!
13