in reply to Re: matching POD footnote
in thread matching POD footnote

"Otherwise you could try to count opened and closed < > but I'm pretty sure that you'll get bitten again somewhere."

Like here...

N< See the documentation for the fat comma (C<< => >>). >

:-)

package Cow { use Moo; has name => (is => 'lazy', default => sub { 'Mooington' }) } say Cow->new->name