Skip to main content



Time-HiRes-Sleep-Until-0.09


Provides common ways to sleep until...

Changes for 0.09 - 2023-01-02

  • Updated LICENSE to MIT from GPL v2
  • Added GitHub repository
  • Removed nhimult import
  • Dropped Todo file

metacpan.org/dist/Time-HiRes-S…



App-PMUtils-0.742


Command-line utilities related to Perl modules

Changes for 0.742 - 2022-09-28

  • No functional changes.
  • [cli update-this-mod] Tweak Abstract.

metacpan.org/dist/App-PMUtils




Test-Deep-1.200-TRIAL


Extremely flexible deep comparison

Changes for 1.200 - 2023-01-02T16:55:10-05:00

  • converted to Dist::Zilla
  • Test::Deep will now require v5.10, and this may go up. This change allows simplification of the Makefile.PL, which was coping with a mistake made twelve years ago.

metacpan.org/dist/Test-Deep



Excel-ValueWriter-XLSX-0.8


generating data-only Excel workbooks in XLSX format, fast

Changes for 0.8

  • added method "add_sheets_from_database"

metacpan.org/dist/Excel-ValueW…



Dist-Zilla-PluginBundle-Author-AJNN-0.04


Dist::Zilla configuration the way AJNN does it

Changes for 0.04 - 2023-01-01

  • Fix broken logic for -remove attribute
  • Add MetaNoIndex plugin if t/lib is present
  • Remove Dist::Zilla::PluginBundle::Author::AJNN::PruneAliases

metacpan.org/dist/Dist-Zilla-P…



DBIx-Class-ResultDDL-2.03


Result class declaration syntactic-sugar that looks like DDL

Changes for 2.03 - 2023-01-02

  • Fix SchemaLoaderMixin for earlier versions of perl

metacpan.org/dist/DBIx-Class-R…



App-RouterColorizer-1.230020


Colorize router CLI output

Changes for 1.230020 - 2023-01-02T17:21:37+00:00

  • Joelle Maslak <jmaslak@antelope.ent>
  • [feature] Colorize Ciena "module show" and "module show slot <x>"

metacpan.org/dist/App-RouterCo…



Selenium-Remote-Driver-1.48


Perl Client for Selenium Remote Driver

Changes for 1.48 - 2023-01-01

  • Remove usage of undocumented firefox features for passing profiles

metacpan.org/dist/Selenium-Rem…




Test2-Tools-Command-0.20


test simple unix commands

Changes for 0.20 - 2023-01-02

  • Add is_exit() so that Test::UnixExit can be replaced by this module. And, prevent installation on Windows due to test failures.

metacpan.org/dist/Test2-Tools-…




Dancer-1.3520


lightweight yet powerful web application framework

Changes for 1.3520 - 2023-01-01

  • Previous trial releases promoted to stable.
  • BUG FIXES
  • ENHANCEMENTS

metacpan.org/dist/Dancer







Linux-FD-Pid-0.005


PID file descriptors

Changes for 0.005 - 2023-01-02T03:48:36+01:00

  • Allow signal name in send method
  • Handle non-blocking wait correctly

metacpan.org/dist/Linux-FD-Pid




Linux-FD-Mem-0.002


memory file descriptors

Changes for 0.002 - 2023-01-02T01:41:10+01:00

  • Add flags to constructor
  • Add support for adding/getting seals

metacpan.org/dist/Linux-FD-Mem



Linux-FD-0.014


Linux specific special filehandles

Changes for 0.014 - 2023-01-02T01:20:05+01:00

  • Don't test for boottime timer presence

metacpan.org/dist/Linux-FD



Sah-Schemas-CPANModules-0.003


Sah schemas for Acme::CPANModules

Changes for 0.003 - 2022-09-25

  • No functional changes.
  • [ux] Tweak Abstracts (give example).

metacpan.org/dist/Sah-Schemas-…



App-Easer-2.005-TRIAL


Simplify writing (hierarchical) CLI applications

Changes for 2.005 - 2023-01-02T00:36:49Z

  • Enhance automatic generation of help for options
  • Fix bugs in automatic generation of help for options

metacpan.org/dist/App-Easer




App-MultiSsh-0.26


Multi host ssh executer

Changes for 0.26 - 2023-01-01

  • Updating for release of version 0.26 Updated (Ivan Wills) Adding better default config to show how it must work (Ivan Wills)

metacpan.org/dist/App-MultiSsh



Date-Holidays-BY-1.2023.1


Determine Belorussian official holidays and business days.

Changes for 1.2023.1 - 2022-01-02

  • exact dates for 2013
  • exact dates for 2014
  • exact dates for 2015
  • lost INACCURATE_TIMES_SINCE

metacpan.org/dist/Date-Holiday…



Dancer2-Plugin-WebService-4.4.3


RESTful Web Services with login, persistent data, multiple in/out formats, IP security, role based access

Changes for 4.4.3 - 2023-01-01

  • Corrections at Dancer2::Core::Hook before

