Acme-CPANModules-CLI-Sort

 view release on metacpan or  search on metacpan

LICENSE  view on Meta::CPAN


Source code for a work means the preferred form of the work for making
modifications to it.  For an executable file, complete source code means
all the source code for all modules it contains; but, as a special
exception, it need not include source code for modules which are standard
libraries that accompany the operating system on which the executable
file runs, or for standard header files or definitions files that
accompany that operating system.

  4. You may not copy, modify, sublicense, distribute or transfer the
Program except as expressly provided under this General Public License.
Any attempt otherwise to copy, modify, sublicense, distribute or transfer
the Program is void, and will automatically terminate your rights to use
the Program under this License.  However, parties who have received
copies, or rights to use copies, from you under this General Public
License will not have their licenses terminated so long as such parties
remain in full compliance.

  5. By copying, distributing or modifying the Program (or any work based
on the Program) you indicate your acceptance of this license to do so,
and all its terms and conditions.

META.json  view on Meta::CPAN

      },
      "x_lists" : {
         "x_lists" : {
            "App::PipeFilter" : "0",
            "App::VersionUtils" : "0",
            "App::lensort" : "0",
            "App::psort" : "0",
            "App::subsort" : "0",
            "App::toposort" : "0",
            "PerlPowerTools" : "0",
            "Unicode::Tussle" : "0"
         }
      },
      "x_mentions" : {
         "x_mentions" : {
            "App::PipeFilter" : "0",
            "App::VersionUtils" : "0",
            "App::lensort" : "0",
            "App::psort" : "0",
            "App::subsort" : "0",
            "App::toposort" : "0",
            "PerlPowerTools" : "0",
            "Sub::Sort" : "0",
            "Unicode::Tussle" : "0"
         }
      }
   },
   "provides" : {
      "Acme::CPANModules::CLI::Sort" : {
         "file" : "lib/Acme/CPANModules/CLI/Sort.pm",
         "version" : "0.002"
      }
   },
   "release_status" : "stable",

README  view on Meta::CPAN

        Script: sort-versions

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

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

        Related modules: Sub::Sort

        Script: subsort

    *   Unicode::Tussle - Sort XML "records"

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

        Script: xmlsort

    *   PerlPowerTools - Topological sort

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

        Script: tsort

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

            script => 'sort-versions',
        },
        {
            summary => 'Sort lines of text using Sort::Sub routines',
            module => 'App::subsort',
            script => 'subsort',
            related_modules => ['Sub::Sort'],
        },
        {
            summary => 'Sort XML "records"',
            module => 'Unicode::Tussle',
            script => 'xmlsort',
        },
        {
            summary => 'Topological sort',
            module => 'PerlPowerTools',
            script => 'tsort',
        },
        {
            summary => 'Another topological sort script',
            module => 'App::toposort',

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

Script: L<sort-versions>

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

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

Related modules: L<Sub::Sort>

Script: L<subsort>

=item * L<Unicode::Tussle> - Sort XML "records"

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

Script: L<xmlsort>

=item * L<PerlPowerTools> - Topological sort

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

Script: L<tsort>



( run in 1.085 second using v1.01-cache-2.11-cpan-acf6aa7dc9e )