The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Articulate::Sortation::MetaDelver - delve into the metadata and sort it

ATTRIBUTES

options

A hashref defining what information to get and how to sort it.

  • field: . This field is mandatory. A Data::DPath expression used to find the right field from the meta, e.g. 'schema/core/dateUpdated' Not that a '/' will be prepended if it does not already exist..

  • cmp - The type of comparison to apply - any class which provides a cmp method can be entered here. Defaults to Articulate::Sortation::String.

  • order - The direction in which to sort: asc or desc, defaults to asc.

METHODS

sort

Provided by Articulate::Role::Sortation::AllYouNeedIsCmp.

schwartz

Provided by Articulate::Role::Sortation::AllYouNeedIsCmp.