Skip to main content


Common Neo4j type system

Changes for 2.00 - 2023-11-21

  • Add ByteArray, DateTime, and Duration types. (GH #15, #17)
  • Define methods and behaviour for the Neo4j 5 element ID. (GH #13)
  • Specify previously undefined behaviour. (GH #1, #11, #14)
  • Expand the implementor guidance for driver authors and separate it from the type definitions aimed at users.
  • Separate generic type implementations from the type definitions.
  • Offer test tools to help driver authors with conforming to these types.
  • Raise minimum required version of Perl to v5.10.1.
#15 #14 #1 #11 #17 #13


Recursively scan Perl code for dependencies

Changes for 1.32 - 2023-07-05

  • Ensure $inc gets removed from the start of $File::Find::name
  • Provide dedicated test scripts for some tests instead of using the test scripts themselves: Test::More draws in all kinds of stuff, totally unpredictable
  • Rewrite test helpers in t/Utils.pm to use Test::More's subtest feature
  • Code cleanup; fix detection of 'do STRING' (cf PR #15)
  • scandeps.pl: sort items in "used by" column
  • Handle spaces after quote operator, e.g. eval qq {Some::Module}
  • Fixes #12: share dir not returned when require module is in an eval
  • Recognize constructs like "eval qq{require Inline::C}".
  • Recognize idioms like "if (eval { require Foo }) { ..."
  • Add %preload rules for some Mojo resource files
  • Bump perl dependency to guard against ancient perls without FindBin::again()
  • Add tool to trace when (and from where) Perl searches for a module
#15 #12


RE2 regex engine

Changes for 0.18 - 2023-06-19

  • Fix on perl >= 5.38 (issue #15)
  • Fix re->nparens signess warning (PR #13)
#15 #13


Locale-Codes-3.73


a distribution of modules to handle locale codes

Changes for 3.73 - 2023-03-06
  • NEW CODE(s)
  • Fixed a problem with test failing on windows Reported in GitHub #15

https://metacpan.org/dist/Locale-Codes
#15


Net-MQTT-Simple-1.28


Minimal MQTT version 3 interface

Changes for 1.28 - 2022-12-28T02:37:00Z
  • Fix: Don't hang when receiving signal during select() (Contributed by Peter Sobisch via RT 134165)
  • Doc fix: typo (Contributed by oalders via GitHub #15)
  • New: Repository metadata (Suggested by oalders via GitHub #14)
  • Some retroactive changes to the changelog: added some credits and issue IDs.
  • !! - Dropped support for IO::Socket::INET.

https://metacpan.org/dist/Net-MQTT-Simple
#15 #14