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

NAME

Data::Couplet::Plugin::BasicReorder - A D::C Plug-in to reorder data in your data set.

VERSION

version 0.02004314

SYNOPSIS

This is currently a whopping big TODO.

Patches welcome.

METHODS

->move_up( Any $object | String $key , Int $amount ) : $self : Modifier

->move_down( Any $object | String $key , Int $amount ) : $self : Modifier

->swap( Any|Str $key_left, Any|Str $key_right ) : $self : Modifier

AUTHOR

Kent Fredric <kentnl at cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Kent Fredric.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.