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

NAME

Articulate::Sortation::Numeric - sort strings using the spaceship operator

DESCRIPTION

This implements the Articulate::Role::Sortation::AllYouNeedIsCmp role to provide a very basic numerical sorter object.

METHODS

One method provided here, the rest are as in Articulate::Role::Sortation::AllYouNeedIsCmp.

cmp

  $self->cmp($a, $b); # returns $a <=> $b

SEE ALSO