Skip to main content


A simplex optimizer for the rest of us (who may not know PDL).

Changes for 2.0 - 2024-04-20T21:33:12-07:00

  • Add support for parallel Simplex and ParticleSwarm workers
  • Catch SIGINT to provide the best values so far, and then return as if the simulation finished (without crashing).
  • ParticleSwarm: Pre-seed "best" values if initialGuess is provided
  • Simplex: move tolerance to simplex opts
  • bugfix: Only clamp or round variables if the variables are enabled
  • bugfix: Fix an undef dereference of best_minima


Sah schemas related to Comparer

Changes for 0.002 - 2024-03-07

  • Rename module/dist Sah-Schema{s,Bundle}-Comparer.



Tags helper abstract class.

Changes for 0.10 - 2024-04-21T00:11:40+02:00

  • Add storing of CSS link, JS code and JS links in instance.
  • Use CSS::Struct::Output::Structure in tests only.
  • Use Tags::Output::Structure in tests only.


Plack component for Tags with HTML output.

Changes for 0.16 - 2024-04-21T00:08:47+02:00

  • Add handling of css_src().
  • Fix DEPENDENCIES section in doc.
  • Fix default value of 'tags' parameter in doc.
  • Move inicialization of page begin from prepare to actions phase.
  • Sort parameters in doc.
  • Update copyright years.


stateless, text-based CAPTCHAs

Changes for 0.3

  • Added protections for bad enc_payload to validate()


Client for the NearlyFreeSpeech.NET API

Changes for 1.04 - 2024-04-20

  • Added the sync property to DNS objects
  • Use FindBin to locate inc::My_Build in Build.PL


ITree based document list

Changes for 0.06 - 2024-04-20T11Z

  • Added collapseAll and expandAll methods.


Print a table to the terminal and browse it interactively.

Changes for 0.163 - 2024-04-20

  • Term::Choose minimum version 1.764.
  • Update search prompt.
  • Return if the table has no columns.
  • Code refactoring.


Read lines from STDIN.

Changes for 0.556 - 2024-04-20

  • Update documentation.
  • Term::Choose minimum version 1.764.
  • Code refactoring.


TUI-related functions for selecting directories, files, numbers and subsets of lists.

Changes for 0.141 - 2024-04-20

  • Term::Choose minimum version 1.764.
  • Updates 'choose_directories'.
  • Code refactoring.


Apache SpamAssassin is an extensible email filter which is used to identify spam




Yet another NoteBook widget

Changes for 0.06

  • fixed relief of tab widget beautified appearance of selected page.


Choose items from a list interactively.

Changes for 1.764 - 2024-04-20

  • Code refactoring.


Tags helper class for image presentation.

Changes for 0.01 - 2024-04-20T15:31:29+02:00

  • First version.


Data object for image.

Changes for 0.04 - 2024-04-20T15:30:30+02:00

  • Add check location for url.
  • Add test for author error.
  • Improve doc.
  • Improve test in constructor to full-fledged object.
  • Update copyright years.


Tool to fetch module from CPAN archive.

Changes for 0.10 - 2024-04-20T14:51:38+02:00

  • Add tests for App::CPAN::Get::MetaCPAN.
  • Improve abstract.
  • Improve check for LWP::UserAgent.
  • Improve constructor tests of App::CPAN::Get.
  • Rewrite from Menlo::Index::MetaCPAN to own implementation.
  • Update copyright years.


Interaction with OpenExchangeRates API

Changes for 0.001 - 2024-04-20T11:44:47+00:00

  • Initial Release


data pack for Business::ISBN

Changes for 20240420.001 - 2024-04-20T11:39:16Z

  • data update for 2024-04-20


A plugin bundle for distributions config as common dist.ini by VNEALV

Changes for 0.003 - 2024-04-20T11:31:25+00:00

  • Updated minimum version to support


Perl extension for Package URL (aka "purl")

