Template-Plugin-SortNatural

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

{
   "abstract" : "Sort lists natural with Sort::Naturally",
   "author" : [
      "Alexander Wirt <formorer@formorer.de>"
   ],
   "dynamic_config" : 1,
   "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142690",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",

META.yml  view on Meta::CPAN

---
abstract: 'Sort lists natural with Sort::Naturally'
author:
  - 'Alexander Wirt <formorer@formorer.de>'
build_requires:
  ExtUtils::MakeMaker: '0'
configure_requires:
  ExtUtils::MakeMaker: '0'
dynamic_config: 1
generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142690'
license: perl
meta-spec:

lib/Template/Plugin/SortNatural.pm  view on Meta::CPAN

package Template::Plugin::SortNatural;

use warnings;
use strict;
use base qw( Template::Plugin::VMethods );
use Carp;
use Sort::Naturally; 

our $VERSION = '0.001';

our @LIST_OPS =  qw( sortn );

=head1 NAME

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

=head1 SYNOPSIS

 [% USE SortNatural;
    foo.nsort;
 %]
  

=head1 DESCRIPTION

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.256 second using v1.00-cache-2.02-grep-82fe00e-cpan-81bb8482316b )