The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Asterisk::LCR::Comparer::Dummy - Dummy Route Comparer for Asterisk::LCR

SUMMARY

This is a very dumb comparer for Asterisk::LCR::Route object.

ATTRIBUTES

none.

METHODS

$self->sortme ($object1, $object2);

Simply compares $object1->rate() with $object2->rate().

Doesn't care about time increments or even rate currency(!).

Pretty dumb... it would be nice to have better rate comparers but it's a start and can be overriden...