Changes for 2.11 - 2024-04-19

  • Improved the cpan PURL type to be compatible with the 'PURL-TYPES' specification (giterlizzi/perl-URI-PackageURL#8 - https://github.com/package-url/purl-spec/blob/master/PURL-TYPES.rst)
  • Added "luarocks" PURL type support
  • Improved test suite (giterlizzi/perl-URI-PackageURL#11)
  • Renamed CLI package in "URI::PackageURL::App"
  • Changed JSON module pre-requisite to "JSON::PP" to be compatible with CPAN Toolchain (giterlizzi/perl-URI-PackageURL#12)





The great new MooX::Pack!

Changes for 0.01

  • First version, released on an unsuspecting world.


Gnuplot-based plotting for PDL

Changes for 2.025 - 2024-04-20

  • Split version checking from `use Alien::Gnuplot` line for easier downstream packaging. Fixes #98.
  • fixes for Windows (#89)
  • use terminal "dumb" if probing shows "unknown" (#66)
  • fix numeric-only strings for legend (#100) - thanks @d-lamb for report
  • fix plot3d array-ref handling (#87) - thanks @djerius for report
  • fix gplot array-ref handling (#86) - thanks @djerius for report
  • add multiplot_next to skip one plot (#85)
  • add documentation to UTF-8 encode text labels etc (#74) - thanks @Zaki for report
  • add {multiplot,plot,multiplot_next,end_multi}_generate methods which return Gnuplot commands equivalent plot would execute (#95)
#66 #89 #74 #98 #95 #86 #100 #87 #85 @Zaki


SPVM Language

Changes for 0.989104 - 2023-04-20

  • Document Imperovement
  • Internal Changes
  • Fix Bug with Incompatible Changes
  • Document Fix


A base for sort-like CLI utilities

Changes for 0.005 - 2024-03-07

  • Split sort-by-example to another dist, to make this dist lighter.


A base for sort-like CLI utilities

Changes for 0.004 - 2024-03-07

  • [bugfix] Forgot to handle --reverse and --ignore-case (-i) for _gen_keygen.
  • [bugfix] Typo.


Sort lines of text by example

Changes for 0.005 - 2024-03-07

  • First release, split from AppBase-Sort.




Perl extension for Package URL (aka "purl")

Changes for 2.10 - 2024-04-19

  • Improved the cpan PURL type to be compatible with the 'PURL-TYPES' specification (giterlizzi/perl-URI-PackageURL#8 - https://github.com/package-url/purl-spec/blob/master/PURL-TYPES.rst)
  • Added "luarocks" PURL type support
  • Improved test suite (giterlizzi/perl-URI-PackageURL#11)
  • Renamed CLI package in "URI::PackageURL::App"
  • Changed JSON module pre-requisite to "JSON::PP" to be compatible with CPAN Toolchain (giterlizzi/perl-URI-PackageURL#12)


Parse plain English date/time range strings

Changes for v1.0.1 - 2024-04-19T16:50:33Z

  • Update README (Andrew Hewus Fresh)
  • Pull request #2: SM-4807 (James Hammer)
  • SM-4807 Add POD for new features (James Hammer)
  • SM-4807 Correct thirteenths to thirteenth typo (James Hammer)
#2


EPP client code for Nominet

Changes for 0.09_01 - 2024-04-19

  • Remove the workaround from 0.08_01 as upstream now patched


Constants for urn:oasis SAML2 implementations

Changes for 0.005 - 2024-04-19T15:37:46Z

  • Add NAMEID_UNSPECIFIED and NAMEID_DEFAULT to the module. NAMEID_DEFAULT is an alias for NAMEID_UNSPECIFIED


Automatically load mojolicious namespaces

Changes for 0.02 - 2024-04-19T10:49:36-05:00

  • add controller namespaces support



Automatically load mojolicious namespaces

Changes for 0.01 - 2024-04-19T08:38:22-05:00

  • initial release


PaperWM-like window management for Sway/i3wm

Changes for 0.003 - 2024-04-19T13:26:43+01:00

  • README improvements.


An implementation of the OpenTelemetry SDK for Perl

Changes for 0.022 - 2024-04-19T11:46:54+01:00

  • Do not call start on the background function in the batch span processor, this is handled automatically by the loop (GH #13)
#13


Get stock and mutual fund quotes from various exchanges

Changes for 1.61 - 2024-04-18T21:34:24-07:00

  • SIX.pm - Changed lookup for currency, added lookups for symbol and last. Issue #380
  • YahooJSON.pm - URLs to retrieve required cookies and crumbs were changed to allow EU based users to use the module. Issue #373
#380 #373


List ingredients in BPOM processed food division

Changes for 0.021 - 2024-04-19

  • [ux] Add shorter alias for bpom-list-food-ingredients-rba: bpomfi.


List registered food additives in BPOM

Changes for 0.019 - 2024-04-19

  • [ux] Add short alias for bpom-list-food-additives: bpomfa.


Direct access to the WebGPU native APIs.

Changes for 0.13 - 2024-04-18T23:09:56Z

  • Automatic documentation generation improvements


Get stock and mutual fund quotes from various exchanges

Changes for 1.60_01 - 2024-04-18T17:49:28-07:00

  • YahooJSON.pm - URLs to retrieve required cookies and crumbs were changed to allow EU based users to use the module.



Date found in text as sort key

Changes for 0.001 - 2024-03-06

  • First release, modified from Sort-Sub-by_date_in_text.