NAME

Template::Plugin::SortNatural - Sort lists natural with Sort::Naturally

SYNOPSIS

[% USE SortNatural;
   foo.nsort;
%]
 

DESCRIPTION

sort lexically, but sort numeral parts numerically

sortn( )

Returns a new sorted arrayref.

AUTHOR

Alexander Wirt, <formorer@formorer.de>

BUGS

Please report any bugs or feature requests to github: https://github.com/credativ/pkg-libtemplate-plugin-sortnatural-perl/issues

COPYRIGHT & LICENSE

Copyright 2014 by Alexander Wirt <formorer@formorer.de>

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