From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

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