OpenAI-API-0.11
A Perl module for accessing the OpenAI API
Changes for 0.11 - 2023-02-24
https://metacpan.org/dist/OpenAI-API
Changes for 0.11 - 2023-02-24
- Test exceptions.
https://metacpan.org/dist/OpenAI-API
Crayon-1.01
dedupe, minify and extend CSS
Changes for 1.01 - 2023-02-24
https://metacpan.org/dist/Crayon
Changes for 1.01 - 2023-02-24
- Adds parse_directory function which parses a directory of css files.
https://metacpan.org/dist/Crayon
Perinci-Sub-GetArgs-Argv-0.850
Get subroutine arguments from command line arguments (@ARGV)
Changes for 0.850 - 2023-02-24
https://metacpan.org/release/PERLANCAR/Perinci-Sub-GetArgs-Argv-0.850
Changes for 0.850 - 2023-02-24
- No changes from 0.849_001.
https://metacpan.org/release/PERLANCAR/Perinci-Sub-GetArgs-Argv-0.850
HTTP-Daemon-6.16
A simple http server class
Changes for 6.16 - 2023-02-24T03:07:14Z
https://metacpan.org/dist/HTTP-Daemon
Changes for 6.16 - 2023-02-24T03:07:14Z
- Bump LWP::UserAgent to 6.37 in TestSuggests (GH#65) (Olaf Alders)
https://metacpan.org/dist/HTTP-Daemon
UUID-FFI-0.11
Universally Unique Identifiers FFI style
Changes for 0.11 - 2023-02-23T19:26:50Z
https://metacpan.org/dist/UUID-FFI
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)
https://metacpan.org/dist/UUID-FFI
App-TextWrapUtils-0.003
Utilities related to text wrapping
Changes for 0.003 - 2022-12-13
https://metacpan.org/dist/App-TextWrapUtils
Changes for 0.003 - 2022-12-13
- Add utility: textunwrap.
- Tweak Abstract for textwrap.
https://metacpan.org/dist/App-TextWrapUtils
SQL-Translator-1.63
SQL DDL transformations and more
Changes for 1.63 - 2023-02-23
https://metacpan.org/dist/SQL-Translator
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)
https://metacpan.org/dist/SQL-Translator
RT-Extension-AuditLog-0.04
RT-Extension-AuditLog Extension
Changes for 0.04 - 2023-02-22
https://metacpan.org/dist/RT-Extension-AuditLog
Changes for 0.04 - 2023-02-22
- fix version in META.yml file
https://metacpan.org/dist/RT-Extension-AuditLog
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
https://metacpan.org/dist/Mojo-WebSocketProxy-Backend-ConsumerGroups
Changes for 0.03 - 2023-02-23T04:18:42+00:00
- Rename msg_group to category
https://metacpan.org/dist/Mojo-WebSocketProxy-Backend-ConsumerGroups
App-proxyforurl-1.01
An online proxy PAC file parser
Changes for 1.01 - 2023-02-23T15:03:00Z
https://metacpan.org/dist/App-proxyforurl
Changes for 1.01 - 2023-02-23T15:03:00Z
- Fix fetching correct URLs with PROXYFORURL_X_REQUEST_BASE
https://metacpan.org/dist/App-proxyforurl
App-proxyforurl-1.00
An online proxy PAC file parser
Changes for 1.00 - 2023-02-23T14:25:43Z
https://metacpan.org/dist/App-proxyforurl
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 https://picocss.com
- Rewrote JavaScript
https://metacpan.org/dist/App-proxyforurl
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
https://metacpan.org/dist/Mojo-WebSocketProxy-Backend-ConsumerGroups
Changes for 0.02 - 2023-02-21T09:51:08Z
- Rename msg_group to category
https://metacpan.org/dist/Mojo-WebSocketProxy-Backend-ConsumerGroups
Perl Weekly Challenge 205: Third Highest and Maximum (Bit-Wise) XOR
https://blogs.perl.org/users/laurent_r/2023/02/perl-weekly-challenge-205-third-highest-and-maximum-bit-wise-xor.html
https://blogs.perl.org/users/laurent_r/2023/02/perl-weekly-challenge-205-third-highest-and-maximum-bit-wise-xor.html
Data-Dumper-Interp-5.002
interpolate Data:😁umper output into strings for human consumption
https://metacpan.org/dist/Data-Dumper-Interp
https://metacpan.org/dist/Data-Dumper-Interp
Data-Dumper-Interp
interpolate Data::Dumper output into strings, with human-oriented optionsmetacpan.org
Tie-File-1.07
Access the lines of a disk file via a Perl array
Changes for 1.07 - 2023-02-20
https://metacpan.org/dist/Tie-File
Changes for 1.07 - 2023-02-20
- t/29a_upcopy.t - under parallel builds allow more time for test
- t/29_downcopy.t: Correct typo in inline comment
- What's new in version 1.06
- What's new in version 1.05
- What's new in version 1.04
- What's new in version 1.03
- What's new in version 1.01:
- What's new in version 1.00:
- What's new in version 0.99:
- What's new in version 0.98:
- What's new in version 0.97_01: All changes in this release are from perl 5 porters:
- What's new in version 0.96:
- What's new in version 0.95:
- What's new in version 0.93:
- What's new in version 0.92:
- What's new in version 0.91:
- What's new in version 0.90:
- What's new in version 0.51:
- What's new in version 0.50:
- What's new in version 0.20:
https://metacpan.org/dist/Tie-File
Net-NfDump-1.32
Perl API for manipulating with nfdump files based on libnf.net library
Changes for 1.32 - 2023-03-20
https://metacpan.org/dist/Net-NfDump
Changes for 1.32 - 2023-03-20
- added -l flag to
- fixed memory leak when LOOP_READ is used
https://metacpan.org/dist/Net-NfDump
NetworkManager-Strict-0.230480
NetworkManager strict settings class
Changes for 0.230480 - 2023-02-17T20:59:28+04:00
https://metacpan.org/dist/NetworkManager-Strict
Changes for 0.230480 - 2023-02-17T20:59:28+04:00
- Add synopsis to network_manager script
- Update the path in the script to be general referring to ~
- Add weaver.ini to the git repository
https://metacpan.org/dist/NetworkManager-Strict
Minilla-v3.1.21
CPAN module authoring tool
Changes for v3.1.21 - 2023-02-17T14:36:59Z
https://metacpan.org/dist/Minilla
Changes for v3.1.21 - 2023-02-17T14:36:59Z
https://metacpan.org/dist/Minilla
WebService-IdoitAPI-v0.1.2
a library to access the i-doit JSON RPC API
Changes for v0.1.2
https://metacpan.org/dist/WebService-IdoitAPI
Changes for v0.1.2
- update README
- give more meaningfull message when JSON RPC client fails
- fix GitHub issue #1
https://metacpan.org/dist/WebService-IdoitAPI
SPVM-Sys-0.41
System Calls for File IO, User, Process, Signal, Socket
Changes for 0.41 - 2022-02-17
https://metacpan.org/dist/SPVM-Sys
Changes for 0.41 - 2022-02-17
- Incompatible Changes
- Bug Fix
https://metacpan.org/dist/SPVM-Sys
Story-Interact-0.001009
tools for writing (and reading) an interactive story
Changes for 0.001009 - 2023-02-17
https://metacpan.org/dist/Story-Interact
Changes for 0.001009 - 2023-02-17
- Bug Fixes
https://metacpan.org/dist/Story-Interact
Term-Form-0.553
Read lines from STDIN.
Changes for 0.553 - 2023-02-17
https://metacpan.org/dist/Term-Form
Changes for 0.553 - 2023-02-17
- Update year copyright.
- Bugfix skip_items: check if key is defined.
https://metacpan.org/dist/Term-Form
Story-Interact-0.001008
tools for writing (and reading) an interactive story
Changes for 0.001008 - 2023-02-01
https://metacpan.org/dist/Story-Interact
Changes for 0.001008 - 2023-02-01
- Added: Story::Interact:😛ageSource::Waterfall.
- Added: Story::Interact::State->character_class.
https://metacpan.org/dist/Story-Interact
Clipboard-Any-0.006
Common interface to clipboard manager functions
Changes for 0.006 - 2022-12-08
https://metacpan.org/dist/Clipboard-Any
Changes for 0.006 - 2022-12-08
- Add parcellite & clipit support (minimal functionality).
https://metacpan.org/dist/Clipboard-Any
XS-Parse-Keyword-FromPerl-0.01
drive XS:😛arse::Keyword directly from Perl
Changes for 0.01 - 2023-02-16
https://metacpan.org/dist/XS-Parse-Keyword-FromPerl
Changes for 0.01 - 2023-02-16
- First version, released on an unsuspecting world.
https://metacpan.org/dist/XS-Parse-Keyword-FromPerl
Net-DNS-Resolver-Mock-1.20230216
Mock a DNS Resolver object for testing
Changes for 1.20230216 - 2023-02-16T23:31:47+00:00
https://metacpan.org/dist/Net-DNS-Resolver-Mock
Changes for 1.20230216 - 2023-02-16T23:31:47+00:00
- Build a zonefile cache hash to speed up multiple lookups
https://metacpan.org/dist/Net-DNS-Resolver-Mock
LWP-UserAgent-msgraph-0.05
Changes for 0.05 - 2023-02-16T21:50:38Z
https://metacpan.org/dist/LWP-UserAgent-msgraph
- -Fixed several pod typos
https://metacpan.org/dist/LWP-UserAgent-msgraph
What does ChatGPT think about improving Perl?
https://blogs.perl.org/users/john_napiorkowski/2023/02/what-does-chatgpt-think-about-improving-perl.html
https://blogs.perl.org/users/john_napiorkowski/2023/02/what-does-chatgpt-think-about-improving-perl.html
App-APA-0.230470
Access APA News via RSS
Changes for 0.230470 - 2023-02-16T15:38:54+04:00
https://metacpan.org/release/RWP/App-APA-0.230470
Changes for 0.230470 - 2023-02-16T15:38:54+04:00
- Convert to feature 'class'
- Add method documentation
- Add -1 as -f synonym option
- Use trim
- Introduce the get_items private method
- Use Dist-Zilla
- Release to CPAN
https://metacpan.org/release/RWP/App-APA-0.230470
OpenData-ShortNumberInfo-0.230470
Perl interface to OpenData ShortNumberInfo web service
Changes for 0.230470 - 2023-02-16T14:31:38+04:00
https://metacpan.org/dist/OpenData-ShortNumberInfo
Changes for 0.230470 - 2023-02-16T14:31:38+04:00
- Consistent code style
- Correct pod
- Further simplify dist.ini
- Make number a reader method
- Convert from Object:😛ad to feature 'class'
- Rename the utility script
- Correct tests
- Construct from JSON:😛P
https://metacpan.org/dist/OpenData-ShortNumberInfo
Project2-Gantt-0.009
Generate Gantt images
Changes for 0.009 - 2023-02-16T10:41:11Z
https://metacpan.org/dist/Project2-Gantt
Changes for 0.009 - 2023-02-16T10:41:11Z
- Depend on Alien::Font::Vera and update doc to reflect that
https://metacpan.org/dist/Project2-Gantt
Env-Assert-0.003
Ensure that the environment variables match what you need, or abort.
Changes for 0.003 - 2023-02-16T09:55:57+01:00
https://metacpan.org/dist/Env-Assert
Changes for 0.003 - 2023-02-16T09:55:57+01:00
https://metacpan.org/dist/Env-Assert
Perl Weekly Challenge 204: Monotonic Arrays and Reshape Matrix
https://blogs.perl.org/users/laurent_r/2023/02/perl-weekly-challenge-204-monotonic-arrays-and-reshape-matrix.html
https://blogs.perl.org/users/laurent_r/2023/02/perl-weekly-challenge-204-monotonic-arrays-and-reshape-matrix.html
Acme-Text-Rhombus-0.25
Draw a rhombus with letters/digits
Changes for 0.25 - 2023-02-15
https://metacpan.org/dist/Acme-Text-Rhombus
Changes for 0.25 - 2023-02-15
- Move testing module to test_requires.
- Drop generating compat Makefile.PL.
https://metacpan.org/dist/Acme-Text-Rhombus
Test2-Harness-1.000144
A new and improved test harness with better Test2 integration.
Changes for 1.000144 - 2023-02-15T13:29:48-08:00
https://metacpan.org/dist/Test2-Harness
Changes for 1.000144 - 2023-02-15T13:29:48-08:00
- Skip empty tables in resource view
https://metacpan.org/dist/Test2-Harness