The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
if ($self->{opts}->{include_dir}) {
    $filename = File::Spec->rel2abs($path, $self->{opts}->{include_dir});
    return $filename if -e $filename;
}

1 POD Error

The following errors were encountered while parsing the POD:

Around line 377:

Unknown directive: =comment