Redis-Cluster-Fast-0.06
A fast perl binding for Redis Cluster
Changes for 0.06 - 2023-02-25T18:12:59Z
- Fix memory leaks.
- Add a test using Test::Valgrind.
- Fix for building dependencies.
- Fix behavior when forked to reduce calls to Redis command to retrieve cluster topology.
- Refactoring.
Locale-CA-0.05
two letter codes for province identification in Canada and vice versa
Changes for 0.05
- Include normalized strings Use _get_language from Lingua::Conjunction
Geo-Coder-OpenCage-0.35
Forward and reverse geocoding with the OpenCage Geocoding API
Changes for 0.35 - 2023-02-25
- big thanks to TOBYINK for various suggestions/improvements
- get version number via $VERSION
- allow user-agents that are a subclass of HTTP::Response
- code cleanup
- new dependency on Scalar::Util
Prima-1.68
a perl graphic toolkit
Changes for 1.68 - 2023-02-25
- Process signals inside event loop
- Add sys::GUIException, onDie, and a standard dialog for user interactions on exceptions
- Widget.onMouseClick.dblclick::bool is .nth::int now, can report triple, quadruple etc clicks
- Support fillPattern with tiles in the emulated antialiasing
- Add Date and Time widgets (and their example/clock.pl)
- Remove native Win32 support from cygwin builds
- File.onRead supports native Win32 console stdin event
- Support XIM input
- Win32: fix local non-latin months/days of week names in Calendar
- Win32: fix IME input
- Add Prima::sys::AnyEvent - same as AnyEvent::Impl::Prima bridge but now in the core
Test-Builder-SubtestSelection-0.001002
Select subtests by name or by number
Changes for 0.001002 - 2023-02-24
- update prerequisites
- set minimum perl version
Module-Generic-v0.29.5
Generic Module to inherit from
Changes for v0.29.5 - 2023-02-25T13:51:43Z
- Minor improvement in Module::Generic::File in unload_json()
App-Greple-subst-desumasu-0.06
Japanese DESU/MASU dictionary for App::Greple::subst
Changes for 0.06 - 2023-02-25T01:31:51Z
- 否定形の表現を追加
TableDataRole-Spec-TableDef-0.001
Role to require methods related to TableDef
Changes for 0.001 - 2023-02-24
- First release.
TableData-Chemistry-Element-0.005
Chemical elements
Changes for 0.005 - 2023-02-24
- [bugfix] Trim data values.
TableData-Chemistry-Element-0.004
Chemical elements
Changes for 0.004 - 2023-02-24
- [incompatible change] Follow TableDataRole::Spec::TableDef specification (rename get_table_spec() to get_table_def()).
Perinci-Sub-Gen-AccessTable-0.592
Generate function (and its metadata) to read table data
Changes for 0.592 - 2023-02-24
- [deprecation] Rename table_spec argument to table_def (old name is still supported but deprecated and will be removed in the future).
App-TextWrapUtils-0.004
Utilities related to text wrapping
Changes for 0.004 - 2022-12-13
- Add utilities: textwrap-clipboard, textunwrap-clipboard.
Arango-Tango-0.019
A simple interface to ArangoDB REST API
Changes for 0.019 - 2023-02-24
- Collection.pm
Genealogy-ObituaryDailyTimes-0.08
Lookup an entry in the Obituary Daily Times
Changes for 0.08
- Halved the size of the database Avoid adding duplicates into the database Added volume 28 Refactored handling of "<br>" and "<br />" in the input files
Arango-Tango-0.018
A simple interface to ArangoDB REST API
Changes for 0.018 - 2023-02-24
- Collection.pm
StreamFinder-2.03
Fetch actual raw streamable URLs from various radio-station, video & podcast websites.
Changes for 2.03 - 2023-02-24
- Fix debug messages that were displaying without debugging turned on.
- StreamFinder::Brighteon - Convert "embed" URLs to standard ones, so that if passed an embed url, the proper stream data will be returned.
CGI-Buffer-0.83
Verify, Cache and Optimise CGI Output
Changes for 0.83
- Bump minimum version because of IO::Compress::Brotli failures Fix problem where Last-Modified header not set when no cache Generate 304 on non-cached files Added HTTP/2.0 recognition Make debugging more readable Log correctly when data isn't retrieved from the cache Call logger instead of warn where possible
Arango-Tango-0.017
A simple interface to ArangoDB REST API
Changes for 0.017 - 2023-02-24
- Collection.pm
BSD-Getfsent-0.19
Get file system descriptor file entry
Changes for 0.19 - 2023-02-24
- Move testing module to test_requires.
- Drop generating compat Makefile.PL.
Thread-GoChannel-0.001
Fast thread queues with go-like semantics
Changes for 0.001 - 2023-02-24T17:33:32+01:00
- First version, released on an unsuspecting world.
Math-Random-PCG32-0.24
minimal random permuted congruential generator
Changes for 0.24 - 2023-02-24
- Modernize tests, etc.
OpenAI-API-0.11
A Perl module for accessing the OpenAI API
Changes for 0.11 - 2023-02-24
- Test exceptions.
Crayon-1.01
dedupe, minify and extend CSS
Changes for 1.01 - 2023-02-24
- Adds parse_directory function which parses a directory of css files.
Perinci-Sub-GetArgs-Argv-0.850
Get subroutine arguments from command line arguments (@ARGV)
Changes for 0.850 - 2023-02-24
- No changes from 0.849_001.
HTTP-Daemon-6.16
A simple http server class
Changes for 6.16 - 2023-02-24T03:07:14Z
- Bump LWP::UserAgent to 6.37 in TestSuggests (GH#65) (Olaf Alders)
UUID-FFI-0.11
Universally Unique Identifiers FFI style
Changes for 0.11 - 2023-02-23T19:26:50Z
- Alien::libuuid is now a prerequsite listed in META.json. If it is not needed it will be removed in the configure stage instead of added if it is needed (gh#10)
App-TextWrapUtils-0.003
Utilities related to text wrapping
Changes for 0.003 - 2022-12-13
- Add utility: textunwrap.
- Tweak Abstract for textwrap.
SQL-Translator-1.63
SQL DDL transformations and more
Changes for 1.63 - 2023-02-23
- sqlt-diff: Change producer_args to sqlt_args for better self-documentation NOTE - using producer_args will now throw a deprecation warning
- FEATURES
- A lot of new functionality for the Oracle producer (thanks @hazardv)
- Support DB commments in the following producers: PG, JSON, YAML. Also in the sqlite parser (thanks @djerius)
- Support INCLUDE on indices for Pg (producer + parser)
- Postgres producer now supports materialized views via $extra->{materialized}
- FIXES
- Postgres producer genrates correct constraint names for schema-namespaced tables
- Postgres DBI parser now returns scalarref SQL instead of strings for defaults (thanks @nrdvana)
- Postgres producer drops NOT NULL constraints more correctly (thanks @uehara-delta)
- binaries now have their perl set by EUMM (thanks @toddr)
DB-Object-v0.11.0
A SQL Database object abstraction class
Changes for v0.11.0 - 2022-12-22T21:35:05Z
- Minor correction to method format_update() in DB::Object::Query
- Implemented handling of use of unknown fields (via the $tbl->fo->some_field mechanism)
- Created new Module DB::Object::Fields::Unknown
- Updated methods _group_order(), _where_having() in DB::Object::Query
- Updated _process_limit in DB::Object::Query to take under account user-specified placeholders
- Also updated DB::Object::Mysql::Query, DB::Object::Postgres::Query and DB::Object::SQLite::Query
Geo-ShapeFile-3.03
Perl extension for handling ESRI GIS Shapefiles.
Changes for 3.03 - 2022-02-24
- Tests: Generate unicode file names on the fly (GH#30).
App-GUI-Harmonograph-0.58
sculpting beautiful circular drawings
Changes for 0.58 - 2023-02-23
- = maintenance and starting mod matrix
- " optimized GUI of panel section Pen LIne
- ~ moved config to ~/.config/harmonograph
- ! config parser had silent bug
Algorithm-Toy-HashSC-0.02
a toy separate chain hash implementation
Changes for 0.02 - 2023-02-23
- Modernize to Module::Build, Test2, etc
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).