Skip to main content



Colorize router CLI output

Changes for 1.231460 - 2023-05-25T20:38:08-06:00

  • Joelle Maslak <jmaslak@antelope.net>
  • [bugfix] Do not colorize "show platform jericho tcam summary" on Arista


Catmandu modules for working with PICA+ data

Changes for 1.14 - 2023-05-26T06:13:27Z

  • pica_add creates missing record (#77)
#77




Class library for rapid development

Changes for 1.210 - 2023-05-26

  • Quiq::Path
  • Quiq::Shell
  • Quiq::Ssh






CLI utilities related to CSV

Changes for 1.024 - 2023-04-01

  • [cli list-csvutils] [doc] Add examples, tweak Perinci::CmdLine attributes.


Write Perl tests in YAMLScript

Changes for 0.1.1

  • Rewrite most of the code in Lingy
  • Make Test::More::YAMLScript a YAMLScript file
  • Convert entire module to YAMLScript



A Perl implementation of Clojure

Changes for 0.1.7

  • Add an eval-perl function to lingy.Util
  • Add some more basic core functions


An EXPERIMENTAL subclass of <Exporter::Extensible>, which helps create easy-to-extend modules that export symbols

Changes for 0.200000 - 2023-05-25T21:53:21+00:00

  • MAJOR


A class based approach for options of Getopt::Long

Changes for v0.104.0 - 2023-05-24T14:57:14Z

  • Improved this already stable module, by automatically enabling mirror options such as enable-something when disable-something is defined or without-something when with-something is defined in the dictionary.


A SQL Database object abstraction class

Changes for v0.11.3 - 2023-05-02T19:08:40Z

  • Added ANY and ALL array operator



Disassemble the flow of a Z80 program

Changes for 0.09 - 2023-05-25

  • Bug Fixes
  • Add Meta information to Makefile.PL
  • Run github workflow on multiple OSs



Override subroutines in a module

Changes for v0.0.4 - 2023-05-22

  • Added called method.
  • Added not_called method.



Mojolicious Plugin

Changes for 1.4.1 - 2023-05-25T16:18:10Z

  • Added a missing dependency for cutting releases
  • Adding path to @INC for one test file (thanks @leont)


Program in YAML

Changes for 0.1.1

  • Parse a scalar with multiple Lingy forms
  • Support loading .ys modules
  • Renumber test files
  • Fix quasiquote bug in YAMLScript::Reader
  • Allow a top level plain or literal to be a ysexpr
  • More functionality and tests
  • Rewrite the documentation
  • Improve the example programs



A Perl implementation of Clojure

Changes for 0.1.6

  • Allow load-file to be overridden
  • Fix printer for regexes
  • Add substring and toLowerCase to Lingy.Lang.String
  • Refactor core functions







Wikibase cache backend abstract class.

Changes for 0.04 - 2023-05-25T10:17:54+02:00

  • Add doc.
  • Add example.
  • Add tests.
  • Update Module::Install to 1.21 version.




Generic Module to inherit from

Changes for v0.30.4 - 2023-05-25T04:12:20Z

  • Corrected a small bug in unit test 22.parse_timestamp.t when module DateTime::Format::JP is not installed


query CVE data from NIST's NVD (National Vulnerability Database)

Changes for 0.0.3 - 2023-05-25

  • new 'format' feature to control output
  • documentation improvements



Sah-related completion routines

Changes for 0.012 - 2023-03-19

  • Provide a _schema (normalized Sah schema) argument for completion routine instead.


a Z80 assembler

Changes for 2.22 - 2023-05-24

  • Bug Fixes
  • Configure git workflows to test on Ubuntu, MaxOS and Windows
  • #2 fails on Perl v10
  • Fix failure on Windows machines
#2


Copyright class

Changes for 0.008 - 2023-05-24

  • clean copyright: also cleanup (C)
  • handle copyright specified with full date
  • add missing use Time::localtime


Download satellite orbital elements from Space Track

Changes for 0.161_01 - 2023-05-24

  • Track Mike McCants' move to new web site.


utility functions for merging hashes

Changes for v0.2.0 - 2023-05-24T17:02:55+01:00

  • Incompatible Changes
  • Documentation
  • Tests
  • Other







parse SHOW GRANTS and return as hash reference

Changes for 1.005 - 2023-05-24T10:28:58+00:00

  • BUG FIXES


Fetch CVE information from cve.org

Changes for 0.003 - 2023-05-24

  • Shortcuts
  • Use existing CVE in SYNOPSIS (szabgab, issue#1)
  • GitHub Actions (szabgab, issue#2)
  • Add ->diag


search for patterns in a CSV and display results in a table

Changes for 0.09 - 2022-01-18

  • Add strict and warnings pragmas to test file.
  • Remove trailing whitespace in source files.
  • Basic set of tests added by Paul Cochrane++.
  • Paul Cochrane++ added a testsuite for tab-separated fields.
  • You weren't able to search on column zero. Fix from Rick Bychowski++.
  • Switched to strict binmode handle. PR from Paul Cochrane++.