Display run time and dependencies after running code
Changes for 0.210 - 2023-05-01
- INCOMPATIBLE CHANGES
- ENHANCEMENTS
Mapping Perl releases on CPAN to the location of the tarballs
Changes for 5.20230623
- Change: b89377d4677c288d0b76ed06e27ba649d1b21f74 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2023-06-23 22:52:24 +0000
- Change: 488c1baf27c61a77e2af01f2205fa3230e8ac4da Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2023-06-16 09:15:45 +0000
a web front-end for a news server
Changes for 1.07
- Add line-wrapping before posting.
- Add line-wrapping when displaying articles.
- Add tag view.
- Add article superseding.
- Add NEWS_GROUPS variable to specify which newsgroups to list.
https://blogs.perl.org/users/oldtechaa/2023/06/perl-weekly-challenge-222---checking-against-my-list-of-members.html
Launch Zoom meetings via Perl
Changes for 0.231740 - 2023-06-23T12:45:21+02:00
Perl modules bundle to install from CPAN
Changes for 0.231740 - 2023-06-23T12:32:40+02:00
Data object for image.
Changes for 0.03 - 2023-06-23T10:07:52+02:00
- Add dt_created parameter.
- Add ERRORS section to doc.
- Update copyright years.
- Update Module::Install to 1.21 version.
a small gemini client
Changes for 0.07 - 2023-06-23
- Add a gemini_request function that handles redirection and content collection. Break the content accessor to instead contain something that gemini_request maybe does. More tests, bugfixes, etc.
Like Getopt::Long, but with less features
Changes for 0.091 - 2023-05-04
- Be more lightweight (do not use 5.010, do not use strict/warnings).
https://blogs.perl.org/users/laurent_r/2023/06/perl-weekly-challenge-222-matching-members-and-last-member.html
a set of version requirements for a CPAN dist
Changes for 2.143 - 2023-06-19T14:51:58-04:00
- Fix regression with implicit minimum value and multiple requirements
a translation of `tk_dialog' from Tcl/Tk to TkPerl (based on John Stoffel's idea).
Changes for 1.20 - 2023-06-17
- Add effort to make the popup dialog window transient (for window- managers).
- Modernize default -font values, including M$-Windows version.
- Minor code cleanups.
Lists of reserved barewords and symbol names
Changes for 1.26 - 2023-06-19T18:43:00Z
- Updated README
Lists of reserved barewords and symbol names
Changes for 1.25 - 2023-06-19T15:16:08Z
- Add Corinna keywords, new with Perl 5.38.0 (PR #8, @trwyant) ADJUST class field method
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
Tags helper for HTML messages.
Changes for 0.05 - 2023-06-18T12:27:54+02:00
- API change
- Common
CONNECT method
Changes for 0.0305 - 2023-06-18
- Correct configure requirements.
Interact with CLI of Extreme Networking products over any of Telnet, SSH or Serial port
Changes for 1.08 - 2023-06-18
- Changes to correctly detect new ISW models : ISW-4W-4WS-4X & ISW-24W-4X
- Implemented device_more_paging() for ISW, which can now be used to disable more paging
- Added support for Extreme Networks Cloud APs (HiveOS, ex Aerohive)
- Added support for Extreme Networks SD-WAN appliance (ex Ipanema)
- Added support for new attributes is_fabric_engine and is_switch_engine
- Added FabricEngine and SwitchEngine banner patterns to family type login detection
Perl library to work with the API for the Hetzner Cloud
Changes for 0.0.1 - 2023-06-16T15:59:00Z
- Initial release
Low-level HTTP connection (client)
Changes for 6.23 - 2023-06-16T11:46:01Z
- Don't treat HTTP header names as case sensitive in test (GH#81) (Olaf Alders)
Getopt Extender
Changes for 2.1.3 - 2023-06-16T11:35:49Z
- requires Term::ANSIColor::Concise@2.04
Sliding window rate limiting with Memcached
Changes for 0.09 - 2023-06-14T17:18:02Z
- Use `*std::os::raw::c_char` instead of `*i8` for C strings. This fixes the build on Linux Arm64, and possibly other platforms (gh#18)
Documentation and tools for using Platypus with the Rust programming language
Changes for 0.16 - 2023-06-14T17:05:55Z
- use `*std::os::raw::c_char` instead of `*i8` for strings, as this is more portable. In particular *u8 or *c_char is expected on Linux Arm64. (gh#42)
Real-time web framework
Changes for 9.33 - 2023-06-14
- Improved log messages to refer to the FAQ when they have an entry.
- Fixed a bug where the prefork server could sometimes send redundant QUIT signals, which could result in unintended core dumps because of a race condition. (brsakai-csco)
base class for Number:😛hone::* modules
Changes for 3.9002 - 2023-06-14
- Data updates only
Colorize router CLI output
Changes for 1.231650 - 2023-06-14T17:40:19+00:00
- Joelle Maslak <jmaslak@antelope.net>
- [bugfix] Add additional IP address colorizations
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.