Skip to main content



Net-Cisco-FMC-v1-0.007001


Cisco Firepower Management Center (FMC) API version 1 client library

Changes for 0.007001 - 2023-01-20T08:24:02+01:00

  • fix api.t when FMC environment variables aren't set

metacpan.org/dist/Net-Cisco-FM…



Affix-0.09_06-TRIAL


A Foreign Function Interface eXtension

Changes for 0.09_06 - 2023-01-20T05:35:31Z

  • Struct[] may now contain a code reference
  • CodeRef, Any, etc. are now properly handled as aggregates

metacpan.org/dist/Affix



Mojo-Run3-1.03


Run a subprocess and read/write to it

Changes for 1.03 - 2023-01-20T14:19:44Z

  • Add support for manually closing the PTY slave
  • Add support for "pipe" shortcut for driver()

metacpan.org/dist/Mojo-Run3




Alien-Build-2.77


Build external dependencies for use in CPAN

Changes for 2.77 - 2023-01-20T14:59:14Z

  • Documentation improvements (gh#389, #gh#390)
  • Additional noisy diagnostic when trying to use the regular download negotiator plugin with a GitHub releases page (gh#388, gh#390)

metacpan.org/dist/Alien-Build

#gh #390



Function-Parameters-2.001004


define functions and methods with parameter lists ("subroutine signatures")

Changes for 2.001004 - 2023-01-20

  • Drop Dir::Self test dependency (use FindBin instead).

metacpan.org/dist/Function-Par…



App-DiffXlsText-0.012


Diff the text of two Office spreadsheets (.ods, .xls, .xlsx) as two directories of CSV files

Changes for 0.012 - 2022-11-26

  • No functional changes.
  • [ux][doc] Give example in Synopsis.

metacpan.org/dist/App-DiffXlsT…



Dist-Zilla-PluginBundle-Author-Plicease-2.75


Dist::Zilla plugin bundle used by Plicease

Changes for 2.75 - 2023-01-20T11:02:49Z

  • Added clean_keep option to [@Author::Plicease] and [Author::Plicease::Cleaner]

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



File-Rename-2.01


Perl extension for renaming multiple files

Changes for 2.01

  • min perl version 5.8.0
  • use warnings
  • use Getopt::Long 2.24
  • source/rename source of rename script

metacpan.org/dist/File-Rename



re-engine-GNU-0.025


GNU Regular Expression Engine

Changes for 0.025 - 2023-01-19T18:30:45Z

  • Jean-Damien Durand <jeandamiendurand@free.fr>
  • Yves Orton <demerphq@gmail.com>

metacpan.org/dist/re-engine-GN…



Net-Cisco-FMC-v1-0.007000


Cisco Firepower Management Center (FMC) API version 1 client library

Changes for 0.007000 - 2023-01-19T18:12:02+01:00

  • add logout method

metacpan.org/dist/Net-Cisco-FM…



Alien-libmaxminddb-1.012


Find or download and install libmaxminddb

Changes for 1.012 - 2023-01-19T11:28:04Z

  • Revise the workaround for OpenBSD Clang

metacpan.org/dist/Alien-libmax…




Data-Rx-0.200008


perl implementation of Rx schema system

Changes for 0.200008 - 2023-01-18T22:03:24-05:00

  • update packaging
  • minimum perl is now Perl v5.12

metacpan.org/dist/Data-Rx



Dist-Zilla-6.030


distribution builder; installer not included!

Changes for 6.030 - 2023-01-18T21:36:40-05:00

  • "dzil new" will use command line options before configuration
  • "dzil add" now falls back to %Mint stash options before defaults (for both of the above: thanks, Graham Knop!)

metacpan.org/dist/Dist-Zilla




App-OrgUtils-0.483


Some utilities for Org documents

Changes for 0.483 - 2022-10-11

  • Add utilities: org-to-ansi-text, org-to-text.

metacpan.org/dist/App-OrgUtils







IO-Socket-SSL-2.080


Nearly transparent SSL encapsulation for IO::Socket::INET.

Changes for 2.080 - 2023-01-18

  • move certs into t/ so that distributions like CentOS don't install the test certificates as part of the documentation any longer.

metacpan.org/dist/IO-Socket-SS…







File-Replace-0.16


Perl extension for replacing files by renaming a temp file over the original

Changes for 0.16

  • split the modules Tie::Handle::Base, File::Replace::Inplace into separate distributions
  • split the "replace" and "replace2" functions into the distribution File::Replace::Fancy

metacpan.org/dist/File-Replace




Proch-N50-1.5.6


a small module to calculate N50 (total size, and total number of sequences) for a FASTA or FASTQ file. It's easy to install, with minimal dependencies.

Changes for 1.5.6 - 2023-01-18

  • Uniform support for "-" as Standard Input in accessory utilities

metacpan.org/dist/Proch-N50



P.S. One last thing - try not to worry about what bacula does if your
clock somehow goes wrong and decides that it is 2037. Or 1970. Or last
week. 😀
- Graham Keeling

(Date: Wed, 12 Jan 2011 17:41:42 +0000)

tallship reshared this.




FASTX-Reader-1.10.0-TRIAL


A simple module to parse FASTA and FASTQ files, supporting compressed files and paired-ends.

Changes for 1.10.0 - 2023-01-13

  • `new()` FASTX::Reader method now supports a named parameter instantiation, e.g. `FASTX::Reader->new(-file => 'file.fastq')`
  • `new()` FASTX::Seq method now supports a named parameter instantiation, e.g. `FASTX::Seq->new(-seq => 'CACCA')`
  • Added `copy()` method to FASTX::Seq
  • Added quality methods to FASTX::Seq:
  • Test updates, minor changes

metacpan.org/dist/FASTX-Reader



Mojo-Run3-1.02


Run a subprocess and read/write to it

Changes for 1.02 - 2023-01-18T17:58:48Z

  • Fix keeping filehandles open until the whole process has ended

metacpan.org/dist/Mojo-Run3




TUWF-1.5


The Ultimate Website Framework

Changes for 1.5 - 2023-01-18

  • Add tuwf->req() method for storing request-local data
  • Add tuwf->captures() as alternative to handler arguments
  • Add support for Max-Age and SameSite properties in resCookie()
  • Add support for JSON::PP and Cpanel::JSON::PP
  • Add support for calling dbPage() in scalar context
  • Add "onerror" and "undefbool" built-in validations
  • Add support for subroutine arguments to 'default' validation option
  • Add TUWF::Validate::Interop::elm_decoder() (undocumented)
  • Add support for undef and concat attributes in TUWF::XML
  • Add TUWF::XML::xml_string() function
  • Add summary tag to TUWF::XML
  • Add "db_connect" hook
  • Add "fastcgi_max_requests" setting
  • Add support for graceful process shutdown in FastCGI mode
  • Add support for output compression for resJSON, resFile and resBinary
  • Fix handling recursion from the log_format subroutine
  • Fix encoding of HTTP response headers
  • Fix calling error_404_handler before the "after" hooks.
  • Fix handling of SIGCHLD when using the builtin HTTP server
  • Fix logging during startup
  • Fix input modification on TUWF::Validate with unknown=>"reject" hashes
  • Fix handling of HTTP DELETE requests
  • Fix handling for HTTP 204 responses
  • Remove error on resFile() path traversal, just return a 404 instead
  • Disallow IP address hosts as part of email validation
  • Use Perl built-in utf8 functions instead of Encode module

metacpan.org/dist/TUWF



Util-H2O-More-0.2.4


provides baptise, a drop-in replacement for bless; like if bless created accessors for you. This module also provides additional methods built using h2o or o2h from Util::H2O that allow for the incremental addition of OOP into existing or small scale Perl code without having to fully commit to a Perl OOP framework or compromise one's personal Perl style.

Changes for 0.2.4

  • changed ini2o to ini2h2o, o2ini to h2o2ini to make the naming more consistent with already existing helper apps, like opt2h2o (sorry if this causes anyone problems; I don't assume many people use this too heavily atm).

metacpan.org/dist/Util-H2O-Mor…



SPVM-0.9682


SPVM Language

Changes for 0.9682 - 2022-01-18

  • New Feature
  • Internal Compatible Changes
  • Incompatible Changes
  • Bug Fix

metacpan.org/dist/SPVM



ZHOUYI-0.14


The ZHOUYI is module interpreter and outer the Chinese ancient philosophy of The Book of Change(易经);


metacpan.org/dist/ZHOUYI



App-shcompgen-0.325


Generate shell completion scripts

Changes for 0.325 - 2022-10-07

  • Support Perl scripts that use CLI::MetaUtil::Getopt::Long{,::Complete}.

metacpan.org/dist/App-shcompge…