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
MarpaX-ESLIF-6.0.31-TRIAL
ESLIF is Extended ScanLess InterFace
Changes for 6.0.31 - 2023-02-14T07:26:58Z
- Version 6.0.31
- .gitignore: adaptation v.s. src/bindings/perl/dist.ini
- perl: Removed garbage created by last trial release
MarpaX-ESLIF-6.0.30-TRIAL
ESLIF is Extended ScanLess InterFace
Changes for 6.0.30 - 2023-02-14T06:26:34Z
- perl/dist.ini: Set show_author = 0 for ChangelogFromGit::CPAN::Changes
- Version 6.0.30
- MarpaX/ESLIF.pm: Fix typo in comment
- README.pod: Fix perl link
- .github/unix.yml: Fix typo
- .github/*.yml: Add workflow_dispatch
- workflows/windows.yml: Add lua
- workflows/unix.yml: Add PAUSE and lua
- workflows/unix.yml: switch to cpanm
- workflows/unix.yml: Do dzil authordeps first
- workflows/unix.yml: Install perl boot App::cpanminus and Dist::Zilla
- workflows/unix.yml: Test that dependencies via dist.ini are ok using dzil listdeps
- perl/dist.ini: Move to Starter::Git
- perl/ppport.h: ppport.h upgrade to version 3.68
- perl/lib: Test::Synopsis tentative hook
- perl/lib: xt fixes
- Symbol/Properties.pm: FIX POD as per pod-coverage detection
- t/resolver.t: Fix eol as per Test::EOL
- perl: Removed Log4perl dependency
- POD: Document resolver in value and recognizer interfaces [ci skip]
- t/resolver.t: resolver t+
- perl/ESLIF.xs: Fix resolver argument
- perl/ESLIF.xs: Prefer marpaESLIFPerl_call_methodp() instead of marpaESLIFPerl_call_actionp() whenever possible
- perl/ESLIF.xs: Support of dynamic resolver
App-sdif-4.25.1
sdif and family tools, cdif and watchdiff
Changes for 4.25.1 - 2023-02-14T05:17:54Z
- treat consecutive \p{Punct} chars as a word current spec was accidentally introduced in 4.20.0 (f04b203).
Alien-zstd-0.04
Find or build zstd
Changes for 0.04 - 2023-02-13T23:58:24-05:00
- Fix missing $VERSION.
- Update output to match new release. Fixes RT#146465.
- Add GitHub issues to metadata.
App-BPOMUtils-Table-FoodType-0.018
List food types in BPOM processed food division
Changes for 0.018 - 2023-02-14
- Add utilities: bpom-list-food-types-rba-{producer,importer}.
Mojolicious-Plugin-Passphrase-0.003
Securely hash and validate your passwords.
Changes for 0.003 - 2023-02-14T02:01:34+01:00
- Fix verify test
Mojolicious-Plugin-Passphrase-0.002
Securely hash and validate your passwords.
Changes for 0.002 - 2023-02-14T01:38:11+01:00
- Add passphrase command
Acme-CPANModules-Frameworks-0.002
List of frameworks on CPAN
Changes for 0.002 - 2022-11-29
- Add entries: Bencher, Acme::CPANAuthors, Acme::CPANModules, ScriptX, ArrayData, HashData, Games::Word::Wordlist, Games::Word::Phraselist, TableData, Regexp::Common, Regexp::Pattern; replace Sah with Data::Sah.
HealthCheck-Diagnostic-RabbitMQ-v1.3.0
Check connectivity and queues on a RabbitMQ server
Changes for v1.3.0 - 2023-02-13T21:59:41Z
- Update README and LICENSE (Andrew Hewus Fresh)
- Update Makefile (Andrew Hewus Fresh)
- Pull request #6: SM-4039 Return server_properties even with queue (Paul Durden)
- SM-4039 Return server_properties even with queue (Paul Durden)
CGI-Widget-DBI-Browse-0.18
CGI::Widget::DBI::Browse change logfile
Changes for 0.18
- Ensure all ampersands are html-escaped in final html output: & -> &
- Add new -category_before_link_closures option, for customizing content before each category nav <a/> link, inside the table <td/> cell
- Code optimization to decrease memory footprint: get rid of $self object inside anonymous sub returned by _category_columndata_closure()
- New public method grid_layout_enabled() so subclasses can tell if we are in grid or table display mode
- New method configure_grid_or_table_view() to add support for switching between grid and table view when browse results are reached; also add -default_grid_layout option to change default view to grid
- Support NULL or empty string values in browse categories, showing '(empty)' to the user
- Fix a couple tests for indeterminant html attribute order, to prevent intermittent failures
- Add support for overridden -display_columns in display_results() method
- Add new method re_add_breadcrumbs_to_header()
- Add id attributes and <span/>'s to breadcrumbNavLink <a/> elements, so the breadcrumbs can be renamed with CSS
- Make code run with CGI 4 without warnings about calling param() in list context
Config-Inetd-0.33
Interface inetd's configuration file
Changes for 0.33 - 2023-02-13
- Drop generating compat Makefile.PL.
String-Tagged-Markdown-0.04
parse and emit text with Markdown inline formatting
Changes for 0.04 - 2023-02-13
- CHANGES
- BUGFIXES
parent-0.240
Establish an ISA relationship with base classes at compile time
Changes for 0.240 - 2023-02-13
- . Use Test::More::isnt() instead of Test::More::isn't in tests, which is deprecated, as ' isn't allowed as package separator in an upcoming version of Perl
- . No code changes, no need to upgrade
Task-BeLike-RWP-0.230440
Perl modules bundle to install from CPAN
Changes for 0.230440 - 2023-02-13T18:46:47+04:00
rename-1.13
renames multiple files using perl expressions
Changes for 1.13
- Add --shell-completion=bash
TableData-Chemistry-Element-0.002
Chemical elements
Changes for 0.002 - 2023-02-05
- No functional changes.
- [build] Rebuild with dzil plugin TableData and Pod::Weaver plugin TableData for nicer POD.
App-BPOMUtils-Table-RegCodePrefix-0.017
List known alphabetical prefixes in BPOM registered product codes
Changes for 0.017 - 2023-02-13
- First release, split from App-BPOMUtils-Table because that distribution's build time is now 3+ minutes.
App-BPOMUtils-Table-MicrobeInput-0.017
List of microbe specification in BPOM processed food division
Changes for 0.017 - 2023-02-13
- First release, split from App-BPOMUtils-Table because that distribution's build time is now 3+ minutes.
App-BPOMUtils-Table-FoodType-0.017
List food types in BPOM processed food division
Changes for 0.017 - 2023-02-13
- First release, split from App-BPOMUtils-Table because that distribution's build time is now 3+ minutes.
App-BPOMUtils-Table-FoodIngredient-0.018
List ingredients in BPOM processed food division
Changes for 0.018 - 2023-02-13
- Add CLI: bpom-list-food-ingredients-rba.
App-BPOMUtils-Table-FoodIngredient-0.017
List ingredients in BPOM processed food division
Changes for 0.017 - 2023-02-13
- First release, split from App-BPOMUtils-Table because that distribution's build time is now 3+ minutes.
App-BPOMUtils-Table-FoodCategory-0.017
List food categories in BPOM processed food division
Changes for 0.017 - 2023-02-13
- First release, split from App-BPOMUtils-Table because that distribution's build time is now 3+ minutes.
App-BPOMUtils-Table-FoodAdditive-0.017
List additives in BPOM processed food division
Changes for 0.017 - 2023-02-13
- First release, split from App-BPOMUtils-Table because that distribution's build time is now 3+ minutes.
App-BPOMUtils-Table-0.016
Some utilities providing table data related to BPOM
Changes for 0.016 - 2023-02-13
- Add App::BPOMUtils::Table::FoodCategoryRBA.
App-DBBrowser-2.315
Browse SQLite/MySQL/PostgreSQL databases and their tables interactively.
Changes for 2.315 - 2023-02-13
- Added Informix-plugin.
- Bugfix 'is_system_schema'.
- Update documentation.
- Update from_col_by_col, attach_db, alias.
- Epoch_to_datetime now with fractions of seconds.
- Bugfix: don't limit table rows in Term::TablePrint.
- Bugfix join: don't print columns twice.
- Bugfix default aliases: remove invalid characters.
App-VTide-v0.1.20
A vim/tmux based IDE for the terminal
Changes for 0.1.20 - 2023-02-13
- Updating for release of version 0.1.20 Updated (Ivan Wills) Trying to make starting more consistent on a Mac (Ivan Wills) Better history and recursive edits (Ivan Wills)
Perinci-Examples-HTML-0.002
Examples related to HTML form generation
Changes for 0.002 - 2022-11-27
- Add function: bmi.