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.
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)
2D grid line drawing via linear interpolation
Changes for 0.01 - 2023-06-14
- First version, released on an unsuspecting world.
Various Sah schemas related to Firefox
Changes for 0.005 - 2023-04-17
- [ux] Tweak error message to make it more helpful.
Perl extension for Package URL (aka "purl")
Changes for 2.00 - 2023-06-13
- Added "purl-tool(1)" (giterlizzi/perl-URI-PackageURL#3)
- Added "URI::PackageURL::Util::purl_to_urls" helper
- Fixed name qualifier for "cpan" (giterlizzi/perl-URI-PackageURL#2)
- Fixed some little issues
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
Wrapper around Perl tr/../../ operator
Changes for 1.04
- better presentation for Unaccenter->char_map_descr()
- move pod tests to xt/
Andrew Hewus Fresh
in reply to CPAN Releases • • •Oooh! New stable release of @perl HTTP::Tiny with verify_SSL defaulting to true.
metacpan.org/dist/HTTP-Tiny
HTTP-Tiny
metacpan.org