Acme-CPANModules-CLI-Sort

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "class" : "Dist::Zilla::Plugin::CopyrightYearFromGit",
            "name" : "@Author::PERLANCAR/CopyrightYearFromGit",
            "version" : "0.009"
         },
         {
            "class" : "Dist::Zilla::Plugin::IfBuilt",
            "name" : "@Author::PERLANCAR/IfBuilt",
            "version" : "0.02"
         },
         {
            "class" : "Dist::Zilla::Plugin::MetaJSON",
            "name" : "@Author::PERLANCAR/MetaJSON",
            "version" : "6.024"
         },
         {
            "class" : "Dist::Zilla::Plugin::MetaConfig",
            "name" : "@Author::PERLANCAR/MetaConfig",
            "version" : "6.024"
         },
         {
            "class" : "Dist::Zilla::Plugin::MetaProvides::Package",
            "config" : {

META.json  view on Meta::CPAN

      "zilla" : {
         "class" : "Dist::Zilla::Dist::Builder",
         "config" : {
            "is_trial" : 0
         },
         "version" : "6.024"
      }
   },
   "x_authority" : "cpan:PERLANCAR",
   "x_generated_by_perl" : "v5.34.0",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.26",
   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
   "x_static_install" : 1
}

META.yml  view on Meta::CPAN

      version: '0.036'
    -
      class: Dist::Zilla::Plugin::CopyrightYearFromGit
      name: '@Author::PERLANCAR/CopyrightYearFromGit'
      version: '0.009'
    -
      class: Dist::Zilla::Plugin::IfBuilt
      name: '@Author::PERLANCAR/IfBuilt'
      version: '0.02'
    -
      class: Dist::Zilla::Plugin::MetaJSON
      name: '@Author::PERLANCAR/MetaJSON'
      version: '6.024'
    -
      class: Dist::Zilla::Plugin::MetaConfig
      name: '@Author::PERLANCAR/MetaConfig'
      version: '6.024'
    -
      class: Dist::Zilla::Plugin::MetaProvides::Package
      config:
        Dist::Zilla::Plugin::MetaProvides::Package:
          finder_objects:

README  view on Meta::CPAN


VERSION
    This document describes version 0.002 of Acme::CPANModules::CLI::Sort
    (from Perl distribution Acme-CPANModules-CLI-Sort), released on
    2022-03-18.

DESCRIPTION
    If you know of others, please drop me a message.

ACME::CPANMODULES ENTRIES
    *   App::PipeFilter - Sort JSON objects by key field(s)

        Author: RCAPUTO <https://metacpan.org/author/RCAPUTO>

        Script: jsort

    *   App::VersionUtils - Sort version numbers

        Script: sort-versions

    *   App::subsort - Sort lines of text using Sort::Sub routines

lib/Acme/CPANModules/CLI/Sort.pm  view on Meta::CPAN


our $LIST = {
    summary => "List of various CLIs to perform sorting",
    description => <<'_',

If you know of others, please drop me a message.

_
    entries => [
        {
            summary => 'Sort JSON objects by key field(s)',
            module => 'App::PipeFilter',
            script => 'jsort',
        },
        {
            summary => 'Sort version numbers',
            module => 'App::VersionUtils',
            script => 'sort-versions',
        },
        {
            summary => 'Sort lines of text using Sort::Sub routines',

lib/Acme/CPANModules/CLI/Sort.pm  view on Meta::CPAN

This document describes version 0.002 of Acme::CPANModules::CLI::Sort (from Perl distribution Acme-CPANModules-CLI-Sort), released on 2022-03-18.

=head1 DESCRIPTION

If you know of others, please drop me a message.

=head1 ACME::CPANMODULES ENTRIES

=over

=item * L<App::PipeFilter> - Sort JSON objects by key field(s)

Author: L<RCAPUTO|https://metacpan.org/author/RCAPUTO>

Script: L<jsort>

=item * L<App::VersionUtils> - Sort version numbers

Script: L<sort-versions>

=item * L<App::subsort> - Sort lines of text using Sort::Sub routines



( run in 1.243 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )