Skip to main content



Algorithm-MedianSelect-XS-0.23


Median finding algorithm

Changes for 0.23 - 2023-02-23

  • Move testing module to test_requires.
  • Drop generating compat Makefile.PL.

metacpan.org/dist/Algorithm-Me…





Mojo-WebSocketProxy-Backend-ConsumerGroups-0.03


Class for communication with backend by sending messaging through redis streams.

Changes for 0.03 - 2023-02-23T04:18:42+00:00

  • Rename msg_group to category

metacpan.org/dist/Mojo-WebSock…



App-proxyforurl-1.01


An online proxy PAC file parser

Changes for 1.01 - 2023-02-23T15:03:00Z

  • Fix fetching correct URLs with PROXYFORURL_X_REQUEST_BASE

metacpan.org/dist/App-proxyfor…



App-proxyforurl-1.00


An online proxy PAC file parser

Changes for 1.00 - 2023-02-23T14:25:43Z

  • Fix demo link in documentation
  • Fix dnsDomainIs('microsoft.com', 'ft.com')
  • Add support for PROXYFORURL_BRAND_NAME
  • Add support for PROXYFORURL_BRAND_URL
  • Add support for PROXYFORURL_TEMPLATES
  • Add support for PROXYFORURL_X_REQUEST_BASE
  • Changed GET /gethostbyname to POST /v1/gethostbyname
  • Changed GET /within to POST /v1/is-in-net
  • Changed default style to picocss.com
  • Rewrote JavaScript

metacpan.org/dist/App-proxyfor…



Mojo-WebSocketProxy-Backend-ConsumerGroups-0.02


Class for communication with backend by sending messaging through redis streams.

Changes for 0.02 - 2023-02-21T09:51:08Z

  • Rename msg_group to category

metacpan.org/dist/Mojo-WebSock…







Mojo-WebSocketProxy-Backend-ConsumerGroups-0.02


Class for communication with backend by sending messaging through redis streams.

Changes for 0.02 - 2023-02-21T09:51:08Z

  • Rename msg_group to category

metacpan.org/dist/Mojo-WebSock…



Test2-Harness-1.000148


A new and improved test harness with better Test2 integration.

Changes for 1.000148 - 2023-02-22T17:17:49-08:00

  • Fix output corruption in interactive mode

metacpan.org/dist/Test2-Harnes…



Net-SSLeay-1.93_02


Perl bindings for OpenSSL and LibreSSL

Changes for 1.93_02 - 2023-02-22

  • Update ppport.h to version 3.68. This eliminates thousands of compound-token-split-by-macro compiler warnings when building Net-SSLeay with Clang 12 or greater. Partially fixes GH-383.
  • Silence compound-token-split-by-macro warnings when building Net-SSLeay with Clang 12 or greater. Fixes the remainder of GH-383.
  • When building Net-SSLeay, search for the openssl binary in the same directory in which Perl is installed (i.e. $Config{prefix}/bin/). Thanks to Henrik Grimler for the patch.
  • Expose EVP_PKEY_security_bits. Thanks to Felipe Gasper.
  • Major update to Gihub Actions configuration. Thanks to Felipe Gasper. New testing targets are:
  • Fix compilation failure using cl. Microsoft cl compiler do not like when preprocessor directives are inside a macro. Fixes GH-403. Thanks to Jean-Damien Durand.
  • Update CTX_use_PKCS12_file() and CTX_use_PKCS12_file() to use BIO functions for avoiding "no OPENSSL_Applink" runtime errors. Fixes GH-281 and RT#101638. Thanks to Jean-Damien Durand.
  • Add to README.Win32 more information about OPENSSL_Applink and how it may be needed with FILE pointers and POSIX/Unix fds. Recommended method is to avoid them and use OpenSSL BIO functions instead. Update SSLeay.pod with alternatives to Net::SSLeay::SESSION_print_fp(). Closes GH-411.
  • Refactor variable declarations in RSA_generate_key to allow SSLeay.xs to compile under -Werror=declaration-after-statement. Fixes GH-407. Thanks to dharanlinux for the report.
  • Fix memory leaks after calls to X509_get_ext_d2i. Thanks to Anton Borowka.
  • Documentation fix: Correct CRL revocation reasons in P_X509_CRL_add_revoked_serial_hex(). Closes GH-397. Reported by Marc Reisner.
  • Support stable releases of LibreSSL 3.5 and 3.6.
  • Update callback set by SSL_set_session_secret_cb to adjust master secret's length. This is needed with OpenSSL 1.1.1 and later that provide buffer that is now longer than 48 octets. Fix Net::SSLeay::get_keyblock_size() size calculation with AEAD ciphers. These functions were originally added to OpenSSL and Net::SSLeay for EAP-FAST. These changes allow EAP-FAST to work with AEAD ciphers and with OpenSSL versions 1.1.1 and later.
  • Remove code guarded by obsolete SSL_F_SSL_SET_HELLO_EXTENSION #ifdef. This was used by the initial EAP-FAST related OpenSSL patch which was never part of the OpenSSL distribution.
  • PEM_get_string_PrivateKey() currently uses DES-CBC as its default encryption algorithm. Test 33_x509_create_cert.t now skips testing the default algorithm on systems that support providers but don't have the legacy provider available. One such system is FreeBSD 13.0 with OpenSSL which was added as disabled in GitHub actions by PR GH-402 but can now be enabled. Long term fix is to replace DES-CBC with a modern cipher. Allows closing GH-394.

