parent-0.241
Establish an ISA relationship with base classes at compile time
Changes for 0.241 - 2023-02-14
https://metacpan.org/dist/parent
Changes for 0.241 - 2023-02-14
- . Actually manually add the changes since I messed up the last release . No code changes, no need to upgrade
https://metacpan.org/dist/parent
App-OpenVZ-BCWatch-0.06
Monitor the OpenVZ user_beancounters file
Changes for 0.06 - 2023-02-14
https://metacpan.org/dist/App-OpenVZ-BCWatch
Changes for 0.06 - 2023-02-14
- Drop generating compat Makefile.PL.
https://metacpan.org/dist/App-OpenVZ-BCWatch
Plack-App-ServiceStatus-0.911
Check and report status of various services needed by your app
Changes for 0.911 - 2023-02-14T20:58:04+01:00
https://metacpan.org/dist/Plack-App-ServiceStatus
Changes for 0.911 - 2023-02-14T20:58:04+01:00
- use more complex strftime format, which is also more portable (Thomas Klausner)
- bump perl req to 5.24 so i can use postfix deref (Thomas Klausner)
- Fixed minor pod typo. (Mohammad S Anwar)
https://metacpan.org/dist/Plack-App-ServiceStatus
App-perlimports-0.000050
Make implicit imports explicit
Changes for 0.000050 - 2023-02-14T19:50:33Z
https://metacpan.org/dist/App-perlimports
Changes for 0.000050 - 2023-02-14T19:50:33Z
- Add experimental --range-begin and --range-end flags, to be used for editor integration (GH#93) (Olaf Alders)
- Remove unused variables (GH#95) (Olaf Alders)
- Ignore more modules which don't eval (GH#94) (Olaf Alders)
https://metacpan.org/dist/App-perlimports
CGI-Widget-DBI-Search-0.32
CGI::Widget:😁BI::Search change logfile
Changes for 0.32
https://metacpan.org/dist/CGI-Widget-DBI-Search
Changes for 0.32
- Remove Encode:😁etect dependency, since simply calling decode('utf8', $s) seems more reliable in general
- Ensure all ampersands are html-escaped in final html output: & -> &
- Reorganize Display::Grid->display_cell() method to be clearer, and wrap cell content in new div and spans for better styleability
- Sort columns by name and strip html in Display::Grid->display_sort_popup(), and fix to run under CGI 4
- Fix Grid and Table tests to get rid of indeterminant test code which can intermittently fail
- New method prepend_bind_params(), useful for placeholders in SELECT clause, like MATCH (...) AGAINST (?)
- Get rid of a width="100%" in table.searchResultsNavBarTable, so this can be styled by the user with CSS
- Instead of die()ing from decode() errors in Base->decode_utf8(), simply return input string
- Add -css_dataset_container_id and -css_table_row_extra_attr options
- Make code run with CGI 4 without warnings about calling param() in list context
- Add workaround for double-encoded utf8 strings, in Base->decode_utf8
https://metacpan.org/dist/CGI-Widget-DBI-Search
PayProp supports the German Perl/Raku Workshop 2023
https://blogs.perl.org/users/max_maischein/2023/02/payprop-supports-the-german-perlraku-workshop-2023.html
https://blogs.perl.org/users/max_maischein/2023/02/payprop-supports-the-german-perlraku-workshop-2023.html
parent-0.240
Establish an ISA relationship with base classes at compile time
Changes for 0.240 - 2023-02-13
https://metacpan.org/dist/parent
Changes for 0.240 - 2023-02-13
- . Use Test::More::isnt() instead of Test::More::isn't in tests, which is deprecated, as ' isn't allowed as package separator in an upcoming version of Perl
- . No code changes, no need to upgrade
https://metacpan.org/dist/parent
Travel-Status-DE-DBWagenreihung-0.08
Interface to Deutsche Bahn Wagon Order API.
https://metacpan.org/dist/Travel-Status-DE-DBWagenreihung
https://metacpan.org/dist/Travel-Status-DE-DBWagenreihung
Task-BeLike-RWP-0.230440
Perl modules bundle to install from CPAN
Changes for 0.230440 - 2023-02-13T18:46:47+04:00
https://metacpan.org/dist/Task-BeLike-RWP
Changes for 0.230440 - 2023-02-13T18:46:47+04:00
https://metacpan.org/dist/Task-BeLike-RWP
rename-1.13
renames multiple files using perl expressions
Changes for 1.13
https://metacpan.org/release/PEDERST/rename-1.13
Changes for 1.13
- Add --shell-completion=bash
https://metacpan.org/release/PEDERST/rename-1.13
TableData-Chemistry-Element-0.002
Chemical elements
Changes for 0.002 - 2023-02-05
https://metacpan.org/dist/TableData-Chemistry-Element
Changes for 0.002 - 2023-02-05
- No functional changes.
- [build] Rebuild with dzil plugin TableData and Pod::Weaver plugin TableData for nicer POD.
https://metacpan.org/dist/TableData-Chemistry-Element
The Perl Toolchain Summit 2023 has a COVID Policy
https://blogs.perl.org/users/book/2023/02/the-perl-toolchain-summit-2023-has-a-covid-policy.html
https://blogs.perl.org/users/book/2023/02/the-perl-toolchain-summit-2023-has-a-covid-policy.html
App-TextWrapUtils-0.002
Utilities related to text wrapping
Changes for 0.002 - 2022-12-13
https://metacpan.org/dist/App-TextWrapUtils
Changes for 0.002 - 2022-12-13
- [incompatible change] [cli textwrap] Change default backend from Text::Wrap to Text::ANSI::Util because Text::Wrap does not remove initial indent.
https://metacpan.org/dist/App-TextWrapUtils
HTML-Blitz-0.05
high-performance, selector-based, content-aware HTML template engine
Changes for 0.05 - 2023-02-11
https://metacpan.org/dist/HTML-Blitz
Changes for 0.05 - 2023-02-11
- fatalize 'uninitialized' warnings; i.e. templates will now die() if they encounter undefined variables
- treat basefont, bgsound, frame, keygen as void elements; i.e. they cannot have content or close tags
- special-case the contents of script, style, and title elements; they cannot have child elements and (in the case of style and script) they don't support HTML entities to escape text contents
https://metacpan.org/dist/HTML-Blitz
Perl Weekly Challenge 203: Special Quadruplets and Copy Directory
https://blogs.perl.org/users/laurent_r/2023/02/perl-weekly-challenge-203-special-quadruplets-and-copy-directory.html
https://blogs.perl.org/users/laurent_r/2023/02/perl-weekly-challenge-203-special-quadruplets-and-copy-directory.html
Insight-Scriptures-0.02
The great new Insight::Scriptures!
https://metacpan.org/release/LNATION/Insight-Scriptures-0.02
https://metacpan.org/release/LNATION/Insight-Scriptures-0.02
Insight-Scriptures-0.01
The great new Insight::Scriptures!
Changes for 0.01
https://metacpan.org/release/LNATION/Insight-Scriptures-0.01
Changes for 0.01
- First version, released on an unsuspecting world.
https://metacpan.org/release/LNATION/Insight-Scriptures-0.01
Plack-App-Tags-HTML-0.11
Plack application for running Tags::HTML objects.
Changes for 0.11 - 2023-02-10T23:06:45+01:00
https://metacpan.org/dist/Plack-App-Tags-HTML
Changes for 0.11 - 2023-02-10T23:06:45+01:00
- Fix doc and regen examples.
- Update copyright years.
- Update to new Plack::Component::Tags::HTML@0.12.
https://metacpan.org/dist/Plack-App-Tags-HTML
Plack-Component-Tags-HTML-0.12
Plack component for Tags with HTML output.
Changes for 0.12 - 2023-02-10T23:04:51+01:00
https://metacpan.org/dist/Plack-Component-Tags-HTML
Changes for 0.12 - 2023-02-10T23:04:51+01:00
- Fix CSS processing from Tags::HTML:😛age::Begin.
https://metacpan.org/dist/Plack-Component-Tags-HTML
Crypt-Passphrase-Argon2-0.004
An Argon2 encoder for Crypt:😛assphrase
Changes for 0.004 - 2023-02-10T23:04:34+01:00
https://metacpan.org/dist/Crypt-Passphrase-Argon2
Changes for 0.004 - 2023-02-10T23:04:34+01:00
- Add profile argument to constructor
https://metacpan.org/dist/Crypt-Passphrase-Argon2
Story-Interact-WWW-0.001002
mojolicious app to read interactive stories
Changes for 0.001002 - 2023-02-10
https://metacpan.org/dist/Story-Interact-WWW
Changes for 0.001002 - 2023-02-10
https://metacpan.org/dist/Story-Interact-WWW
OPCUA-Open62541-2.00
Perl XS wrapper for open62541 OPC UA library
Changes for 2.00 - 2023-02-10
https://metacpan.org/dist/OPCUA-Open62541
Changes for 2.00 - 2023-02-10
- Use methods ServerConfig::setDefaultWithSecurityPolicies() and ClientConfig::setDefaultEncryption() to activate encryption and optionally verfication on both sides respectively.
- Module OPCUA:😮pen62541::Test::CA is used to create private key, certificate, CA and CRL for testing OPC UA encryption.
- Implement methods to get and set client and server description in open62541 config.
- Generate OPC UA constants in Perl from open62541 version 1.3.4 with full namespace 0.
- Remove support for open62541 1.0 and 1.1 API. 1.2 branch did not work properly with OPCUA:😮pen62541 anyway. Minimum required version of the open62541 library is 1.3 now. open62541 master branch has issues. OPCUA:😮pen62541 tests currently run and pass with open62541 version 1.3.4.
- A lot of backwards compatibility code in implementations and tests has been removed.
- The 1.0 API compatibility of the client getState() method has been removed. It has to be called in list context now to retrieve channel state, session state, and connect status. Trying to retrieve the client state in scalar context will result in a Perl die. A client state does not exist anymore.
- Implement basic encryption for client and server. Certificates are not validated yet.
- Improve behavior of client config setUsernamePassword() method.
https://metacpan.org/dist/OPCUA-Open62541
Crypt-Bcrypt-0.009
A modern bcrypt implementation
Changes for 0.009 - 2023-02-10T16:07:45+01:00
https://metacpan.org/dist/Crypt-Bcrypt
Changes for 0.009 - 2023-02-10T16:07:45+01:00
- Stricten up bcrypt_needs_rehash
- Improve documentation
https://metacpan.org/dist/Crypt-Bcrypt
Crypt-Argon2-0.013
Perl interface to the Argon2 key derivation functions
Changes for 0.013 - 2023-02-10T16:07:16+01:00
https://metacpan.org/dist/Crypt-Argon2
Changes for 0.013 - 2023-02-10T16:07:16+01:00
- Stricten up argon2_needs_rehash
https://metacpan.org/dist/Crypt-Argon2
Find expiring SSL certs using curl, Go and Perl.
https://blogs.perl.org/users/olaf_alders/2023/02/find-expiring-ssl-certs-using-curl-go-and-perl.html
https://blogs.perl.org/users/olaf_alders/2023/02/find-expiring-ssl-certs-using-curl-go-and-perl.html
SPVM-FindBin-0.01
Locate Directory of Original Program
Changes for 0.01 - 2023-02-07
https://metacpan.org/release/KIMOTO/SPVM-FindBin-0.01
Changes for 0.01 - 2023-02-07
- Changes
https://metacpan.org/release/KIMOTO/SPVM-FindBin-0.01
Music-Chord-Progression-Transform-0.0301
Generate transformed chord progressions
Changes for 0.0301 - 2023-02-06T16:40:41Z
https://metacpan.org/dist/Music-Chord-Progression-Transform
Changes for 0.0301 - 2023-02-06T16:40:41Z
- Improve documentation.
https://metacpan.org/dist/Music-Chord-Progression-Transform
Music-Chord-Progression-Transform-0.0300
Generate transformed chord progressions
Changes for 0.0300 - 2023-02-06T16:24:21Z
https://metacpan.org/dist/Music-Chord-Progression-Transform
Changes for 0.0300 - 2023-02-06T16:24:21Z
- Change the default format from ISO to midinum.
https://metacpan.org/dist/Music-Chord-Progression-Transform
GetoptLongWrapper-0.03
A wrapper for the Getopt::Long module
https://metacpan.org/dist/GetoptLongWrapper
https://metacpan.org/dist/GetoptLongWrapper
Six days later...
I used to get the impression many project developers would support Mastodon API foremost but now I'm inclined to see more projects implement ActivityPub C2S first and then everything else..
Bradley D. Thornton reshared this.
App-Toot-0.03
post a status to Mastodon
Changes for 0.03 - 2023-02-05
https://metacpan.org/dist/App-Toot
Changes for 0.03 - 2023-02-05
- Add Github workflows to run tests
- Update bugtracker to Github issues
https://metacpan.org/dist/App-Toot
App-RouterColorizer-1.230370
Colorize router CLI output
Changes for 1.230370 - 2023-02-06T02:56:24+00:00
https://metacpan.org/dist/App-RouterColorizer
Changes for 1.230370 - 2023-02-06T02:56:24+00:00
- Joelle Maslak <jmaslak@antelope.net>
- [feature] Ciena colorizing of additional status messages
- [bugfix] Ciena colorizing of disabled ports in show ptp is proper now
https://metacpan.org/dist/App-RouterColorizer
Pod-AsciiDoctor-0.101001
Convert from POD to AsciiDoc
Changes for 0.101001 - 2023-02-06
https://metacpan.org/dist/Pod-AsciiDoctor
Changes for 0.101001 - 2023-02-06
https://metacpan.org/dist/Pod-AsciiDoctor
Mojolicious-Plugin-PrometheusTiny-0.02
Export metrics using Prometheus::Tiny::Shared
Changes for 0.02 - 2023-02-05T20:41:19Z
https://metacpan.org/dist/Mojolicious-Plugin-PrometheusTiny
Changes for 0.02 - 2023-02-05T20:41:19Z
- Improved example in README. Fixed bug in custom metrics.
https://metacpan.org/dist/Mojolicious-Plugin-PrometheusTiny
MooX-Keyword-Chain-0.01
Subroutine chains
Changes for 0.01
https://metacpan.org/release/LNATION/MooX-Keyword-Chain-0.01
Changes for 0.01
- First version, released on an unsuspecting world.
https://metacpan.org/release/LNATION/MooX-Keyword-Chain-0.01
New Dancer, Dancer2 plus Ecosystem Updates
https://blogs.perl.org/users/jason_a_crome/2023/02/new-dancer-dancer2-plus-ecosystem-updates.html
https://blogs.perl.org/users/jason_a_crome/2023/02/new-dancer-dancer2-plus-ecosystem-updates.html
Task-Dancer2-0.07
Dancer2... in a box!
Changes for 0.07 - 2023-02-05
https://metacpan.org/dist/Task-Dancer2
Changes for 0.07 - 2023-02-05
- Added Dancer2::Template::Handlebars and Dancer2:😛lugin:😁BIx::Class (GeekRuthie)
https://metacpan.org/dist/Task-Dancer2
Dancer2-Template-Xslate-v0.2.0
Text:🤐slate template engine for Dancer2
Changes for v0.2.0 - 2023-02-04T14:53:09-05:00
https://metacpan.org/dist/Dancer2-Template-Xslate
Changes for v0.2.0 - 2023-02-04T14:53:09-05:00
- Add warning about Dancer2 layouts and cascading templates (GH#1, Pedro Melo)
https://metacpan.org/dist/Dancer2-Template-Xslate
Dancer2-Session-CHI-0.05
Dancer 2 session storage with CHI backend
Changes for 0.05 - 2023-02-05T18:42:57-05:00
https://metacpan.org/dist/Dancer2-Session-CHI
Changes for 0.05 - 2023-02-05T18:42:57-05:00
- BUG FIXES
- ENHANCEMENTS
- DOCUMENTATION
https://metacpan.org/dist/Dancer2-Session-CHI
Dancer2-0.400001
Lightweight yet powerful web application framework
Changes for 0.400001 - 2023-02-05T18:41:48-05:00
https://metacpan.org/dist/Dancer2
Changes for 0.400001 - 2023-02-05T18:41:48-05:00
- BUG FIXES
- ENHANCEMENTS
- DOCUMENTATION
https://metacpan.org/dist/Dancer2
Dancer-1.3521
lightweight yet powerful web application framework
Changes for 1.3521 - 2023-02-05
https://metacpan.org/dist/Dancer
Changes for 1.3521 - 2023-02-05
- BUG FIXES
https://metacpan.org/dist/Dancer
Travel-Status-DE-DeutscheBahn-4.05
Interface to the online arrival/departure
https://metacpan.org/dist/Travel-Status-DE-DeutscheBahn
https://metacpan.org/dist/Travel-Status-DE-DeutscheBahn
App-DBBrowser-2.314
Browse SQLite/MySQL/PostgreSQL databases and their tables interactively.
Changes for 2.314 - 2023-02-03
https://metacpan.org/dist/App-DBBrowser
Changes for 2.314 - 2023-02-03
- New data-structure for subquery file.
- Refactoring/update Subqueries, Filter, GetContent
- Bugfix/update filter search_and_replace.
- Simplified formation info-output.
- Update sql_limit.
https://metacpan.org/dist/App-DBBrowser
Rose-DB-0.784
A DBI wrapper and abstraction layer.
Changes for 0.784
https://metacpan.org/dist/Rose-DB
Changes for 0.784
- Added support for PDBs (Pluggable Databases) to DBD:😮racle. (Patch by Ferry Hendrikx.)
- Added support for "numeric" booleans to DBD:😮racle. (Patch by Ferry Hendrikx.)
https://metacpan.org/dist/Rose-DB
United-domains supports the German Perl/Raku-Workshop
https://blogs.perl.org/users/max_maischein/2023/02/united-domains-supports-the-german-perlraku-workshop.html
https://blogs.perl.org/users/max_maischein/2023/02/united-domains-supports-the-german-perlraku-workshop.html
AsposeSlidesCloud-SlidesApi-23.01
Aspose.Slides Cloud SDK
https://metacpan.org/dist/AsposeSlidesCloud-SlidesApi
https://metacpan.org/dist/AsposeSlidesCloud-SlidesApi