Alien-Font-Vera-0.010-TRIAL
access to Vera truetype file
Changes for 0.010 - 2023-01-29
- Prepare for stable release
App-Greple-xlate-0.01
translation support module for greple
Changes for 0.01 - 2023-01-29T15:04:13Z
- original version
PDL-Graphics-Gnuplot-2.023
Gnuplot-based plotting for PDL
Changes for 2.023 - 2023-01-29
- Fix over-enthusiastic code tidying - thanks @zmughal
App-SpreadsheetUtils-0.003
CLI utilities related to spreadsheet (XLS, XLSX, ODS, ...)
Changes for 0.003 - 2023-01-29
- No functional changes.
- Tweak so Description from Rinci metadata is rendered.
- Fix some typos.
App-SpreadsheetUtils-0.002
CLI utilities related to spreadsheet (XLS, XLSX, ODS, ...)
Changes for 0.002 - 2023-01-29
- No functional changes.
- [doc] [cli ss2csv] Mention xlsx2csv from Spredsheet-Read.
App-SpreadsheetUtils-0.001
CLI utilities related to spreadsheet (XLS, XLSX, ODS, ...)
Changes for 0.001 - 2023-01-29
- First release.
License-SPDX-0.02
Object for SPDX licenses handling.
Changes for 0.02 - 2023-01-29T11:00:36+01:00
- Fix comparison of JSON boolean.
Memoize-1.16
Make functions faster by trading space for time
Changes for 1.16
- Protection against @_ mutation by the normalizer (reported by Mithun Bhattacharya). This was a backcompat breakage in 1.10
PRANG-0.21
Moose XML Processor
Changes for 0.21 - 2022-01-29
- Fix tests for security change to YAML (rt#132030) [Thanks to YVES for patch]
- Add missing test dependency (rt#122301)
Nefarious-0.01
wicked or criminal objects.
Changes for 0.01
- First version, released on an unsuspecting world.
App-Greple-9.01
extensible grep with lexical expression and region handling
Changes for 9.01 - 2023-01-29T04:59:38Z
- Release 9.01
Perinci-Examples-HTML-0.001
Examples related to HTML form generation
Changes for 0.001 - 2022-11-17
- First release.
Venus-1.90
OO Library for Perl 5
Changes for 1.90 - 2022-01-28
- [feature] Allow option_build to set value on read/write
- [feature] Allow option_build on object construction
- [feature] Test permutations of option_build, option_default, and option_coerce
- [feature] Implement lazy_build hook in Venus::Role::Optional
- [feature] Implement self_coerce hook in Venus::Role::Optional
- [feature] Implement self_assert hook in Venus::Role::Optional
- [feature] Use Venus::Assert#expression when asserting with option_assert
Util-H2O-More-0.2.7
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.7
- fixed dist.ini to exclude stuff from repo that's messing up CPAN indexing (no-op)
Net-SIP-0.835
Framework SIP (Voice Over IP, RFC3261)
Changes for 0.835 - 2023-01-28
- #60 from pali/max-forwards Make sure that ACK and CANCEL requests have max-forwards header Add test from qunifi:add-missing-ack-max-forwards #55 (similar issue)
- #59 from pali/socketpool-peer Fix warnings about unitialized values by initializing rbuf and wbuf
- #57 from pali/rtp Ensure that RTP synchronization source id and initial sequence number is unique per RTP stream.
Util-H2O-More-0.2.6
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.6
- incremented dependency on latest version of Util::H2O (0.22)
- more POD wording fixes
CXC-Exporter-Util-0.05
Tagged Based Exporting
Changes for 0.05 - 2023-01-28T11:04:59-05:00
- promote to production. no functional changes from 0.04
Story-Interact-0.001006
tools for writing (and reading) an interactive story
Changes for 0.001006 - 2023-01-28
- Regexp fixes.
Excel-ValueWriter-XLSX-1.03
generating data-only Excel workbooks in XLSX format, fast
Changes for 1.03
- fixed bug : sheet content was not properly UTF8-encoded
Exporter-Almighty-0.001003
combining Exporter::Tiny with some other stuff for added power
Changes for 0.001003 - 2023-01-28
- Documentation
- Other
Tie-Subset-0.02
Tie an array or hash to a subset of another array or hash, respectively
Changes for 0.02
- added Tie::Subset::Hash::Masked
Test-Instruction-0.04
A test framework
Changes for 0.04 - 2023-01-28
- extend to allow debugging of instruction/s by setting debug => 1.
PPIx-Regexp-0.087
Parse regular expressions
Changes for 0.087 - 2023-01-28
- Add support for code in optimized regex, a.k.a. (*{...}). This involved making the recognition of backtracking control more specific, since it also uses (?*...).
- If (*{...}) and (**{...}) are removed from Perl before Perl 5.38.0, support for them will be removed from this package.
Excel-ValueWriter-XLSX-1.02
generating data-only Excel workbooks in XLSX format, fast
Changes for 1.02
- added support for defined names
Util-H2O-0.22
Hash to Object: turns hashrefs into objects with accessors for keys
Changes for 0.22
- fix a bug where -arrays was not passed into to hashes of hashes
DateTime-Calendar-Pataphysical-0.07
Dates in the Pataphysical calendar
Changes for 0.07 - 2023-01-28
- include documentation and distribution improvements by Paul Cochrane (PTC)
- reformat the documentation with better headers and links
- make the whole distribution UTF-8
PDL-Graphics-Simple-1.009
Simple backend-independent plotting for PDL
Changes for 1.009 - 2023-01-28
- Prima driver now working again - thanks @dk
Affix-0.10_01-TRIAL
A Foreign Function Interface eXtension
Changes for 0.10_01 - 2023-01-28T05:16:44Z
- Unstable TRIAL release
PDL-Graphics-Gnuplot-2.022
Gnuplot-based plotting for PDL
Changes for 2.022 - 2023-01-28
- Fix so that 'aa' option does not pass badflag to `wpic`.
- Check if terminal image format I/O is available when using 'aa'.
Util-H2O-More-0.2.5
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.5
- documentation update only
- added mention of h2o's "-arrays" in the d2o section; so "d2o" and "o2d" alone are probably not reason enough to use Util::H2O::More of the stock h2o with "-arrays" when dealing with complex results from a web API
App-sdif-4.24.0
sdif and family tools, cdif and watchdiff
Changes for 4.24.0 - 2023-01-28T04:15:22Z
- make sdif to process conflict marker
- introduce --parallel / -V option in sdif
App-CheckDigitsUtils-0.001
Utilities related to check digits (CLI for Algorithm::CheckDigits)
Changes for 0.001 - 2023-01-28
- First release.