Skip to main content




LibUI-0.02


Simple, Portable, Native GUI Library

Changes for 0.02 - 2023-03-11T05:00:07Z

  • New widgets:
  • Renamed widgets to fit existing pattern:
  • New example scripts:
  • New enum and structs: LibUI::Area::Handler, ::KeyEvent, ::MouseEvent, ::Modifiers

metacpan.org/dist/LibUI



Affix-0.10


A Foreign Function Interface eXtension

Changes for 0.10 - 2023-03-11T04:25:59Z

  • Support for ArrayRef[] with dynamic size
  • Support for empty Stuct[]
  • Coerce Enum[] types with sv2ptr(...)
  • Explicit undef values are turned into NULL in Pointer[], ArrayRef[], etc.
  • Provide default values in Struct[]
  • Ignore perl's PTRSIZE which might be different than the system's actual pointer size
  • Cleanup VM on Affix::END()
  • Simplify API around named subs
  • Support for WStr (wchar_t *, PWSTR, etc.)

metacpan.org/dist/Affix




Data-Roundtrip-0.14


convert between Perl data structures, YAML and JSON with unicode support (I believe ...)

Changes for 0.14 - 2023-03-11

  • See 0.13.

metacpan.org/dist/Data-Roundtr…



Data-Roundtrip-0.13


convert between Perl data structures, YAML and JSON with unicode support (I believe ...)

Changes for 0.13 - 2023-03-11

  • In the previous version I had forgotten an erroneous INSTALL_BASE in Makefile.PL which pointed to $ENV{HOME}/usr. This resulted in installing this module in installing user's home dir, under usr/ Now this is fixed. Those who installed the previous version (0.12), please make sure to uninstall it from $ENV{HOME}/usr.

metacpan.org/dist/Data-Roundtr…




WebService-Tuya-IoT-API-0.02


Perl library to access the Tuya IoT API

Changes for 0.02 - 2023-03-09

  • Dropped support for method api_version - it was not implemented as I had envisioned - NOT 100% BACKWARDS COMPATABLE
  • Added wrapper methods
  • Added live device tests - must enable with environment
  • Added example scripts to CPAN distribution

metacpan.org/dist/WebService-T…



Template-Perlish-1.60


Yet Another Templating system for Perl

Changes for 1.60 - 2023-03-10T21:57:10Z

  • release after 66 PASSes on CPAN Testers (thanks!)

metacpan.org/dist/Template-Per…



App-Easer-2.007-TRIAL


Simplify writing (hierarchical) CLI applications

Changes for 2.007 - 2023-03-10T21:54:07Z


metacpan.org/dist/App-Easer




App-Netdisco-2.060010


An open source web-based network management tool.

Changes for 2.060010 - 2023-03-10

  • ENHANCEMENTS
  • BUG FIXES

metacpan.org/dist/App-Netdisco




OpenAI-API-0.25


Perl interface to OpenAI API

Changes for 0.25 - 2023-03-09

  • Add images and files endpoints. Refactor.

metacpan.org/dist/OpenAI-API



Data-Domain-1.08


Data description and validation

Changes for 1.08

  • remove internal uses of smartmatch and 'when'
  • drop support for "~~" overloading if perl version >= 5.037
  • the -matches feature is now implemented through match::simple::XS
  • pod tests moved to xt

metacpan.org/dist/Data-Domain




App-CSVUtils-1.022


CLI utilities related to CSV

Changes for 1.022 - 2023-03-10

  • Add utilities: csv-quote, csv-unquote.
  • [ux][cli csv-sort-rows][cli csv-find-value][cli csv-get-cells][cli csv-uniq] Fields can be referred by name or by index (1-based).
  • [ux][cli csv-sort-rows][cli csv-sorted-rows] Give default for --by-field if there is only a single field.

metacpan.org/dist/App-CSVUtils



App-BPOMUtils-RPO-Checker-0.009


Various checker utilities to help with Processed Food Registration (RPO - Registrasi Pangan Olahan) at BPOM

