App-DBBrowser-2.320
Browse SQLite/MySQL/PostgreSQL databases and their tables interactively.
Changes for 2.320 - 2023-03-14
- Update default aliases.
 
Alien-RtMidi-0.05
Install RtMidi
Changes for 0.05 - 2022-02-00
- Updated for RtMidi v5
 - Install point releases if they exist
 
Net-Server-2.014
Extensible Perl internet server
Changes for 2.014
- Apply patch to Fork for UDP
 - Fix tests on perls without threads
 
MIDI-RtMidi-FFI-0.04
Bindings for librtmidi - Realtime MIDI library
Changes for 0.04 - 2023-02-00
- MIDI::Event encoded/decoded messages now include channel (breaking change!)
 - Added support for RtMidi v5
 - Enabled limited SysEx support in MIDI::Event encoded/decoded messages
 - Fixed some data handling issues in callback messages
 - Using FFI::Platypus API v2
 - Removed runtime dependency on Alien::RtMidi
 
FFI-Platypus-2.07
Write Perl bindings to non-Perl libraries with FFI. No XS required.
Changes for 2.07 - 2023-03-14T06:59:09Z
- Production release identical to 2.06_01
 
HTML-Strip-2.11
Perl extension for stripping HTML markup from text.
Changes for 2.11
- fix public VSC info for MetaCPAN (RT#115740)
 - add option to emit newlines for <br> and <p> tags (patch by Ryan Schmidt, contributed by Jason McIntosh)
 - installation / complilation bug on macOS (RT#134342) (patch contributed by Lucas Kanashiro)
 - spelling correction (RT#115740) (patch contributed by Florian Weimer)
 - improved C99 compatibility with utf8_char_width prototype (RT#146734) (contributed by Gabor Szabo)
 - htmlstrip command-line tool
 
App-Greple-xlate-0.17
translation support module for greple
Changes for 0.17 - 2023-03-14T10:06:34Z
- fix XLATE.mk to use -o option instead of -x
 
App-Greple-xlate-0.16
translation support module for greple
Changes for 0.16 - 2023-03-14T09:47:33Z
- update examples/data_shishin.docx to the latest version
 - change workdir to /work
 - introduce -C and -B option
 - introduce -G option
 
Geo-Coder-OpenCage-0.36
Forward and reverse geocoding with the OpenCage Geocoding API
Changes for 0.36 - 2023-03-14
- pod improvements/clarifications, no code changes
 
App-VTide-v0.1.21
A vim/tmux based IDE for the terminal
Changes for 0.1.21 - 2023-03-14
- Updating for release of version 0.1.21 Updating documentation of commands (Ivan Wills)
 
Test-Simple-1.302194
Basic utilities for writing tests.
Changes for 1.302194 - 2023-03-13T20:06:57-07:00
- Fix failing test on 5.10
 
Class-Simple-Readonly-Cached-0.09
cache messages to an object
Changes for 0.09
- Warn if we're caching an object that's already cached, then return the previously cached object
 
Bitcoin-RPC-Client-0.12
Bitcoin Core JSON RPC Client
Changes for 0.12
- 'die' when invalid JSON is returned from RPC service (GH#4)
 - Updated documentation
 
MIDI-RtMidi-FFI-0.04-TRIAL
Bindings for librtmidi - Realtime MIDI library
Changes for 0.04 - 2023-02-00
- MIDI::Event encoded/decoded messages now include channel (breaking change!)
 - Added support for RtMidi v5
 - Enabled limited SysEx support in MIDI::Event encoded/decoded messages
 - Fixed some data handling issues in callback messages
 - Using FFI::Platypus API v2
 - Removed runtime dependency on Alien::RtMidi
 
Alien-RtMidi-0.05-TRIAL
Install RtMidi
Changes for 0.05 - 2022-02-00
- Updated for RtMidi v5
 - Install point releases if they exist
 
Webservice-Judobase-0.09
This module wraps the www.judobase.org website API.
Changes for 0.09 - 2023-03-13
- Bump dependencies
 - Update xt tests to reflect IJF API
 
RxPerl-v6.27.1
an implementation of Reactive Extensions / rxjs for Perl
Changes for v6.27.1 - 2023-03-13T15:18:32Z
- fixed bug on rx_from_event and rx_from_event_array
 
Test2-Harness-UI-0.000136
Web interface for viewing and inspecting yath test logs
Changes for 0.000136 - 2023-03-13T08:44:39-07:00
- Switch to bin(16) for uuids instead of char(36)
 
Venus-2.32
OO Library for Perl 5
Changes for 2.32 - 2023-03-13
- [update] Update attribute assert failure message in Venus::Role::Optional
 - [update] Ignore attribute assertion in Venus::Role::Optional if not required
 
PerlX-ScopeFunction-0.02
new keywords for creating scopes.
Changes for 0.02 - 2023-03-13
- Add `let`
 - keywords can now be imported as different names.
 
App-DBBrowser-2.319
Browse SQLite/MySQL/PostgreSQL databases and their tables interactively.
Changes for 2.319 - 2023-03-13
- Create tables: update list of tables even if insert failed.
 
Jacode-2.13.4.30
Perl program for Japanese character code conversion
Changes for 2.13.4.30 - 2023-03-13T00:00:00Z
- update jacode::getcode()
 - created by INABA Hitoshi
 
App-DBBrowser-2.318
Browse SQLite/MySQL/PostgreSQL databases and their tables interactively.
Changes for 2.318 - 2023-03-13
- Bugfix update/delete info print.
 
Alien-Gnuplot-1.041
Find and verify functionality of the gnuplot executable.
Changes for 1.041 - 2023-03-12
- Minimum Alien::Build for Build::Copy plugin is Alien::Build v2.19. Thanks to Andreas K. Hüttel (akhuettel++) for the bug report. GH#11.
 
Crypt-LE-0.39
Let's Encrypt (and other ACME-based) API interfacing module and client.
Changes for 0.39
- EAB (External Account Binding) support used by some CAs.
 - Asynchronous order finalization support.
 - Server-indicated retry intervals support.
 - Direct support of known ACME-compatible CAs via 'ca' parameter.
 - Minor fixes and documentation updates.
 
JSON-Schema-Modern-0.565
Validate data against a schema
Changes for 0.565 - 2023-03-12T21:19:27Z
- traverse and evaluate callbacks can now produce errors, which are incorporated into the overall evaluation results
 - fix bad handling of empty patterns in "pattern", "patternProperties" keywords
 
Template-Perlish-1.64
Yet Another Templating system for Perl
Changes for 1.64 - 2023-03-12T19:10:56Z
- Complete implementation for option "missing" in traverse()
 - Add option "undef" in traverse()
 - Add tests for the two above
 
Music-CreatingRhythms-0.0602
Combinatorial algorithms to generate rhythms
Changes for 0.0602 - 2023-03-12T09:38:18Z
- Improve documentation.
 - Add tests.
 
Crypt-Passphrase-Yescrypt-0.001
A yescrypt encoder for Crypt::Passphrase
Changes for 0.001 - 2023-03-12T17:02:46+01:00
- Initial release to an unsuspecting world
 
Time-Piece-Guess-0.0.2
Compares the passed string against common patterns and returns a format to use with Time::Piece or object
Changes for 0.0.2 - 2023-03-12
- -fix guess_to_object
 
Time-Piece-Guess-0.0.1
Compares the passed string against common patterns and returns a format to use with Time::Piece or object
App-DBBrowser-2.317
Browse SQLite/MySQL/PostgreSQL databases and their tables interactively.
Changes for 2.317 - 2023-03-12
- Informix: add 'Epoch_to_DateTime'.
 - Informix add connection attribute 'ix_EnableUTF8'.
 - Pg: add schema 'public' only if db is user-db.
 - New option: DB2 application code set.
 - New option to disable table print warnings
 - Option 'binary_filter': add hexadecimal format.
 - Allow nested function.
 - attached_DB.json: save attached databases as hash.
 - Bugfix in 'from_col_by_col'.
 - Bugfix in 'CreateDropAttach'.
 
Crypt-Yescrypt-0.001
A Perl interface to the yescrypt password hash
Changes for 0.001 - 2023-03-12T15:56:04+01:00
- Initial release to an unsuspecting world
 
Redis-Cluster-Fast-0.087
A fast perl binding for Redis Cluster
Changes for 0.087 - 2023-03-12T14:05:49Z
- Fix Bugs.
 - Use RESP2 instead of RESP3 for deps maintainability. Therefore, the response type of some commands has been changed.
 - Refactorings.
 
