Skip to main content


Build a Build.PL that uses Dist::Build

Changes for 0.001 - 2024-04-26T12:50:29+02:00

  • Initial release to an unsuspecting world


A modern module builder, author tools not included!

Changes for 0.001 - 2024-04-26T12:49:11+02:00

  • Initial release to an unsuspecting world


Build a Build.PL that uses the current module to build itself

Changes for 0.007 - 2024-04-26T12:40:30+02:00

  • Add ConfigureSelf classes


Mojolicious Plugin for Config::Structured: provides Mojo app access to structured configuration data

Changes for 3.01 - 2024-04-26T05:35:45-05:00

  • Bugfix: respect --reveal-sensitive flag when dumping a single leaf node


An overview of the foundations of the ExtUtils::Builder Plan framework

Changes for 0.002 - 2024-04-26T11:33:00+02:00

  • Move get_perl into ExtUtils::Builder::Util
  • Remove accidental test dependency on Devel::Confess




Fork Based Promise with Asynchronous Execution, Async, Await and Shared Data

Changes for v0.4.11 - 2024-04-25T23:38:38Z

  • Minor corrections in resolve to pass the variable $_ to the sub routine called in then()
  • Improvements allowing embedded promises


an interface to most facets of the [Fastly API](https://developer.fastly.com/reference/api).

Changes for 6.03 - 2024-04-25

  • Bug fixes
  • Enhancements
  • Documentation


Generic Module to inherit from

Changes for v0.35.4 - 2024-04-26T13:55:12Z

  • Minor improvements to Module::Generic::SharedMemXS





Perl CPU Benchmark

Changes for 2.6 - 2024-04-25

  • Custom benchmark improvements.
  • Fix BSD tar xattr.




Experimental features made easy

Changes for 0.032 - 2024-04-25T22:30:41+01:00

  • Add the newly-stable features to stable.pm - extra_paired_delimiters, const_attr, for_list



Fetch actual raw streamable URLs from various radio-station, video & podcast websites.

Changes for 2.30 - 2024-04-25

  • StreamFinder::Castbox - Refactor to scrape episode data from the podcast page as now Castbox episode pages are no longer scrapable (now dynamically generated by javascript), but for now, all required episode data is embedded in the corresponding podcast page (for now). Also now append "lyrics" (transcript) to the "description" field (for Fauxdacious, etc.) for Castbox pages that provide this in a "lyrics" (.lrc) link!
  • StreamFinder::Google - REMOVED since Google has officially closed down it's podcast service.
  • StreamFinder::Podchaser - Fix failure to fetch episode data for the first episode (when a podcast page given) and failure to fetch all due to minor changes in their site.
  • StreamFinder::Spreaker - Refactor since Spreaker has now javascripted and cookied up their pages, but we're still able to scrape it's podcast pages for podcast metadata, required playlist data and 1st episode ID, and they provide a separate api site for fetching all episode data when given the episode-ID.
  • StreamFinder::Subsplash - Fix extraction of the artist & album fields due to minor changes in their site. Also add missing "Url" (first stream) field (not required for fetching streams).



Determine file types

Changes for 0.35 - 2024-04-25



Interaction with OpenExchangeRates API

Changes for 0.004 - 2024-04-25T18:13:34+00:00

  • trying to make it appear again on CPAN


An I3 workspace loader

Changes for 0.003 - 2024-04-25T17:57:03Z

  • Support shutdown events
  • Add more supported actions with on_workspace
  • Only switch workspaces when they exist This prevents starting up multiple layouts on non-existing workspaces


A Perl implementation of the OpenTelemetry standard

Changes for 0.020 - 2024-04-25T18:54:56+01:00

  • Switch LWP::UserAgent integration to wrap around that module's 'simple_request' method instead of its 'request' method. This should catch some more cases, and fix GH #13.
  • Added a minimal example application. See the `examples` directory in the distribution files.
#13



An object to manage running things in parallel processes.

Changes for 0.014 - 2024-04-25T16:08:40+01:00

  • Move to Dist::Zilla
  • Switch to Test2::V0



Non linear optimization routines for PDL

Changes for 0.09 - 2024-04-25

  • fix compiler warnings on pointer types (#7) - thanks @YuryPakhomov for report
#7




Distribution with a rich set of tools built upon the Test2 framework.

Changes for 0.000162 - 2024-04-25T14:57:23+01:00

#270 #292



An overview of the foundations of the ExtUtils::Builder Plan framework

Changes for 0.001 - 2024-04-25T14:13:26+02:00

  • First release






Build.PL install path logic made easy

Changes for 0.013 - 2024-04-25T12:28:37+02:00

  • Try to install any installable paths


A wrapper for perl's configuration

Changes for 0.009 - 2024-04-25T12:22:53+02:00

  • Add a but method
  • Add ExtUtils::Config::MakeMaker


Distribution with a rich set of tools built upon the Test2 framework.

Changes for 0.000160 - 2024-04-25T11:18:36+01:00

  • Fix #291: done_testing under AsyncSubtest does not make sense
  • Fix #275: prototypes for around/after/before
  • Fix #288: Merge PR for #275
  • Fix #290: Extra docs for srand
#290 #291 #275 #288


Perl I18n using https://github.com/nodeca/babelfish format.

Changes for 2.13 - 2024-02-01T12:55:00Z

  • Added support of nested lists and hashrefs






Sanity-check calling context

Changes for 0.04

  • (no code changes)
  • Switched to MIT license.
  • Switched README from POD to Markdown.
  • Removed Travis CI.


Sort lines of text by a SortKey module

Changes for 0.001 - 2024-03-07

  • First release.


Sort lines of text by a Comparer module

Changes for 0.002 - 2024-03-07

  • No functional changes.
  • [doc] Mention some related links.


An assortment of date-/time-related CLI utilities

Changes for 0.128 - 2024-03-07

  • [clis strftime, strftimeq] Use localtime() instead of gmtime(). We can still show UTC using "TZ=UTC strftime ...".