Skip to main content



Excel-Writer-XLSX-1.11


Create a new file in the Excel 2007+ XLSX format.

Changes for 1.11 - 2023-03-19
  • Added support for simulated worksheet `autofit()`.
  • Refactored internal column property handling to allow column ranges to be overridden (a common UX expectation).
  • Add `quote_prefix` format property.
  • ! Add fix for forward/backward slash issue on Windows perl builds. Possibly introduced by a change in File::Find. Issue #284
  • ! Fix for duplicate number formats. Issue #283
  • ! Add fix for worksheets with tables and background images.
  • ! Replace/fix the worksheet protection password algorithm so that is works correctly for strings over 24 chars.

https://metacpan.org/dist/Excel-Writer-XLSX
#284 #283



App-Greple-xlate-0.18


translation support module for greple

Changes for 0.18 - 2023-03-19T11:20:45Z
  • introduce -R option
  • make debug message concise

https://metacpan.org/dist/App-Greple-xlate


HTML-Blitz-0.07


high-performance, selector-based, content-aware HTML template engine

Changes for 0.07 - 2023-03-19
  • reduce dependencies by switching to 'feature' (i.e. 'no feature "indirect"') instead of 'indirect' and Test2 instead of Test::More, Test::Builder, Test::Fatal
  • extend basic benchmark to cover Mojo::Template, Text:🤐slate, HTML::Template, and HTML::Template:😛ro
  • include benchmark files in the distribution
  • add example to documentation for autogenerating script hashes from template files for CSP
  • extend test suite to cover more of HTML::Blitz::Builder, rule conflicts, and HTML syntax corner cases

https://metacpan.org/dist/HTML-Blitz




SPVM-Sys-0.45


System Calls for File IO, User, Process, Signal, Socket

Changes for 0.45 - 2022-06-21
  • Internal Compatible Changes

https://metacpan.org/dist/SPVM-Sys



Parallel-Pipes-0.200


parallel processing using pipe(2) for communication and synchronization

