Skip to main content


Parse, Analyze and Manipulate Perl (without perl)

Changes for 1.278 - 2024-03-11T02:20:06Z

  • Add support for new octal number syntax (GH#295) (Branislav Branislav
  • Zahradník)


Module for designing keyboard layouts

Changes for 0.77

  • Better comments (in the output .klc) about the purpose of KEYNAMES etc. Better comments (in the output .klc) about the restrictions on (the minimal possible) SHIFTSTATE. Correct 2 POD errors. Clarify a bit the description of radio-buttons in FE keyboards. Document how to generate different VK-codes depending on modifiers. Change (the only) ;-comment in the generated .kbdd file to //. Warn about conflict of assigned via VK scancodes. Allow multiple assigned-to-VK scancodes (separate by |); the main one (if binds) is the last one. Document the VK-subsection. Bogus “unreached”: —  𐋠 𐋳 𐋴 𐋵 𐋶 𐋷 𐋸 𐋹 𐋺 𐋻 On Windows, allow more than one ≥0x10000 codepoint in the source of a prefix key map, and explain the limitation for the target. Attept to: allow undefing keys via DefinedTo[undef]. Writes its version (as a comment) into the resulting file. Update the builtin — and only so far — tables of key names. (fixing the errors of MSKLC). Document these errors. We erronerously updated the list of scancodes in a setting in VK-section. Try not-updating the rest as well. New undocumented method 'literal' in ComposeKey. (Undocumented, splits by |||.)
  • examples/klc2c.pl The comment about KBDEXT in the generated table of scancodes seems to be wrong (by inspecting RSHIFT). Better comments about the purpose of aKeyNames etc. Uses its version and the version of the module as the 4th and the 3rd numbers in the version id.
  • examples/klc-layout2human.pl New file (converts the LAYOUT section to a human-readable — and still parsable — form). (Can also be used for checking for hanging ligatures.) Replace end by … if too long; put in ⟬⟭ and replace whitespace by ␣, double-slash by ⁄⁄ if the context may confuse the parser. (Still wrong for ‌ ‍ ͏ ‎ ‏ = 034f 200c–200f Combining Grapheme Joiner (CGJ), ZERO WIDTH (NON-)JOINER, L2R/R2L-marks)
  • izKeys.kbdd: In comments, KANA was wrongly identified as scancode=50 (should be 70). Remap scancodes 61, 72, 74 to VK-codes SNAPSHOT, OEM_AX (=“our-Menu”=“our-APPS”) and APP. (To allow remapping.) Change assignment of Emaji from Id() to Layers() — but only for AltGr-Menu, since "Add_AltGr" is A LAYER. Does not change the output layout — but changes “Unreachable” warnings (wrongly!)… UNDO??? Warnings are correct only if the binding is put into Layer 1 ??? (It would be lowered automatically by the logic of the assigner-to-an-extra-layer prefixNOTSAME=****.) Same for Green1pref. Assignment of Dashes/Spaces crept in to Add_Menu. (Now Menu-F12 are not Compose.) Undef the F-key bindings in lAlt-lCtrl. Move coptic hundreds to F-keys in Menu-rCtrl (Hebrew). Add objectified emoji to Double-Struck F-keys. Deliver 4th personality (as opposed to Hebrew) on Menu-rCtrl. Undo addition of length=5 emojis (XXXX Were trying to bisect a defect in RU: no/bad access to AltGr-Mnu; but it was unrelated. Still undone!) chainAltGr: insert Hebrew, make the same everywhere, terminate by ⤨. Terminate the Compose chain by ⎄.



Provide https support for LWP::UserAgent

