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
App-OpenVZ-BCWatch-0.06
Monitor the OpenVZ user_beancounters file
Changes for 0.06 - 2023-02-14
- Drop generating compat Makefile.PL.
Plack-App-ServiceStatus-0.911
Check and report status of various services needed by your app
Changes for 0.911 - 2023-02-14T20:58:04+01:00
- use more complex strftime format, which is also more portable (Thomas Klausner)
- bump perl req to 5.24 so i can use postfix deref (Thomas Klausner)
- Fixed minor pod typo. (Mohammad S Anwar)
App-perlimports-0.000050
Make implicit imports explicit
Changes for 0.000050 - 2023-02-14T19:50:33Z
- Add experimental --range-begin and --range-end flags, to be used for editor integration (GH#93) (Olaf Alders)
- Remove unused variables (GH#95) (Olaf Alders)
- Ignore more modules which don't eval (GH#94) (Olaf Alders)
CGI-Widget-DBI-Search-0.32
CGI::Widget::DBI::Search change logfile
Changes for 0.32
- Remove Encode::Detect dependency, since simply calling decode('utf8', $s) seems more reliable in general
- Ensure all ampersands are html-escaped in final html output: & -> &
- Reorganize Display::Grid->display_cell() method to be clearer, and wrap cell content in new div and spans for better styleability
- Sort columns by name and strip html in Display::Grid->display_sort_popup(), and fix to run under CGI 4
- Fix Grid and Table tests to get rid of indeterminant test code which can intermittently fail
- New method prepend_bind_params(), useful for placeholders in SELECT clause, like MATCH (...) AGAINST (?)
- Get rid of a width="100%" in table.searchResultsNavBarTable, so this can be styled by the user with CSS
- Instead of die()ing from decode() errors in Base->decode_utf8(), simply return input string
- Add -css_dataset_container_id and -css_table_row_extra_attr options
- Make code run with CGI 4 without warnings about calling param() in list context
- Add workaround for double-encoded utf8 strings, in Base->decode_utf8
Lab-Measurement-3.850
Test and measure with Perl
Changes for 3.850 - 2023-02-14
- Keysight 33500B: more documentation
- Lakeshore 372: add example curve handler script
- New driver: Agilent33120A AWG, also as voltage source
SMS-Send-IN-Textlocal-1.00
Regional context SMS::Send driver to send messages via Textlocal's India service ( api.textlocal.in/send/ )
Changes for 1.00 - 2023-02-14
- First version, released on an unsuspecting world.
CallBackery-0.43.0
CallBackery is a Mojolicious+Qoodoo Framework for building Web Applications
Changes for 0.43.0 - 2023-02-14T16:54:59Z
- add display action which displays a report in a new window instead of providing a download
Future-AsyncAwait-Hooks-0.02
scoped hook blocks that run extra code around await expressions
Changes for 0.02 - 2023-02-14
- CHANGES
App-KBLIUtils-0.002
Utilities related to KBLI (ode Baku Lapangan Usaha, a.k.a. Standard Code of Business Field)
Changes for 0.002 - 2023-02-14
- No functional changes.
- [doc] Fix Abstract, mention a couple of URLs.
Test-Pod-LinkCheck-Lite-0.011
Test POD links
Changes for 0.011 - 2023-02-14
- Add user_agent argument to new(). This allows the user to specify a subclass of HTTP::Tiny, to implement extra client functionality such as a persistent cache, Thanks to Graham (plicease) for letting me know of the need for this, and working with me on the implementation.
- Ignore text in X<...> tags. Rendering the text was preventing the proper identification of link targets. Thanks to Zaki Mughal (zmughal) for recognizing the problem, fixing it, submitting the pull request, and rattling my cage when I (for some unknown reason) did not respond to his original request.
- If IO::Socket::SSL is missing, https: links generate skipped tests, with a diagnostic for the first one skipped. Thanks to Mark Gardner (mjgardner) for pointing out the need for this.
TableDataBundle-Business-ID-KBLI-20230214.0.0
Collection of TableData:: modules related to KBLI (Kode Baku Lapangan Usaha, a.k.a. Standard Code of Business Field)
Changes for 20230214.0.0 - 2023-02-14
- Add table data: Business::ID::KBLI::2020::Code.
TableDataBundle-Business-ID-KBLI-20230207.0.0
Collection of TableData:: modules related to KBLI (Kode Baku Lapangan Usaha, a.k.a. Standard Code of Business Field)
Changes for 20230207.0.0 - 2023-02-07
- No data changes.
- [build] Use TableData pod weaver plugin for nicer POD.
Number-Format-Metric-0.602
Format number with metric prefix
Changes for 0.602 - 2023-02-14
- No functional changes.
- Really fix example results in Synopsis (RT#146402), add/tweak some examples.
Text-ANSI-Fold-2.2101
Text folding library supporting ANSI terminal sequence and Asian wide characters with prohibition character handling.
Changes for 2.2101 - 2023-02-14T10:09:52Z
- Avoid the panic caused by escape only line.
App-CSVUtils-1.011
CLI utilities related to CSV
Changes for 1.011 - 2023-02-14
- [bugfix] -b was not added.
App-CSVUtils-1.010
CLI utilities related to CSV
Changes for 1.010 - 2023-02-14
- Add inplace mode (--inplace, --inplace-backup-ext). Forbid input and output as the same unless user specifies inplace mode. Ref: RT#146453.
App-CSVUtils-1.009
CLI utilities related to CSV
Changes for 1.009 - 2023-02-10
- Add options: --output-always-quote, --output-quote-empty.
- [doc] Add an example of using --output-always-quote in Manual/Cookbook.pod
App-sponge-0.002
Soak up standard input and write to a file
Changes for 0.002 - 2023-02-14
- Add some basic test.
App-sponge-0.001
Soak up standard input and write to a file
Changes for 0.001 - 2023-02-14
- First release.
SPVM-Sys-0.39
System Calls for File IO, User, Process, Signal, Socket
Changes for 0.39 - 2022-02-14
- Compatible Intenal Changes
- New Features
- Exception Message Improvement