Weather-WeatherKit-0.11
Apple WeatherKit REST API client
Changes for 0.11 - 2023-02-23
- Changes for CPANTS.
Alien-Gnuplot-1.040
Find and verify functionality of the gnuplot executable.
Changes for 1.040 - 2023-02-23
- Switch to using Alien::Build / alienfile to check and install Gnuplot.
- Alien::Gnuplot is now a subclass of Alien::Base.
- Remove interactive installation option for using system package manager. The build now gives hints on what command to run instead.
- Add check for broken Gnuplot pipe IPC on Windows for versions in the exclusive range ( 5.2.8, 5.4.6 ). See <github.com/PDLPorters/PDL-Grap… for more information.
- Can now download then build Gnuplot from source on non-MSWin32 platforms and download then install the pre-built Gnuplot binaries on MSWin32. GH#2.
- API change: load_gnuplot() is no longer called when loading the module with `require` or `do`. It is instead called by `import()`. This means that the usual `use Alien::Gnuplot;` should continue to work.
Net-EPP-Registry-Nominet-0.07_01
EPP client code for Nominet
Changes for 0.07_01 - 2023-02-23
- Add fork method
- Add ability to change contact ID in update_contact
- Add ability to move a domain to a different registrant with update_domain
App-GUI-Cellgraph-0.25
draw pattern by cellular automata
Changes for 0.25 - 2023-02-23
- = colors
- ~ moved config to ~/.config/cellgraph
- ! switch current state on color panel now moves also HSL values
- ! grid computation bug
- ! fixed progressbar
Test-Builder-SubtestSelection-0.001001
Select subtests by name or by number
Changes for 0.001001 - 2023-02-23
- fix documentation
Test-Builder-SubtestSelection-0.001
Select subtests by name or by number
Changes for 0.001 - 2023-02-22
- initial release
Google-Ads-GoogleAds-Client-15.0.0
Google Ads API Client Library for Perl
Changes for 15.0.0 - 2023-02-22
- Added support for Google Ads API v13.
- Removed support for Google Ads API v10.
- Reworked code examples to address the deprecation of combined rule user lists and expression rule user lists:
File-Text-CSV-0.02
Easy access to CSV data files
Changes for 0.02 - 2016-01-17
- Renamed to File::Text::CSV. Use Text::CSV_XS (Text::CSV is still safe as well).
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.
RT-Extension-AuditLog-0.04
RT-Extension-AuditLog Extension
Changes for 0.04 - 2023-02-22
- fix version in META.yml file
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
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
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
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
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
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
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.
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.
Clipboard-Any-0.009
Common interface to clipboard manager functions
Changes for 0.009 - 2022-12-13
- Add function: get_clipboard_history_item.
Game-Xomb-1.05
a game featuring @ versus the Xarci Bedo
Changes for 1.05 - 2023-02-22T23:30:00Z
- moved off of github
Weather-WeatherKit-0.1
Apple WeatherKit REST API client
Changes for 0.1 - 2023-02-22
- First public release.
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)
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.
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
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)
OpenAI-API-0.1
A Perl module for accessing the OpenAI API
Changes for 0.10 - 2023-02-22
- Improve documentation.
OpenAI-API-0.09
A Perl module for accessing the OpenAI API
Changes for 0.09 - 2023-02-22
- Minor changes, improve documentation.
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.
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)
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
SPVM-File-Spec-0.05
Portably Perform Operations on File Names
Changes for 0.05 - 2023-02-22
- New Features
- Compatible Internal Changes
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
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
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
Math-GMPq-0.53
Perl interface to the GMP rational functions
Changes for 0.53
- Add Random/t/a_v_random.t
Math-GMPf-0.51
Perl interface to the GMP floating point functions
Changes for 0.51
- Add Random/t/a_v_random.t
SPVM-File-Spec-0.04
Portably Perform Operations on File Names
Changes for 0.04 - 2023-02-22
- Incompatible Changes
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.
Weather-WeatherKit-0.0_1
Apple WeatherKit REST API client
Changes for 0.01
- First version, released on an unsuspecting world.