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