metacpan.org/dist/Dancer2-Plug…



Type-Tiny-2.002000


tiny, yet Moo(se)-compatible type constraint

Changes for 2.002000 - 2023-01-01

  • Bug Fixes
  • Documentation
  • Packaging

metacpan.org/dist/Type-Tiny



Test-UnixCmdWrap-0.05


test unix commands with various assumptions

Changes for 0.05 - 2023-01-01

  • Mention that Test2::Tools::Command should instead be used in new code.

metacpan.org/dist/Test-UnixCmd…



Quiq-1.206


Class library for rapid development

Changes for 1.206 - 2023-01-01

  • Quiq::Converter
  • Quiq::Database::Connection
  • Quiq::Database::ResultSet
  • Quiq::Epoch
  • Quiq::Hash::Db
  • Quiq::Html::Form::Matrix
  • Quiq::Image
  • Quiq::Ldap::Client
  • Quiq::Path
  • Quiq::Url
  • Quiq::Web::Navigation

metacpan.org/dist/Quiq



Test2-Tools-Command-0.11


test simple unix commands

Changes for 0.11 - 2023-01-01

  • Make better use of Test2. Fix tests such that stdout and stderr tests are actually called, maybe. Remove needless dependency on Cwd.

metacpan.org/dist/Test2-Tools-…



Affix-0.09_05-TRIAL


A Foreign Function Interface eXtension

Changes for 0.09_05 - 2023-01-01T17:35:23Z

  • Struct[] may now contain a code reference

metacpan.org/dist/Affix




Test-File-1.993


test file attributes

Changes for 1.993 - 2022-12-31T20:33:55Z

  • Try harder to check for symlinks on Windows by stealing some code from Win32:: (Jean-Damien Durand) GitHub #36

metacpan.org/dist/Test-File

#36


App-DBBrowser-2.307


Browse SQLite/MySQL/PostgreSQL databases and their tables interactively.

Changes for 2.307 - 2023-01-01

  • Removed unused option 'decimal_separator'.
  • Add option to config the CSV export.
  • Code refactoring.
  • Update documentation.

metacpan.org/dist/App-DBBrowse…



App-Perl-Module-Examples-0.02


Tool for creating examples from Perl module POD documentation.

Changes for 0.02 - 2023-01-01T13:38:13+01:00

  • Add test for constructor.
  • Update copyright years.

metacpan.org/dist/App-Perl-Mod…




DBIx-Class-ResultDDL-2.02


Result class declaration syntactic-sugar that looks like DDL

Changes for 2.02 - 2022-12-31

  • Add relationship sugar support to SchemaLoaderMixin
  • Fix some bugs in column support of SchemaLoaderMixin
  • New feature to write SQL templates for joins

metacpan.org/dist/DBIx-Class-R…



Net-Finger-Server-0.005


a simple finger server

Changes for 0.005 - 2022-12-31T21:37:18-05:00

  • update packaging and metadata
  • minimum required Perl is now v5.12

metacpan.org/dist/Net-Finger-S…



Net-DNS-GuessTZ-0.005


guess the time zone of a host

Changes for 0.005 - 2022-12-31T21:36:14-05:00

  • update packaging and metadata
  • minimum required Perl is now v5.12

metacpan.org/dist/Net-DNS-Gues…



MooseX-Types-Perl-0.101344


Moose types that check against Perl syntax

Changes for 0.101344 - 2022-12-31T21:34:32-05:00

  • update packaging and metadata
  • minimum required Perl is now v5.12

metacpan.org/dist/MooseX-Types…



MooseX-SetOnce-0.203


write-once, read-many attributes for Moose

Changes for 0.203 - 2022-12-31T21:33:33-05:00

  • update author email contact info (again)
  • fix how perl version was declared (sorry)

metacpan.org/dist/MooseX-SetOn…






Email-MIME-Kit-Assembler-Markdown-0.100009


build multipart/alternative messages from Markdown alone

Changes for 0.100009 - 2022-12-31T21:29:45-05:00

  • update author contact info

metacpan.org/dist/Email-MIME-K…



Email-MIME-Encodings-1.317


A unified interface to MIME encoding and decoding

Changes for 1.317 - 2022-12-31T21:28:56-05:00

  • update author contact info

metacpan.org/dist/Email-MIME-E…



Email-MessageID-1.408


Generate world unique message-ids.

Changes for 1.408 - 2022-12-31T21:28:29-05:00

  • update author contact info

metacpan.org/dist/Email-Messag…



DBIx-Locker-1.103


locks for db resources that might not be totally insane

Changes for 1.103 - 2022-12-31T21:27:58-05:00

  • update author contact info

metacpan.org/dist/DBIx-Locker



Date-Span-1.129


deal with date/time ranges than span multiple dates

Changes for 1.129 - 2022-12-31T21:27:37-05:00

  • update author contact info

metacpan.org/dist/Date-Span