Perl interface for libcurl
Changes for 0.54 - 2023-06-16T11:21:00Z
- Stanislaw Pusep <stas@sysd.org>
Mapping Perl releases on CPAN to the location of the tarballs
Changes for 5.20230616
- Change: 0843bf23082ec504703d9eca46a91e8f95844bac Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2023-06-16 09:11:37 +0000
- Change: 988dccbcba9978c46964bc31e46173e38638cb6a Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2023-06-16 08:46:20 +0000
fold/colrm command handling ANSI terminal sequences
Changes for 1.19 - 2023-06-16T07:25:03Z
- make script/ansicolrm installed
- option --colrm accept arbitrary number of arguments
Gettext Support For the Template Toolkit Version 2
Changes for 1.0 - 2023-06-16
- The module is now considered stable. Version bumped to 1.0.
- Setting the environment variable $LANGUAGE no longer prevents the module from working correctly (github issue github.com/gflohr/Template-Plu…)
- Other ssues fixed: o github.com/gflohr/Template-Plu… o github.com/gflohr/Template-Plu… o github.com/gflohr/Template-Plu…
Interface to open-meteo.com for historical weather data
Changes for 0.06
- Added bin/weather weather() now supports the 'tz' argument
Modules/applications that are ported from (or inspired by) Python libraries
Changes for 0.007 - 2023-04-23
- Add entry: Dash.
block header injections in responses
Changes for v1.1.0 - 2023-06-15T23:44:37+01:00
- Incompatible Changes
- Documentation
- Toolchain
- Other
remove HTML indentation on the fly
Changes for v0.2.4 - 2023-06-15T20:07:45+01:00
- Toolchain
- Documentation
send statistics to statsd
Changes for v0.6.3 - 2023-06-15T19:45:18+01:00
- Enhancements
- Documentation
Serve a specific static file
Changes for v0.2.0 - 2023-06-15T19:31:17+01:00
- Enhancements
Get stock and mutual fund quotes from various exchanges
Changes for 1.56_02 - 2023-06-15T09:57:11-07:00
- Added GoogleWeb Module
- YahooWeb module added - PR #296
- Added MarketWatch Module
- Replaced cached file with IO::String object in IndiaMutual.pm
- Fixed missing date in AEX.pm - Issue #298
- Fixed Examples in POD Documentation in a few modules - PR #295
- move use strict to be the first statement in TreasuryDirect.pm and TwelveData.pm #290
- remove old perl version requirement statements from TreasuryDirect.pm and TwelveData.pm #290
- removed Data::Dumper that caused another test to fail from TreasuryDirect.pm #290
- Fixed Fool.pm and fool.t - PR #289
Copyright class
Changes for 0.010 - 2023-06-15
- reduce verbosity of invalid year range warning
a boopable LibreNMS JSON style SNMP extend for remotely running nagios style checks
Changes for 0.2.0 - 2023-06-15
- Documentation cleanup
- convert to use src_bin
A simple log filter
Changes for 0.10 - 2023-06-15
- Added 'interval' parameter to constructor for setting read interval in File::Tail
- Default read interval is 1 second if no 'interval' parameter is provided
BSD utilities written in pure Perl
Changes for 1.035 - 2023-06-15T09:57:49Z
Perl Cooklang parser
Changes for 0.10 - 2023-06-15T07:38:20Z
- First version. Passes all tests except two fractional tests. Here I rely on Number::Fraction as I can find no explanation of the canonical tests.
A helpful library for with CAPE.
Changes for 2.6.0 - 2023-06-14
- add mojo_cape_submit_extend
- Fix sub_size for suricata_extract_submit
Location information
Changes for 0.09
- Increased the test coverage Added the tz() method
2D grid line drawing via linear interpolation
Changes for 0.02 - 2023-06-15
- Add 'bline' function with the traditional Bresenham.
Various Sah schemas related to Firefox
Changes for 0.006 - 2023-04-17
- Remove schema's extras part.
Color example class using Rust + FFI
Changes for 0.05 - 2023-06-14T17:19:47Z
- Use `*std::os::raw::c_char` instead of `*i8` for C strings. This is more portable and fixes the build on Linux Arm64 and probably other platforms (gh#5)
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::Phone::* 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
XS functions to assist in parsing keyword syntax
Changes for 0.34 - 2023-06-14
- CHANGES
- BUGFIXES
Create Text-based User Interfaces Without ncurses
Changes for 2.00 - 2023-06-14T16:40:56Z
- Based on incompatible fork of termbox (which was abandoned)
- Old examples have been removed until they're rewritten
- New UI example: eg/editor.pl
XS functions to assist in parsing sub-like syntax
Changes for 0.18 - 2023-06-14
- CHANGES
- BUGFIXES
CallBackery is a Mojolicious+Qoodoo Framework for building Web Applications
Changes for 0.46.3 - 2023-06-14T18:30:45Z
- fix base schema for yaml config files
- switch schema to draft2019
- do not reconfigure automatically if the secret file is missing
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::PO::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
A small, simple, correct HTTP/1.1 client
Changes for 0.084 - 2023-06-14T06:35:01-04:00
- No changes from 0.083-TRIAL.
Oooh! New stable release of @perl HTTP::Tiny with verify_SSL defaulting to true.
a light and pure-Perl PSGI/Plack HTTP server with pre-forks
Changes for 0.0402 - 2020-03-14
- Excludes Perl < 5.14 on MSWin32 from SSL tests.
Slice and dice spreadsheets, optionally using tied variables.
Changes for 3.028
Perl Application Development and Refactoring Environment
Changes for 1.02
- link to GitHub
- GetLabelText instead of GetLabel, the former stopped functioning
- Moved to GitHub by kaare++ 2014-09-07
- tweak 01_compile.t so that it passes on 5.19.7 (BOWTIE)
- comment out Padre::Browser::PseudoPerldoc->process to enable t/50-browser.t to pass on perl 5.19.9 (BOWTIE)
Andrew Hewus Fresh
in reply to CPAN Releases • • •Perl reshared this.