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
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
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()
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)
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).
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.
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]
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
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>
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
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
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
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!)
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.
Perl Weekly Challenge 200: Arithmetic Slices and Seven Segment Display
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.
App-Licensecheck-v3.3.8
simple license checker for source files
Changes for v3.3.8 - 2023-01-18
- Test Suite
- Packaging
String-License-v0.0.4
detect source code license statements in a text string
Changes for v0.0.4 - 2023-01-18
- Test Suite
File-Replace-Inplace-0.16
Emulation of Perl's -i switch via File::Replace
Changes for 0.16
- forked from File::Replace
File-Replace-Fancy-0.16
Perl extension that extends the File::Replace module
Changes for 0.16
- forked from File::Replace
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
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
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
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
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
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).
SPVM-0.9682
SPVM Language
Changes for 0.9682 - 2022-01-18
- New Feature
- Internal Compatible Changes
- Incompatible Changes
- Bug Fix
ZHOUYI-0.14
The ZHOUYI is module interpreter and outer the Chinese ancient philosophy of The Book of Change(易经);
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}.
Error-Show-v0.1.0
Show context around syntax errors and exceptions
Changes for v0.1.0 - 2023-01-18
- original version
Regexp-Pattern-License-v3.10.0
regular expressions for legal licenses
Changes for v3.10.0 - 2023-01-17
- Documentation
- Test Suite
- Other
App-Licensecheck-v3.3.7
simple license checker for source files
Changes for v3.3.7 - 2023-01-17
- Packaging
String-License-v0.0.3
detect source code license statements in a text string
Changes for v0.0.3 - 2023-01-17
- Test Suite