https://blogs.perl.org/users/oldtechaa/2023/06/perl-weekly-challenge-221---good-strings-bad-strings.html
ANSI sequence aware column command
Changes for 1.34 - 2023-06-18T11:06:29Z
- improve --board-color option using new Term::ANSIColor::Concise
https://blogs.perl.org/users/laurent_r/2023/06/perl-weekly-challenge-221-arithmetic-subsequence.html
DoubleDouble precision arithmetic for all architectures
Changes for 0.08
- Change the spec of dd_numify() to return an accurate Math::MPFR object rather than the sum of the 2 doubles (which is often less precise).
Interact with the OpenAI GPT-3,4 API
Changes for 0.17 - 2023-06-14
- Change default model from gpt-3.5-turbo to gpt-3.5-turbo-0613
Read and write PO files
Changes for v0.6.1 - 2023-06-14T19:46:54Z
- Correcting minor bug due to lack of precision in Text:😛O::Element
A command-line tool to deal with bcrypt password hashing
Changes for 1.001 - 2023-06-14T10:46:01Z
- Initial release of a bcrypt utility in Perl
Destructuring Assignment Syntax for Perl
Changes for 0.0.12
- Add Capture::Tiny to test.requires
Destructuring Assignment Syntax for Perl
Changes for 0.0.11
- Support slurpy @x and @$x forms
- Update docs for new slurpy forms
- Add Kang-min Liu to authors
translation support module for greple
Changes for 0.24 - 2023-06-13T10:41:41Z
- update xlate.el
Various Sah schemas related to Firefox
Changes for 0.004 - 2023-04-17
- Add schema: Firefox::local_profile_name::default_first.
A SQL Database object abstraction class
Changes for v0.11.4 - 2023-06-12T14:42:28Z
- Added missing overloaded operator in DB:😮bject::Fields::Field
- Added ~~ overloaded operator in DB:😮bject::Fields::Field
- Updated method _where_having() in DB:😮bject::Query to allow for litteral condition to be provided as scalar reference
- Added documentation for DB:😮bject::ALL, DB:😮bject::ANY and DB:😮bject::Expression
A helpful library for with CAPE.
Changes for 2.5.0 - 2023-06-12
- suricata_extract_submit and extend now tracks submitted byte size
- suricata_extract_submit now uses Proc:😛ID::File to make sure only one instance is running
a light and pure-Perl PSGI/Plack HTTP server with pre-forks
Changes for 0.0401 - 2020-03-12
- Provides cpanfile.
- More reliable tests.
Perl module for async log watching
Changes for 0.06 - 2023-06-12
- Removed MAN3PODS from Makefile.PL to allow automatic generation by ExtUtils::MakeMaker.
Perl module for async log watching
Changes for 0.05 - 2023-06-12
- Added basic test scripts and test files.
- Improved pattern matching logic.
Perl module for async log watching
Changes for 0.04 - 2023-06-12
- Added POD documentation.
- Fixed minor bugs in pattern matching.
https://blogs.perl.org/users/oldtechaa/2023/06/perl-weekly-challenge-220---ive-seen-these-characters-round-these-parts.html
preserve Host header on requests
Changes for 0.0101 - 2023-06-11
- Provides cpanfile.
Benchmark Data::CSel::WrapStruct
Changes for 0.004 - 2023-01-19
- Rename module/dist Bencher-Scenarios-{DataCSelWrapStruct,Data-CSel-WrapStruct}.
Asynchronously watch log files for specific patterns.
Asynchronously watches log files for specific patterns
A Perl module for handling webhooks sent by Stripe
Changes for 1.0
- First production release
MCE extension for sharing data supporting threads and processes
Changes for 1.885
- Fix typo in Queue dequeue_timed documentation. Thank you, Łukasz Strzelecki.
Many-Core Engine for Perl providing parallel processing capabilities
Changes for 1.887
- Fix typo in Queue dequeue_timed documentation. Thank you, Łukasz Strzelecki.
Moo classes for http://schema.org/ classes
Changes for v21.0.0 - 2023-06-09T13:44:58+01:00
- Enhancements
- Incompatible Changes
- Documentation
Plack search application.
Changes for 0.02 - 2023-06-09T12:39:24+02:00
- Add another test for post method.
- Add example to doc with button.
- Fix minimal version of Plack::Component::Tags::HTML.
- Regen META.yml.
Write Perl tests in YAMLScript
Changes for 0.1.3
- origin/main) Lingy::Eval renamed to Lingy::Evaluator
- Refactor and simplify Test/More/YAMLScript.ys
Program in YAML
Changes for 0.1.5
- Print correct YAMLScript version in REPL startup
- Remove dev code from YAMLScript::Main
- Rename YAMLScript/Lang/RT.pm -> YAMLScript/RT.pm
A Perl implementation of Clojure
Changes for 0.1.11
- Error on unsupported escape characters
- Take 'Error:' prefix out of error messages
- Throw any errors from a perl eval
- Return after printing unknown internal value
- Add regexp escaping
- Move all Lingy/Lang/*.pm to Lingy/*.pm
- Refactor = and == to be more correct
- Rename Lingy::Eval to Lingy::Evaluator
- Keep refers pairs in namespace proper
- Overall refactor and code cleanup
Plack search application.
Changes for 0.01 - 2023-06-08T16:33:31+02:00
- First version.
Quick and Dirty Interface to https://github.com/mapbox/geocoder-abbreviations
Changes for 0.06
- Use JSON::MaybeXS instead of JSON Fix code for online/offline testing Calling new on an object now returns a clone rather than setting the defaults in the new object
Geo-Coder-Abbreviations
Quick and Dirty Interface to https://github.com/mapbox/geocoder-abbreviationsmetacpan.org
Google Ads API Client Library for Perl
Changes for 17.0.0 - 2023-06-08
- Added support for Google Ads API v14.
- Removed examples: generate_forecast_metrics, generate_historical_metrics, get_campaign_criterion_bid_modifier_simulations.
Get stock and mutual fund quotes from various exchanges
Changes for 1.56_01 - 2023-06-07T14:32:48-07:00
- Added MarketWatch Module
- Replaced cached file with IO::String object in IndiaMutual.pm
- Fixed missing date in AEX.pm - Issue #298
- Fixed Examples in POD Documentation in a few modules - PR #295
- move use strict to be the first statement in TreasuryDirect.pm and TwelveData.pm #290
- remove old perl version requirement statements from TreasuryDirect.pm and TwelveData.pm #290
- removed Data:😁umper that caused another test to fail from TreasuryDirect.pm #290
- Fixed Fool.pm and fool.t - PR #289
A complete GitLab API v4 client.
Changes for 0.27 - 2023-06-07T20:50:56Z
- Add run_pipeline_schedule.
- Add share_group_with_group and unshare_group_with_group.
- Add approve_merge_request and unapprove_merge_request
- Add approve_user and reject_user.
- Add ban_user and unban_user.
- Add activate_user and deactivate_user.
- Allow multi-line arguments.
- Use JSON::MaybeXS instead of JSON.
- Add verify_SSL=>1 to HTTP::Tiny to verify https server identity.
- Handle multiple cookies correctly when there is more than one.
- Live tests now run against GitLab CE 16.0.3 (was 11.10.4).
- Add the the remote_mirrors, create_remote_mirror, and edit_remote_mirror methods.
- Fixed incorrect license messaging in POD.
Serve a specific static file
Changes for v0.1.0 - 2023-06-07T20:44:05+01:00
- Initial release.
Calculate geographic distances.
Changes for 0.20 - 2023-06-07T19:24:59Z
- Minor metadata and boilerplate updates.
- Fix typo in POD.