Skip to main content



calculate ingredient ratios

Changes for 0.03 - 2023-05-22

  • foodratio(1) can parse foodratio(1) output. More documentation improvements.



Generate HTML table

Changes for 0.010 - 2023-05-22

  • [bugfix] Fix some bugs with placement of <tbody> tag (thanks DJERIUS).
  • Add multiple header row support (header_row is now an integer instead of boolean) (thanks DJERIUS).
  • [optimize] Optimize hot path (thanks DJERIUS).
  • [doc] Document header_row argument, mention Text::Table::Tiny, add compatibility notes with Text::Table::Tiny.


"Call" a Perinci::CmdLine-based script

Changes for 0.060 - 2023-05-22

  • [incompatible change] Instead of dying, call_cli_script() will now return error 599 when output is not valid JSON; this is because sometimes Capture::Tiny (via IPC::System::Options) sometimes fails to capture output.


Test and measure with Perl

Changes for 3.872 - 2023-05-22

  • Fix driver for Keysight N9310A RF generator


an interface to most facets of the [Fastly API](developer.fastly.com/reference…).

Changes for 3.02 - 2023-05-22

  • fix(acl): change `version` from int to string.
  • fix(acl): add missing methods for `service_id` and `service_version` properties.
  • fix(backend): make `ssl_check_cert` nullable.
  • fix(purge): skip URL escape for `surrogate_key` param.
  • fix(snippets): change `priority` and `version` from int to string.
  • fix(snippets): add missing methods for `service_id` and `service_version` properties.



a web front-end for a news server

Changes for 1.02

  • No user-visible changes. All changes are CPAN related.


Khonsu PDF Generation Syntax Highlighting Plugin/Component

Changes for 0.01

  • First version, released on an unsuspecting world.





Interact with the OpenAI GPT-4 API

Changes for 0.09 - 2023-05-22

  • The open ai host url is optional, and can be used for running against a LocalAI API server.



a web front-end for a news server

Changes for 1.01

  • Instead of using localhost, rely on Net::NNTP to figure it out: it uses the environment variable NNTPSERVER, for example.
  • Message-id for the intro must come from an environment variable.
  • Do away with the group filter since lynx and the like also don't filter.
  • Systemd service example


Moo role that provides a logger attribute

Changes for 0.002 - 2023-05-22

  • use Type::Tiny::Duck instead of HasMethods
  • show by example how to setup delegation
  • introduce the LoggerAny type that extends the Logger type


Simple k/v interface to text configuration file

Changes for 0.15 - 2023-05-22

  • Add META.json



Entry widget with a Tk::PopColor widget attached.

Changes for 0.03

  • Modified configspecs for background and foreground colors



automatically upgrade Perl strings to utf8 before sending them to DBD::Oracle (DEPRECATED)

Changes for 1.02

  • deprecated -- replaced by DBIx-AutoUpgrade-NativeStrings


automatically upgrade Perl native strings to utf8 before sending them to the database

Changes for 1.01

  • initial version


search known vulnerabilities on the Open Source Vulnerabilities Database (OSV)

Changes for 0.0.1 - 2023-05-22

  • First release.



Insert a POD containing a list of modules in the distribution

Changes for 0.031 - 2023-03-02

  • Add 'ordered' configuration like in DZP:InsertExecsList.
  • Sort list.






BeLike::GETTY when you build your dists

Changes for 0.113

  • Change: c7d87c488d7b64c4f8805b9790e52ed73c075058 Author: Torsten Raudssus <torsten@raudss.us> Date : 2023-05-21 20:19:59 +0000
  • Change: 14eeb63a857cae41cc31699e9175041c0bf47b99 Author: Torsten Raudssus <torsten@raudss.us> Date : 2023-05-21 20:10:32 +0000


Interface to the XPA messaging system

Changes for 0.16 - 2023-05-21T14:22:35-04:00

  • No changes to 0.15


a macro assembler for the Z80 micro-processor

Changes for 2.19 - 2023-05-21

  • Bug Fixes
  • Bug #140160 for CPU-Z80-Assembler: circular dependency in CPU::Z80::Assembler::List fails syntax check


Popping a selection list relative to a widget

Changes for 0.04

  • -added quotemeta to filter -modified configspecs for -background and -foreground.


Disassemble the flow of a Z80 program

Changes for 0.08 - 2023-05-21

  • Bug Fixes
  • test failing on windows due to incorrect line feed setting


A versatile and fully programmable textual content parser that is extremely well suited for syntax highlighting and code folding


Perl Data Language

Changes for 2.084 - 2023-05-21

  • reduce size of PDL_KLUDGE_COPY_X macro to <4096 in line with C standard, to fix for older clang on many BSD



resolve keys to data

Changes for 0.006 - 2023-05-21T18:05:42Z

  • Release after 65 PASSes on CPAN Testers (thanks!)


Create extensible modules which export things

Changes for 0.11 - 2023-05-21

  • Fix bug using method attribute for option with parameter - #2
  • More thorough unit tests for method attributes
#2


SQL::Abstract v2 support in DBIx::Class

Changes for 0.01 - 2023-05-21T15:01:10Z

  • Initial release; ExtraClauses, BangOverrides, Upsert, WindowFunction and CaseExpr support! SUPER EXPERIMENTAL!








Interact with the OpenAI GPT-4 API

Changes for 0.06 - 2023-05-22

  • Add a new key named history within the object, which is used to keep track of previous messages.


Interact with the OpenAI GPT-4 API

Changes for 0.05 - 2023-05-22

  • Added LWP::Protocol::https.