The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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