Skip to main content


Scheduled and one-off asynchronous events

Changes for 1.13 - 2024-03-04

  • Added ability to send in per-callback call parameters via the start() method (closes #10)
  • Add prereq of Test::SharedFork to keep tests in order in t/46
  • Bumped prereq version of IPC::Shareable to 1.13
#10


An RPM packager for perl modules

Changes for 1.15 - 2024-02-23

  • Changed RELEASE_TESTING variable. Now use a release-specific testing variable rather than RELEASE_TESTING. See GitHub #17 in my Locale-Codes module on GitHub for details.
  • Fixed bug where passing in no arguments resulted in a warning. GitHub #10
  • Fixed a bug where detecting Module::Build::Tiny was skipped if the --install-type parameter passed in. GitHub #16.
#10 #17 #16


Maintain and serve a REST API to search PGXN mirrors

Changes for 0.20.0

  • Removed the `Capfile` and `eg` directory. Examples for managing PGXN can now be found in the pgxn/pgxn-ops GitHub repository.
  • Switched from Text::Markdown to CommonMark for parsing and formatting Markdown files (but not MultiMarkdown files). This allows code fences to work and generates nicer HTML in general, but is stricter about certain things.
  • The docs indexer now indexes a distribution's README if it is the only documentation it finds in the distribution (#12).
  • The docs indexer now strictly links an extension to the doc file specified via the `docfile` key in its `provides` object, even if it's a README (#10).
  • The indexer will now index a testing release if there are no stable releases, and will index an unstable release if there are neither stable nor testing releases (#2).
  • Updated the SemVer regex when parsing rsync output to the official version published in https://regex101.com/r/vkijKf/ (#16).
  • Fix unzipping of distributions to ensure that all directories are readable and executable but not writeable by all, and that files are only readable by all (#15).
  • Dropped support for Perl 5.10 and 5.12.
#15 #10 #2 #12 #16


Parse and manipulate Perl version strings

Changes for 1.016 - 2024-01-05T13:53:50Z

  • new minimum version is v5.10, for version.pm
  • git rid of File::Slurp::Tiny
  • fix case where perl-reversion changes the number of digits used in the alpha section (GitHub #10)
  • fix a few doc things (GitHub #8 and #9)
#10 #8 #9


HealthCheck-v1.8.1


A health check for your code

Changes for v1.8.1 - 2023-03-08T23:27:08Z
  • Update README and License (Andrew Hewus Fresh)
  • Update Makefile from upstream (Andrew Hewus Fresh)
  • Pull request #10: MINOR SM-4102 (Mitch McCracken)
  • Split run() out w/ _run_checks() and _run_check() (Mitch McCracken)

https://metacpan.org/dist/HealthCheck
#10