Andy Armstrong wrote:

    =head2 C<foo>

    foo is a method...

    =head2 C<bar>

bar is a subroutine...

why not

    =method foo

    =sub bar


How about:

    =for method

    =head2 C<foo>

Bit ugly, but it should work. Additional stuff after "method" could provide more metadata, etc.

Ian

Reply via email to