The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

sub MY::dist { package MY; # so that "SUPER" works right my $inherited = shift->SUPER::dist(@_); $inherited =~ s/old text/new text/; $inherited; }

1 POD Error

The following errors were encountered while parsing the POD:

Around line 8:

Unknown directive: =comment