Changes for 0.200 - 2023-03-18T10:15:49Z
  • Introduce "tick" functionality (#7)
  • Rename internal packages (eg: Parallel:😛ipe::Here -> Parallel:😛ipes::Here)

https://metacpan.org/dist/Parallel-Pipes
#7


Sah-Schemas-WordList-0.004


Sah schemas related to WordList

Changes for 0.004 - 2023-01-19
  • [ux][schema perl::wordlist::modname_with_optional_args] Add completion for arguments.

https://metacpan.org/dist/Sah-Schemas-WordList




Data-Compare-1.28


compare perl data structures

Changes for 1.28 - 2023-03-14
https://metacpan.org/dist/Data-Compare


Crypt-Passphrase-Linux-0.002


An linux crypt encoder for Crypt:😛assphrase

Changes for 0.002 - 2023-03-14T23:47:48+01:00
  • Correctly encode salt in hash_password
  • Accept legacy crypt values
  • Correctly mark non-matching hashes as needing rehash

https://metacpan.org/dist/Crypt-Passphrase-Linux


Crypt-Passphrase-0.010


A module for managing passwords in a cryptographically agile manner

Changes for 0.010 - 2023-03-14T23:04:53+01:00
  • Add @CARP_NOT handler to import
  • More gracefully handle undefined passwords
  • Depreciate curry_with_password

https://metacpan.org/dist/Crypt-Passphrase



Time-Piece-Guess-0.0.3


Compares the passed string against common patterns and returns a format to use with Time:😛iece or object

Changes for 0.0.3 - 2023-03-14
  • -minor doc tweaks

https://metacpan.org/dist/Time-Piece-Guess







Alien-Gnuplot-1.041


Find and verify functionality of the gnuplot executable.

Changes for 1.041 - 2023-03-12
  • Minimum Alien::Build for Build::Copy plugin is Alien::Build v2.19. Thanks to Andreas K. Hüttel (akhuettel++) for the bug report. GH#11.

https://metacpan.org/dist/Alien-Gnuplot


Crypt-LE-0.39


Let's Encrypt (and other ACME-based) API interfacing module and client.

Changes for 0.39
  • EAB (External Account Binding) support used by some CAs.
  • Asynchronous order finalization support.
  • Server-indicated retry intervals support.
  • Direct support of known ACME-compatible CAs via 'ca' parameter.
  • Minor fixes and documentation updates.

https://metacpan.org/release/LEADER/Crypt-LE-0.39


JSON-Schema-Modern-0.565


Validate data against a schema

Changes for 0.565 - 2023-03-12T21:19:27Z
  • traverse and evaluate callbacks can now produce errors, which are incorporated into the overall evaluation results
  • fix bad handling of empty patterns in "pattern", "patternProperties" keywords

https://metacpan.org/release/ETHER/JSON-Schema-Modern-0.565


Template-Perlish-1.64


Yet Another Templating system for Perl

Changes for 1.64 - 2023-03-12T19:10:56Z
  • Complete implementation for option "missing" in traverse()
  • Add option "undef" in traverse()
  • Add tests for the two above

https://metacpan.org/release/POLETTIX/Template-Perlish-1.64



Acme-CPANModules-TextTable-0.014


Modules that generate text tables

Changes for 0.014 - 2023-02-16
  • Add participant: Text::SimpleTable; mark about excluding Text::SimpleTable::AutoWidth, Text::ASCIITable::EasyTable.

https://metacpan.org/dist/Acme-CPANModules-TextTable


Template-Perlish-1.62


Yet Another Templating system for Perl

Changes for 1.62 - 2023-03-11T15:04:02Z
  • Add support for passing an additional option to traverse(), for setting the return value when missing a key.

https://metacpan.org/dist/Template-Perlish


Astro-satpass-0.129


Classes and app to compute satellite visibility

Changes for 0.129 - 2023-03-11
  • Add 53807 Bluewalker 3 to canned magnitudes.
  • Conditionalize canned magnitude test on environment variable so it does not run every time I want to do an authortest.
  • Correct handling of Celestrak-format JSON TLE data. This mostly involved the OBJECT_ID (International designator), and the fact that Celestrak does not provide EPOCH_MICROSECONDS, instead merging it into the EPOCH item as an ISO date/time with a decimal fraction on the end.

https://metacpan.org/dist/Astro-satpass








Geo-Address-Formatter-1.997


format structured address data according to various global/country rules

Changes for 1.997 - 2023-03-09
  • revert one minor "improvement" *sigh*

https://metacpan.org/dist/Geo-Address-Formatter



MIDI-Drummer-Tiny-0.4103


Glorified metronome

Changes for 0.4103 - 2023-03-09T06:23:20Z
  • Negate a pattern before deciding to skip it.
  • Do NOT set the chan_patch() in the pattern() method!

https://metacpan.org/dist/MIDI-Drummer-Tiny



CPAN-Audit-20230309.004


Audit CPAN distributions for known vulnerabilities

Changes for 20230309.004 - 2023-03-09T12:01:45Z
  • Fix the GPG signature

https://metacpan.org/dist/CPAN-Audit






Crypt-Passphrase-Linux-0.001


An linux crypt encoder for Crypt:😛assphrase

Changes for 0.001 - 2023-03-07T23:53:11+01:00
  • Initial release to an unsuspecting world

https://metacpan.org/release/LEONT/Crypt-Passphrase-Linux-0.001


Crypt-Passphrase-Scrypt-0.002


A scrypt encoder for Crypt:😛assphrase

Changes for 0.002 - 2023-03-07T23:51:53+01:00
  • Use the secure_compare helper method

https://metacpan.org/dist/Crypt-Passphrase-Scrypt



WWW-PiHole-0.230660


Perl interface to Pi-hole

Changes for 0.230660 - 2023-03-07T14:02:19+04:00
  • Document all methods
  • Modify private methods
  • Improve general documentation
  • Add get_dns public method
  • Add get_cname public method

https://metacpan.org/dist/WWW-PiHole