Skip to main content



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.

metacpan.org/dist/Test-Pod-Lin…




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.

metacpan.org/dist/TableDataBun…



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.

metacpan.org/dist/TableDataBun…



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.

metacpan.org/dist/Number-Forma…



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.

metacpan.org/dist/Text-ANSI-Fo…







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.

metacpan.org/dist/App-CSVUtils



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

metacpan.org/dist/App-CSVUtils










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

metacpan.org/dist/SPVM-Sys



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

metacpan.org/dist/MarpaX-ESLIF



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

metacpan.org/dist/MarpaX-ESLIF



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).

metacpan.org/dist/App-sdif



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.

metacpan.org/dist/Alien-zstd



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}.

metacpan.org/dist/App-BPOMUtil…







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.

metacpan.org/dist/Acme-CPANMod…



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)

metacpan.org/dist/HealthCheck-…

#6


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

metacpan.org/dist/CGI-Widget-D…



Config-Inetd-0.33


Interface inetd's configuration file

Changes for 0.33 - 2023-02-13

  • Drop generating compat Makefile.PL.

metacpan.org/dist/Config-Inetd





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

metacpan.org/dist/parent






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.

metacpan.org/dist/TableData-Ch…



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.

metacpan.org/release/PERLANCAR…



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.

metacpan.org/release/PERLANCAR…



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.

metacpan.org/release/PERLANCAR…



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.

metacpan.org/release/PERLANCAR…



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.

metacpan.org/release/PERLANCAR…



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.

metacpan.org/release/PERLANCAR…



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.

metacpan.org/release/PERLANCAR…



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.

metacpan.org/dist/App-BPOMUtil…



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.

metacpan.org/dist/App-DBBrowse…



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)

metacpan.org/dist/App-VTide