Music-Chord-Progression-Transform-0.0303
Generate transformed chord progressions
Changes for 0.0303 - 2023-02-15T18:11:22Z
- Clean-up tests.
- Improve documentation a bit.
Alien-Rust-0.02
Find or build Rust
Changes for 0.02 - 2023-02-15T21:06:34-05:00
- Also require cargo tool for system install. @plicease++, GH#1.
Test2-Harness-UI-0.000132
Web interface for viewing and inspecting yath test logs
Changes for 0.000132 - 2023-02-15T17:42:56-08:00
- Better manage resources
Test2-Harness-1.000145
A new and improved test harness with better Test2 integration.
Changes for 1.000145 - 2023-02-15T17:31:10-08:00
- Add ability to inject lines in resource output
Acme-CPANModulesUtil-Bencher-0.005
Generate/extract Bencher scenario from information in an Acme::CPANModules::* list
Changes for 0.005 - 2022-11-30
- Add bench_include_by_default property in list entry to participant.
Catalyst-View-BasePerRequest-0.010
Catalyst base view for per request, strongly typed templates
Changes for 0.010 - 2023-01-15
- Allow you to set either Request or Factory lifecycle
Acme-Text-Rhombus-0.25
Draw a rhombus with letters/digits
Changes for 0.25 - 2023-02-15
- Move testing module to test_requires.
- Drop generating compat Makefile.PL.
Test2-Harness-1.000144
A new and improved test harness with better Test2 integration.
Changes for 1.000144 - 2023-02-15T13:29:48-08:00
- Skip empty tables in resource view
App-ModuleBuildTiny-0.035
A standalone authoring tool for Module::Build::Tiny
Changes for 0.035 - 2023-02-15T21:38:16Z
- Add an auto_git configuration option
Test2-Harness-UI-0.000131
Web interface for viewing and inspecting yath test logs
Changes for 0.000131 - 2023-02-15T08:34:30-08:00
- Require proper Test2::Harness version
Test2-Harness-1.000143
A new and improved test harness with better Test2 integration.
Changes for 1.000143 - 2023-02-15T08:33:57-08:00
- Add 'autofill' to simplify 'd' and 'D' option types
- Better resource management
String-Tagged-HTML-0.02
handle HTML content using String::Tagged
Changes for 0.02 - 2023-02-15
- CHANGES
Env-Assert-0.002
Ensure that the environment variables match what you need, or abort.
Changes for 0.002 - 2023-02-15T17:34:31+01:00
BoardStreams-v0.0.33
An easy way to use WebSockets on the browser and on the server
Changes for v0.0.33 - 2023-02-15T15:55:31Z
- fixed minor bug
Test2-Harness-UI-0.000130
Web interface for viewing and inspecting yath test logs
Changes for 0.000130 - 2023-02-15T07:51:35-08:00
- Add tracking of resources
match-simple-0.012
simplified clone of smartmatch operator
Changes for 0.012 - 2023-02-15
- Added: Bundle match::simple::sugar with some useful extras.
Lab-Measurement-3.851
Test and measure with Perl
Changes for 3.851 - 2023-02-15
- RS ZVA: add functions for power sweep
- Agilent33120A: bug fix
Env-Assert-0.001
Ensure that the environment variables match what you need, or abort.
Changes for 0.001 - 2023-02-15T14:51:19+01:00
Biblio-RFID-0.05
perl tools to use different RFID readers for library use
Changes for 0.05 - 2023-02-15
- improvements to scripts/RFID-JSONP-server.pl added SmartX cards support
Game-HexDescribe-1.03
a web app to add random table driven data to map data
Changes for 1.03
- Add option to not show the map.
- Add < > and = to the arithmetic operators.
- Documented the arithmetic rule. 😀
- Fix repeated clicking of the Regenerate button.
- More rules for the Schroeder tables.
App-CSVUtils-1.013
CLI utilities related to CSV
Changes for 1.013 - 2023-02-15
- Add utility: csv-check-rows.
- [cli csv-check-field-names] Check that number of fields >= 1.
OX-RouteBuilder-REST-0.006
OX::RouteBuilder which routes to an action method in a controller class based on HTTP verbs
Changes for 0.006 - 2023-02-15T13:06:49+01:00
- HEAD requests are now routed to $action_GET
- unimplemented verbs/methods return 501 instead of unspecific 501
App-sponge-0.003
Soak up standard input and write to a file
Changes for 0.003 - 2023-02-15
- No functional changes.
- [doc] Mention sponge original implementation, inplace (App::inplace).
App-inplace-0.002
Replace a file with command output
Changes for 0.002 - 2023-02-15
- No functional changes.
- [doc] Mention sponge's perl implementation App::sponge.
App-CSVUtils-1.012
CLI utilities related to CSV
Changes for 1.012 - 2023-02-15
- [incompatible change] Rename utilities for clarity: csv-check-cell -> csv-check-cell-values, csv-check-fields -> csv-check-field-values; Remove csv-check-values.
- Add utility: csv-check-field-names.
- Handle sparse fields that caused perl warning 'splice() offset past end of array' (RT#146473).
- [bugfix] Fix completion for filenames (file_ext_filter is applied to extension and not filename).
- [bugfix] In inplace mode, do not rename unwritten output files (RT#146453, rt.cpan.org/Transaction/Displa…).
- Update error message (field option -F is now -f).
Complete-Util-0.617
General completion routine
Changes for 0.617 - 2023-01-19
- [test] Avoid perl warning about comma in qw(), in test script.
Complete-Util-0.616
General completion routine
Changes for 0.616 - 2023-01-19
- [bugfix][func complete_comma_sep_pair] When completing value, we didn't add prefix.
Complete-Util-0.615
General completion routine
Changes for 0.615 - 2023-01-17
- Check for known arguments.
- New function: complete_comma_sep_pair().
Complete-Util-0.614
General completion routine
Changes for 0.614 - 2023-01-17
- [bugfix] complete_comma_sep() didn't handle hashref in answer element and returned stringified hashref when only 1 answer is to be returned.
Complete-Util-0.613
General completion routine
Changes for 0.613 - 2023-01-17
- complete_comma_sep(): Support showing summaries.
Acme-CPANModules-WorkingWithCSV-0.002
Working with CSV (comma-separated value) data in Perl
Changes for 0.002 - 2022-12-02
- Update program name: csv-add-field -> csv-add-fields.
- [doc] Mention Acme::CPANModules::WorkingWithXLS.
Mail-Milter-Authentication-3.20230214
A Perl Mail Authentication Milter
Changes for 3.20230214 - 2023-02-14T23:31:27+00:00
- Core: Fix get_client_proto for Net::Server>=2.011 Thanks to @J5lx
- DMARC: Fix config file existence checks. DMARC: Fix config lookups for config_file and verbosity. Core: Set config property in parent hooks. Thanks to @dev-aaront-org
Project2-Gantt-0.008
Generate Gantt images
Changes for 0.008 - 2023-02-14T23:57:52Z
- Depend on Perl 5.020
- Add File::Find::Rule test dependency
- Indent pod code with spaces in Gantt.pm
Project2-Gantt-0.007
Generate Gantt images
Changes for 0.007 - 2023-02-14T23:11:23Z
- Add Small, Medium and Large skins
Music-RhythmSet-0.05
sets of rhythms and various generation functions
Changes for 0.05 - 2023-02-14
- Allow for patch_change in MIDI output so one need not inject that manually.
parent-0.241
Establish an ISA relationship with base classes at compile time
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