The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
@sorted = sort_by_score_title (@list);

A sort function (see perldoc -f sort) which sorts a list of content items in order of their score metadata, with alphanumeric sorting by title used for items of the same score.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 173:

'=item' outside of any '=over'

=over without closing =back