Astro-SpaceTrack-0.159_01
Download satellite orbital elements from Space Track
Changes for 0.159_01 - 2023-03-02
- Remove spaceflight() and all supporting code.
Cpanel-JSON-XS-4.36
cPanel fork of JSON::XS, fast and correct serializing
Changes for 4.36 - 2023-03-02
- remove the SAVESTACK_POS noop. Merged from JSON-XS-3.02, removed there with 4.0. requested to remove with L<github.com/Perl/perl5/pull/208…
DateTime-Format-Genealogy-0.05
Create a DateTime object from a Genealogy Date
Changes for 0.05
- Some people use 4 letters for months - handle them Allow more formats to be parsed when not strict Old dates (say < AD100) used to return today's date, now rejected Strings of just a year returned empty string instead of undef
CallBackery-0.44.0
CallBackery is a Mojolicious+Qoodoo Framework for building Web Applications
Changes for 0.44.0 - 2023-03-02T13:41:21Z
- use the controller supplied securityHeaders method if one exists, overriding the one from the application
App-CSVUtils-1.021
CLI utilities related to CSV
Changes for 1.021 - 2023-03-02
- [cli csv-cmp] Allow excluding/selecting fields to compare.
- [cli csv-cmp] Add examples.
OpenAI-API-0.15
access GPT models via OpenAI API
Changes for 0.15 - 2024-03-01
- Chat endpoint. Update documentation.
HTML-Spelling-Site-0.10.1
a system/framework for spell-checking an entire static HTML site.
Changes for 0.10.1 - 2023-03-02
- add mkdir on cache write.
StreamFinder-2.10
Fetch actual raw streamable URLs from various radio-station, video & podcast websites.
Changes for 2.10 - 2023-03-02
- Added StreamFinder::Goodpods to fetch goodpods.com podcasts.
- StreamFinder::SermonAudio - Add "-speakericon" to reverse the two artist/channel images - SermonAudio usually provides 2 separate artist/ channel images (one for the church/channel, and one a portrait of the preacher). The -speakericon option (if set) reverses the ones returned by getIconURL('artist') and getImageURL('artist'). Also try harder to find these icon images in the sermon pages.
- StreamFinder::Vimeo - Fix missing "description" (getTitle('desc')) and icon (video-preview) image due to site changes. Also do better job selecting this image, which usually comes in multiple sizes: make getIconURL() return the smallest and getImageURL() the largest.
App-digitdemog-0.063
各行の文字列について、左からの桁ごとにどんな文字が現れたかをクロス表で表示。
Changes for 0.063 - 2023-03-02T12:35+09:00
Tk-PopList-0.02
Popping a selection list relative to a widget
Changes for 0.02
- -added the module Tk::Poplevel and made Tk::PopList inherit it. -added the options -confine, -popdirection and -popalign. -updated documentation
App-BPOMUtils-NutritionFacts-0.024
Utilities related to BPOM nutrition facts
Changes for 0.024 - 2023-02-05
- No functional changes.
- [doc] Update mention to App-BPOMUtils (now separate distributions).
Perl-MinimumVersion-Fast-0.20
Find a minimum required version of perl for Perl code
Changes for 0.20 - 2023-03-01T23:13:26Z
- Fix stdin support for perlver-fast (Reported by Tux++)
Data-Resolver-0.003-TRIAL
resolve keys to data
Changes for 0.003 - 2023-03-01T22:55:42Z
- Add the object-oriented based implementation.
Music-CreatingRhythms-0.0300
Ported Perl from the book's C code
Changes for 0.0300 - 2023-03-01T13:50:53Z
- Add the pfold() method.
- Add the eg/pfold-set.pl program.
Test2-Harness-1.000150
A new and improved test harness with better Test2 integration.
Changes for 1.000150 - 2023-03-01T13:40:42-08:00
- Add ability to override 'add' value in rerun grabbing
Redis-Cluster-Fast-0.084
A fast perl binding for Redis Cluster
Changes for 0.084 - 2023-03-01T18:16:05Z
- Better testing.
- To run tests that use local application(s), require AUTOMATED_TESTING.
- Fix Changes indent.
Zonemaster-CLI-v5.0.2
run Zonemaster tests from the command line
Changes for v5.0.2 - 2023-03-01
- Fixes
Zonemaster-Backend-10.0.2
A system for running Zonemaster tests asynchronously through an RPC-API
Changes for v10.0.2 - 2023-03-01
- Fixes
Zonemaster-Engine-v4.6.2
A tool to check the quality of a DNS zone
Changes for v4.6.2 - 2023-03-01
- Fixes
App-FileRenameUtils-0.008
Utilities related to renaming/moving files
Changes for 0.008 - 2023-03-02
- Merge releases 0.007 and 0.007.2.
Date-Manip-6.91
Date manipulation routines
Changes for 6.91 - 2023-03-01
- Fixed bug where timezone alias wasn't handled On linux systems configured to be in a timezone that is an alias, the system timezone wasn't recognized, and it defaulted to GMT. This is now fixed. Patch supplied by Sandi Wallendahl (GitHub #43)
App-ENumberUtils-20230301.0.2
Utilities related to E Numbers (European Union Food Additive codes)
Changes for 20230301.0.2 - 2023-03-01
- [data][ux] Replace EN DASH with ASCII dash.
App-ENumberUtils-20230301.0.1
Utilities related to E Numbers (European Union Food Additive codes)
Changes for 20230301.0.1 - 2023-03-01
- [bugfix] Trim data values.
- Change versioning to date scheme.
App-CSVUtils-1.019
CLI utilities related to CSV
Changes for 1.019 - 2023-03-01
- Add utilities: csv-trim, csv-ltrim, csv-rtrim.
App-CSVUtils-1.018
CLI utilities related to CSV
Changes for 1.018 - 2023-02-18
- No functional changes.
- Release v1.017.
Config-Perl-V-0.36
Structured data retrieval of perl -V output
Changes for 0.36
- Add PERL_RC_STACK config for 5.37.10
- Fix parsing attributes with single quotes in their value
RT-Extension-DynamicWebPath-0.01
RT-Extension-DynamicWebPath Extension
Changes for 0.01 - 2023-03-01
- Initial version
RxPerl-v6.27.0
an implementation of Reactive Extensions / rxjs for Perl
Changes for v6.27.0 - 2023-03-01T15:00:57Z
- op_audit, op_debounce, op_every, op_first, op_take_while, op_throttle allow $_ in their callbacks
- BREAKING CHANGE: op_take_while's callback accepts also $index as second parameter
Venus-2.01
OO Library for Perl 5
Changes for 2.01 - 2022-02-28
- [feature] Implement Venus::Test "partials" feature
- [feature] Implement Venus::Config
- [feature] Implement Venus#caught
- [feature] Support documentation of messages and exceptions
- [feature] Implement Venus::Space#swap
- [feature] Support documentation and testing of magic "attest" comment
- [update] Address CPAN report 9dabc3cc-a53c-11ed-8404-33246e8775ea
- [update] Fix "initial" in Venus::Role::Optional
ExtUtils-MakeMaker-7.67_01
Create a module Makefile
Changes for 7.67_01
- Bug fixes:
- Treat MidnightBSD as a BSD
- fix MIN_PERL_VERSION for perl versions with underscores
- Test fixes:
- t/.../More.pm - remove isn't: apostrophe as a package sep is deprecated
RxPerl-v6.26.3
an implementation of Reactive Extensions / rxjs for Perl
Changes for v6.26.3 - 2023-03-01T13:08:40Z
- wrote CreatingPipeableOperators pod page
Text-CSV_XS-1.50
Comma-Separated Values manipulation routines
Changes for 1.50 - 2023-03-01
- Promote sep to sep_set in csv () with auto-headers
- Fix bug in set_diag surfaced by PERL_RC_STACK
Number-Continuation-0.06
Create number continuations
Changes for 0.06 - 2023-03-01
- Move testing module to test_requires.
- Drop generating compat Makefile.PL.
License-SPDX-0.05
Object for SPDX licenses handling.
Changes for 0.05 - 2023-03-01T12:34:17+01:00
- Add example for check_exception() method.
- Fix typo in doc example.
App-Greple-subst-2.32
Greple module for text search and substitution
Changes for 2.32 - 2023-03-01T08:20:02Z
- Update ms-amend.dict
- Add multilingual document.
App-ENumberUtils-0.001
Utilities related to E Numbers (European Union Food Additive codes)
Changes for 0.001 - 2023-03-01
- First release.