Skip to main content


File-Map-0.69


Memory mapping made simple and safe.

Changes for 0.69 - 2023-04-02T22:07:56+02:00
  • Move almost all code from .pm file into .xs file

https://metacpan.org/dist/File-Map


Term-TablePrint-0.158


Print a table to the terminal and browse it interactively.

Changes for 0.158 - 2023-04-02
  • Bugfix CPAN test fail Perl 5.10: the substitution modifier 'r' was introduced only with Perl 5.14.

https://metacpan.org/dist/Term-TablePrint



OpenAI-API-0.34


Perl interface to OpenAI API

Changes for 0.34 - 2023-04-02
  • Add OpenAI::API::Response modules. Fix tests. "/edits" endpoint is working again.

https://metacpan.org/dist/OpenAI-API




Future-HTTP-0.15


provide the most appropriate HTTP client with a Future API

Changes for 0.15 - 2023-04-02
  • AnyEvent backend fixes, don't lose an intermediate Future anymore
  • Switch from Test::More::isn't() to Test::More::isnt()

https://metacpan.org/dist/Future-HTTP


Distribution-Cooker-2.002


Create a Perl module directory from your own templates

Changes for 2.002 - 2023-04-02T03:44:20Z
  • Silence a warning about @_ and signatures for v5.36

https://metacpan.org/dist/Distribution-Cooker


Excel-Template-XLSX-v1.1.3


Re-creates Excel (.xlsx) files from a template. Excel content can be appended using Excel::Writer:🤐LSX.

Changes for v1.1.3
  • Fixed t/06-cell.t to check _col_info instead of _col_sizes for column width changes

https://metacpan.org/dist/Excel-Template-XLSX





PerlPowerTools-1.033_02


BSD utilities written in pure Perl

Changes for 1.033_02 - 2023-04-01T20:42:05Z
  • added tests for rev
  • lots of fixes from Michael Mikonos
  • install - now copies by default
  • expr - fixed || bug
  • ed - various fixes for error and value reporting
  • od, rev, head can now read from STDIN
  • rev - fix split before chomp bug
  • morse - re-imagined by Michael Mikonos

https://metacpan.org/dist/PerlPowerTools


Function-Parameters-2.002002


define functions and methods with parameter lists ("subroutine signatures")

Changes for 2.002002 - 2023-04-01
  • Work around old versions of ExtUtils::MakeMaker not providing is_make_type(), whose version dependency is undocumented (sigh).
  • Restrict GNU syntax for exporting variables to type 'gmake'; should fix building on BSD, Solaris, etc.
  • Declare dependency on ExtUtils::MakeMaker 7+ and remove compatibility code for older versions.

https://metacpan.org/dist/Function-Parameters


Crypt-Passphrase-Bcrypt-0.007


A bcrypt encoder for Crypt:😛assphrase

Changes for 0.007 - 2023-04-01T19:51:03+02:00
  • Explicitly mark encoder as not binary safe

https://metacpan.org/dist/Crypt-Passphrase-Bcrypt




Geo-FIT-1.07


Decode Garmin FIT files

Changes for 1.07 - 2023-04-01
  • Fixed the documentation regarding the return value of fetch()

https://metacpan.org/dist/Geo-FIT


Stable-Module-0.11


frequently used modules on Perl5 application

Changes for 0.11 - 2023-04-01T00:00:00Z
  • rollback to 0.09
  • created by INABA Hitoshi

https://metacpan.org/dist/Stable-Module


Function-Parameters-2.002001


define functions and methods with parameter lists ("subroutine signatures")

Changes for 2.002001 - 2023-04-01
  • Fix (hopefully) Windows builds using nmake.exe.

https://metacpan.org/dist/Function-Parameters




Data-Dumper-Interp-5.013


interpolate Data:😁umper output into strings for human consumption
https://metacpan.org/dist/Data-Dumper-Interp



AnyEvent-MPV-1.03


remote control mpv (https://mpv.io)

Changes for 1.03
  • only create a write-watcher if the commands cnanot be written immediately, whic h lowers overhead and improves responsiveness in practically all situations.
  • better portability to 32 bit perls.

https://metacpan.org/dist/AnyEvent-MPV


PDL-Stats-0.83


a collection of statistics modules in Perl Data Language, with a quick-start guide for non-PDL people.

Changes for 0.83 - 2023-04-01
  • install pdldoc using PDL:😁oc

https://metacpan.org/dist/PDL-Stats




IO-AIO-4.8


Asynchronous/Advanced Input/Output

Changes for 4.80
  • remove long obsolete "paths must be absolute" text in aio_open/stat descriptions.
  • another workaround for the low-quality musl libc.
  • test for umount seperately, as it is more portable.
  • some low-quality posix attempts (openbsd, osx) declare the availability of fexecve but then don't even bother to implemnent a stub.

https://metacpan.org/dist/IO-AIO


App-VTide-v1.0.1


A vim/tmux based IDE for the terminal

Changes for 1.0.1 - 2023-04-01
  • Updating for release of version 1.0.1 Adding missing new files (Ivan Wills) Switching to using opt rather than default (Ivan Wills) Fixing list logic (Ivan Wills) Fixing auto completion and making list clearer (Ivan Wills) Fixing some ambiguities with auto completion (Ivan Wills) Minor fixes (Ivan Wills) New session management command (Ivan Wills) Fixing up adding sessions (Ivan Wills) Starting to add logic to save/restore sessions (Ivan Wills) Allowing recurse to work when a helper is defined (Ivan Wills)

https://metacpan.org/dist/App-VTide






Google-Ads-GoogleAds-Client-16.0.0


Google Ads API Client Library for Perl

Changes for 16.0.0 - 2023-03-31
  • Removed support for Google Ads API v11.
  • Added code example: add_performance_max_for_travel_goals_campaign.
  • Updated code example: create_experiment.

https://metacpan.org/dist/Google-Ads-GoogleAds-Client


English-Name-0.003


${^ENGLISH_NAME} for magic variables

Changes for 0.003 - 2023-03-31T20:18:32+02:00
  • Use gv_fetchpvn_flags for perl 5.10-5.12 compatibility

https://metacpan.org/dist/English-Name


JIP-Mock-v0.0.2


Override subroutines in a module

Changes for v0.0.2 - 2023-03-31
  • More documentation.
  • Improved portability of some tests.

https://metacpan.org/dist/JIP-Mock


Sietima-1.1.2


minimal mailing list manager

Changes for 1.1.2 - 2023-03-31T16:51:00+01:00
  • new role NoSpoof:😁MARC, which replaces the From only when needed

https://metacpan.org/dist/Sietima



Exporter-Tiny-1.006002


an exporter with the features of Sub::Exporter but only core dependencies

Changes for 1.006002 - 2023-03-31
  • Documentation
  • Packaging

https://metacpan.org/dist/Exporter-Tiny


Math-BigInt-1.999838


Pure Perl module to test Math::BigInt with scalars

Changes for 1.999838 - 2023-03-30
  • Fix CPAN RT #146411 regarding infinite recursion in bitwise operations. This happened when arguments were upgraded and downgraded and upgraded again ad infinitum. Add tests to verify the fix.

https://metacpan.org/dist/Math-BigInt









SPVM-Sys-0.46


System Calls for File IO, User, Process, Signal, Socket

Changes for 0.46 - 2023-03-31
  • Internal Compatible Changes

https://metacpan.org/dist/SPVM-Sys