Changes for 0.009 - 2023-03-10

  • [bugfix] Didn't handle filename with dirs correctly.
  • [bugfix] We didn't process all files recursively by default.

metacpan.org/dist/App-BPOMUtil…




WWW-PiHole-0.230690


Perl interface to Pi-hole

Changes for 0.230690 - 2023-03-10T17:51:47+04:00

  • Refactor private methods' code

metacpan.org/dist/WWW-PiHole



App-OpenVZ-BCWatch-0.07


Monitor the OpenVZ user_beancounters file

Changes for 0.07 - 2023-03-10

  • scripts/vzwatchd: use $VERSION from App::OpenVZ::BCWatch.

metacpan.org/dist/App-OpenVZ-B…




App-cmdout2git-0.015


コマンドの出力結果を、Gitのレポジトリの中のファイルに保管する。

Changes for 0.015 - 2023-03-10T21:00:00Z


metacpan.org/dist/App-cmdout2g…




App-Rakubrew-34


Raku environment manager

Changes for 34

  • More detailed error reporting in `download` s unzip on Windows.
  • Provide a MacOS on ARM build of Rakubrew.

metacpan.org/dist/App-Rakubrew



App-cmdout2git-0.014


コマンドの出力結果を、Gitのレポジトリの中のファイルに保管する。

Changes for 0.014 - 2023-03-10T20:43:00Z


metacpan.org/dist/App-cmdout2g…



App-cmdout2git-0.011


コマンドの出力結果を、Gitのレポジトリの中のファイルに保管する。

Changes for 0.011 - 2023-03


metacpan.org/dist/App-cmdout2g…






Dist-Zilla-Plugin-ChangelogFromGit-CPAN-Changes-0.230680


Generate valid CPAN::Changes Changelogs from git

Changes for 0.230680 - 2023-03-09T22:51:31Z

  • Sort by the version captured by the regex (Andrew Hewus Fresh)

metacpan.org/dist/Dist-Zilla-P…






Data-Roundtrip-0.12


convert between Perl data structures, YAML and JSON with unicode support (I believe ...)

Changes for 0.12 - 2023-09-09

  • Wrapped within an eval{}, call to JSON::decode_json in sub json2perl. This allows graceful death when input json is not valid.

metacpan.org/dist/Data-Roundtr…




Astro-SpaceTrack-0.160


Download satellite orbital elements from Space Track

Changes for 0.160 - 2023-03-09

  • Remove spaceflight() and all supporting code.

metacpan.org/dist/Astro-SpaceT…



DB-Pluggable-1.12


Add plugin support for the Perl debugger

Changes for 1.12 - 2023-03-08T13:59:16-05:00

  • Update to work correctly with Data::Printer

metacpan.org/dist/DB-Pluggable





WWW-PiHole-0.230680


Perl interface to Pi-hole

Changes for 0.230680 - 2023-03-09T19:20:19+04:00

  • Document the newly added methods
  • Correct POD format

metacpan.org/dist/WWW-PiHole





Geo-Address-Formatter-1.997


format structured address data according to various global/country rules

Changes for 1.997 - 2023-03-09

  • revert one minor "improvement" *sigh*

metacpan.org/dist/Geo-Address-…




MIDI-Drummer-Tiny-0.4103


Glorified metronome

Changes for 0.4103 - 2023-03-09T06:23:20Z

  • Negate a pattern before deciding to skip it.
  • Do NOT set the chan_patch() in the pattern() method!

metacpan.org/dist/MIDI-Drummer…




CPAN-Audit-20230309.004


Audit CPAN distributions for known vulnerabilities

Changes for 20230309.004 - 2023-03-09T12:01:45Z

  • Fix the GPG signature

metacpan.org/dist/CPAN-Audit



Geo-Address-Formatter-1.996


format structured address data according to various global/country rules

Changes for 1.996

  • improve private method _apply_replacements
  • newest address-formatting

metacpan.org/dist/Geo-Address-…



App-Pod-0.33


Quickly show available class methods and documentation.

Changes for 0.33

  • 2023-03-09 - Bash completion is no longer possibly affecting other completions.

metacpan.org/dist/App-Pod