Sort::Search

This is the home page for the (UNNAMED, but possibly "Sort-Search"?) distribution. I will try to get it completed and published some time in May (I'll publish a blog post on blogs.perl.org about it though.)

Source code (Git repository)

I use Codeberg for Gitweb and bug tracker: https://codeberg.org/rapidcow/p5-Sort-Search

You can clone from a handful of places as well:

NOTE ABOUT GIT VCS: Expect that I will force-update devel branch. I would almost always document "why" and give a range-diff, and you may find that out in refs/notes/amends. It is not guaranteed to make sense as I primarily keep it for personal bookkeeping (think amlog in the Git project?) If I do update the master branch then I do apologize for that (though I try not to now, so...)

Dependencies

Sort::Search should run on most Perls (I put Perl 5.6 because that's the default minimum version of module-starter, but I haven't really tested that far… I have checked that that I only use core modules according to corepack, either way. :x)

Report bugs

To submit any bugs you found (this early though???), rt.cpan.org won't work as I haven't uploaded the package to CPAN. So use the Codeberg bug tracker: https://codeberg.org/rapidcow/p5-Sort-Search/issues.

Report security vulnerabilities

From the current revision of SECURITY.md:

This is the Security Policy for the CPAN distribution Sort-Search, based on the CPAN Security Group's Guidelines for Adding a Security Policy to Perl Distributions (version 1.4.2).

Report to:

I'm not really sure if I want to use GitHub for this... please just email me I guess.

Documentation

We have two PODs at the moment!

More is being written. For now enjoy this!!! :)

Essay

This is being written jointly where I take a more "chill" approach to things: [00INTRO.txt] [01ARRAY.txt] [02USAGE.txt]

Read it if you're in for a more narrative introduction to the module! :^)