metacpan.org/dist/Net-SSLeay



Geo-ShapeFile-3.02


Perl extension for handling ESRI GIS Shapefiles.

Changes for 3.02 - 2022-02-23

  • Fix copy-paste error in MultiPointM handling (GH#28).
  • CI changes (GH#27, GH#29)
  • Thanks to @voegelas for all three PRs.

metacpan.org/dist/Geo-ShapeFil…



Clipboard-Any-0.009


Common interface to clipboard manager functions

Changes for 0.009 - 2022-12-13

  • Add function: get_clipboard_history_item.

metacpan.org/dist/Clipboard-An…



Game-Xomb-1.05


a game featuring @ versus the Xarci Bedo

Changes for 1.05 - 2023-02-22T23:30:00Z

  • moved off of github

metacpan.org/dist/Game-Xomb





HTTP-Daemon-6.15


A simple http server class

Changes for 6.15 - 2023-02-22T22:02:46Z

  • Fix CVE-2022-31081: Inconsistent Interpretation of HTTP Requests Correctly handle multiple Content-Length headers and its variants (Theo van Hoesel) Closes "Discrepancies in the Parsing of Content Length header ..." (GH#56) (blessingcharles)
  • kill test server with KILL rather than QUIT (GH#63) (Graham Knop)
  • Create TestServer test lib for running daemon process (GH#62) (Graham Knop)
  • Clean up tests (GH#61) (Graham Knop)

metacpan.org/dist/HTTP-Daemon



Text-Wrap-Smart-XS-0.08


Wrap text fast into chunks of similar length

Changes for 0.08 - 2023-02-22

  • Move testing modules to test_requires.
  • Drop generating compat Makefile.PL.

metacpan.org/dist/Text-Wrap-Sm…



CallBackery-0.43.1


CallBackery is a Mojolicious+Qoodoo Framework for building Web Applications

Changes for 0.43.1 - 2023-02-22T17:19:04Z

  • make renderTemplate work, even when the destination folder does not exist

metacpan.org/dist/CallBackery



Cpanel-JSON-XS-4.35


cPanel fork of JSON::XS, fast and correct serializing

Changes for 4.35 - 2023-02-22

  • fix utf8 object stringification (jixam PR #212)

metacpan.org/dist/Cpanel-JSON-…

#212



OpenAI-API-0.09


A Perl module for accessing the OpenAI API

Changes for 0.09 - 2023-02-22

  • Minor changes, improve documentation.

metacpan.org/dist/OpenAI-API



OpenAI-API-0.08


A Perl module for accessing the OpenAI API

Changes for 0.08 - 2023-02-22

  • New methods, update documentation and tests.

metacpan.org/dist/OpenAI-API



Spreadsheet-Read-0.87


Meta-Wrapper for reading spreadsheet data

Changes for 0.87

  • Change default #! to /usr/bin/perl (Tinita)
  • Improve ->sheets (safer and docs)
  • Update to Spreadsheet::ReadGnumeric 0.2 (attributes and small fixes)

metacpan.org/dist/Spreadsheet-…



Math-Ryu-0.04


perl interface to Ryu (float-to-string conversion).

Changes for 0.04

  • Add _has_uint128() function (in both d2fixed.c files and both .xs files)
  • Patch s2d.c and Debug/s2d.c so that 32-bit Visual Studio (which does not provide the _BitScanReverse64 function) can build Math::Ryu

metacpan.org/dist/Math-Ryu




SPVM-File-Spec-0.05


Portably Perform Operations on File Names

Changes for 0.05 - 2023-02-22

  • New Features
  • Compatible Internal Changes

metacpan.org/dist/SPVM-File-Sp…





Math-MPFI-0.13


perl interface to the MPFI (interval arithmetic) library.

Changes for 0.13

  • In Makefile.PL, add -lquadmath link for Cygwin -Dusequadmath builds only, as this is apparently often needed by this system/configuration.
  • Accommodate perls built by MS Visual Studio 2022

metacpan.org/dist/Math-MPFI



Math-MPC-1.31


Perl interface to the MPC (multi precision complex) library

Changes for 1.31

  • Add new functions Rmpcr_out_str_win, Rmpc_say_win & Rmpcr_print_win.
  • Add Rmpcb_out_str (mpc-1.3.2 and later only).
  • Accommodate MS Visual Studio builds of perl

metacpan.org/dist/Math-MPC




Math-GMPz-0.56


Perl interface to the GMP integer functions

Changes for 0.56

  • Add new test file t/mpfr_NV_checks.t
  • Add Random/t/a_v_random.t

metacpan.org/dist/Math-GMPz






Acme-CPANModules-DiffingStructuredData-0.002


List of modules to diff structured data

Changes for 0.002 - 2022-12-09

  • Add entries: Hash::Diff, Struct::Diff, Value::Diff.

metacpan.org/dist/Acme-CPANMod…





PPIx-Regexp-0.087_01


Parse regular expressions

Changes for 0.087_01 - 2023-02-21

  • Remove support for (**{ ... code ... }). This was introduced in Perl 5.37.8 along with a single-splat version. The double-splat version was removed without deprecation in Perl 5.37.9, so it is being removed without deprecation here as well, per my stated policy about development functionality. The single-splat version still exists (and is documented) in Perl 5.37.9, and in this package.

metacpan.org/dist/PPIx-Regexp




Crypt-Passphrase-Bcrypt-0.005


A bcrypt encoder for Crypt::Passphrase

Changes for 0.005 - 2023-02-21T20:32:33+01:00

  • Adapt to Crypt::Bcrypt's new prehashed function names

metacpan.org/dist/Crypt-Passph…



Crypt-Bcrypt-0.010


A modern bcrypt implementation

Changes for 0.010 - 2023-02-21T20:31:51+01:00

  • Rename bcrypt_hashed to bcrypt_prehashed

metacpan.org/dist/Crypt-Bcrypt



Dist-Zilla-PluginBundle-Author-GSG-v0.4.0


Grant Street Group CPAN dists

Changes for v0.4.0 - 2023-02-21T19:05:54Z

  • Update README (Andrew Hewus Fresh)
  • Pull request #18: SRE-6265 - XS Support (Andrew Hewus Fresh)
  • Use filter instead of findstring for accuracy (Andrew Hewus Fresh)
  • Fix typo (Larry Leszczynski)
  • Update README and LICENSE (Andrew Hewus Fresh)
  • Match any Makefiles in the sharedir (Andrew Hewus Fresh)
  • Act appropriately with a Makefile.PL in the root (Andrew Hewus Fresh)
  • Improve distclean target (Andrew Hewus Fresh)
  • Run tests verbosely (Andrew Hewus Fresh)
  • Improve MAKEFILE_TARGET/MAKEFILE_SHARE handling (Andrew Hewus Fresh)
  • Pull request #17: Remove mentions of MANIFEST.SKIP from docs (Andrew Fresh)
  • Remove mentions of MANIFEST.SKIP from docs (Andrew Hewus Fresh)

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

#18 #17


Cpanel-JSON-XS-4.34


cPanel fork of JSON::XS, fast and correct serializing

Changes for 4.34 - 2023-02-21

  • fix c89 compilation regression, for loop init on centos. GH #211

metacpan.org/dist/Cpanel-JSON-…

#211



App-Greple-tee-0.02


module to replace matched text by the external command result

Changes for 0.02 - 2023-02-21T17:13:18Z

  • second release

metacpan.org/dist/App-Greple-t…