Changes for 6.14 - 2024-03-11T01:08:33Z

  • Inherit with 'use parent' instead of 'use base' (GH#78) (Marin Tsanov)


The World-Wide Web library for Perl

Changes for 6.77 - 2024-03-11T00:56:14Z

  • Documentation updates for GH#448 (GH#457) (Russell Shingleton)






Provide the cutadapt utility for eliminating polyA tails through pipx

Changes for 0.03 - 2024-03-10T13:30:58-06:00

  • expanded, reformatted and fixed typos in the POD documentation


find, build and install the edlib library

Changes for 0.08 - 2024-03-10T13:17:26-06:00

  • reformatted POD documentation and fixed typos in the POD


PAR Packager

Changes for 1.062_001 - 2024-03-10

  • Devel release, investigate problems with t/b7-xs-cross.t


watch for appointments in org-mode files

Changes for 1.13 - 2024-03-10

  • x11: set pid + client_machine properties
  • ci work


CPAN.pm plugin for installing external dependencies

Changes for 0.76 - 2024-03-10

  • test fix for t/detect_linux_distribution.t failures @ opensuse
  • CI updates (opensuse tests)


extensible grep with lexical expression and region handling

Changes for 9.1101 - 2024-03-10T06:13:21Z

  • include total length in stat information


find, build and install the parasail library

Changes for 0.04 - 2024-03-09T21:07:08-07:00

  • reconfigured alienfile for clarity


Provide the cutadapt utility for eliminating polyA tails through pipx

Changes for 0.02 - 2024-03-09T19:53:04-07:00

  • moved pipx installation into the distribution


find, build and install the edlib library

Changes for 0.07 - 2024-03-09T19:08:28-07:00

  • provided complete usage example of the application



Check at build/release time if modules are out of date

Changes for 0.059 - 2024-03-10T01:17:03Z

  • minimum perl version bumped to 5.020
  • when checking for authordeps in the 'stale' command, skip over locally-defined plugins (e.g. =inc::Foo)


Group ingredients suitable for food label

Changes for 0.006 - 2024-02-26

  • Add option --quid-precision, default to 4.
  • Tweak formatting of weights.


Group ingredients suitable for food label

Changes for 0.005 - 2024-02-25

  • Format Indonesian number with Indonesian locale.


Group ingredients suitable for food label

Changes for 0.004 - 2024-02-25

  • Support QUID & ingredient note formatting.


Group ingredients suitable for food label

Changes for 0.003 - 2024-02-25

  • [bugfix] Fix Rinci result metadata (extraneous column).


Group ingredients suitable for food label

Changes for 0.002 - 2024-02-24

  • Remove the 'num' field.



Provide the static, dynamic libraries and CLI (non-Windows) of the edlib aligner

Changes for 0.06 - 2024-03-09T16:33:05-07:00

  • Restructured the alienfile & documentation/added checks to prevent the use of the method in list context, removed helper function


Read environment variables from .env file

Changes for 0.009 - 2024-03-09T23:29:28+01:00

  • Reverse the order in which dotenv files are read from var ENVDOT_FILEPATHS.
  • Reindent Changes file.
  • Get ENVDOT_FILEPATHS variable's name from method get_envdot_filepaths_var_name().
  • Change DEFAULT_OPTION_READ_FROM_STDIO to DEFAULT_OPTION_READ_FROM_STDIN.
  • Change var from $dotenv_filepath_var to $var_name.
  • Add test to test synopsis example of environment override.


Acceptance testing for JSON-Schema based validators

Changes for 1.022 - 2024-03-09T22:26:06Z



Export browser bookmarks as plain text.

Changes for 0.34 - 2024-03-09

  • added netscape support


Classes and app to compute satellite visibility

Changes for 0.130_03 - 2024-03-09

  • Deprecate date2epoch() and epoch2datetime().
  • Replace my_strftime() with gm_strftime() and local_strftime().
  • Celestrak drops magnitude for 11251 Meteor 1-29


set expiration headers far in the future

Changes for 1.201

  • Correct generation of Sunday timestamps
  • Global caching of middleware timestamps
  • Two new functions exposed as documented API


Perl extension for reading MS Excel 2007 files.

Changes for 0.18

  • fix RT #117166: unformatted date values can no longer be retrieved, thx to lherschi


Subroutine attribute for compile-time method lookups on its typed lexicals.


Subroutine attribute for compile-time method lookups on its typed lexicals.


Subroutine attribute for compile-time method lookups on its typed lexicals.


Interface to the Qhull convex hull, Delauny triangulation, Voronoi diagram software suite

Changes for 0.04 - 2024-03-09T13:35:47-05:00

  • TESTS


Class to handle text in an OO way

Changes for 0.13 - 2024-03-09T09:21:16Z

  • Added appendconjunction()



Provides the pipx Python Package Manager

Changes for 0.02 - 2024-03-09T06:18:09-07:00

  • First (and hopefully last?) version



Moose based MARC records set of tools

Changes for 1.0.47

  • Marcedit format parser/reader


Provide the cutadapt utility for eliminating polyA tails through pipx

Changes for 0.01 - 2024-03-08T21:43:48-07:00

  • First and hopefully last install


Audit CPAN distributions for known vulnerabilities

Changes for 20240307.001 - 2024-03-09T01:47:48Z

  • Latest updates to reports and CPAN versions


test functions for particular variable types

Changes for 1.246 - 2024-03-09T01:42:16Z

  • fix dualvar_ok so it actaully exports (#12) from jwrightecs
#12


Parse and manipulate Perl version strings

Changes for 1.017 - 2024-03-09T01:36:13Z

  • fix encoding argment to read_line ("Odd number" warning), from Andreas Hadjiprocopis (#11)
#11


SPVM Language

Changes for 0.989085 - 2023-03-08

  • New Features
  • Incompatible Changes
  • Future Plan
  • Changes
  • Ingernal Changes



Subroutine attribute for compile-time method lookups on its typed lexicals.


Provides the pipx Python Package Manager

Changes for 0.02 - 2024-03-08T15:38:38-07:00

  • Fixed POD documentation