libstilview0

Library to display STIL information on Commodore 64 music

SID Tune Information List (STIL) display client library for Commodore 64 music files.

libspreadsheet-readsxc-perl

reader for OpenOffice 1.x and OpenDocument spreadsheets

Spreadsheet::ReadSXC extracts data from OpenOffice 1.x spreadsheet files (.sxc). It exports the function read_sxc() which takes a filename and an optional reference to a hash of options as arguments and returns a reference to a hash of references to two-dimensional arrays. The hash keys correspond to the names of worksheets in the OpenOffice workbook. The two-dimensional arrays correspond to rows and cells in the respective spreadsheets.

libtest-harness-perl

module to run standard Perl test scripts with statistics

Test::Harness is a Perl module usually invoked by Perl's test systems, namely Test::Simple, Test::More and those based on Test::Builder.

libtest-html-content-perl

Perl extension for testing HTML output

Test::HTML::Content is a module to test the HTML output of your programs in simple test scripts. It can test a scalar (presumably containing HTML) for the presence (or absence, or a specific number) of tags having (or lacking) specific attributes. Unspecified attributes are ignored, and the attribute values can be specified as either scalars (meaning a match succeeds if the strings are identical) or regular expressions (meaning that a match succeeds if the actual attribute value is matched by the given RE) or undef (meaning that the attribute must not be present).

libtry-tiny-perl

module providing minimalistic try/catch

Try::Tiny is a Perl module that provides bare bones try/catch statements. It is designed to eliminate common mistakes with eval blocks, and NOTHING else.

postgresql-16-cron

Run periodic jobs in PostgreSQL

pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher) that runs inside the database as an extension. It uses the same syntax as regular cron, but it allows you to schedule PostgreSQL commands directly from the database. pg_cron can run multiple jobs in parallel, but it runs at most one instance of a job at a time. If a second run is supposed to start before the first one finishes, then the second run is queued and started as soon as the first run completes.