Here is an update for Class::C3::Componentised, that fixes the build with the future Perl 5.28.
What's new upstream (partial, see [1]): - Move to ExtUtils::MakeMaker, fixing the build with recent versions of Perl - Some versions bumps in requirements (with no impact on OpenBSD) Testing: - 'make test' passes - There are consumers. I've found no new failures introduced by this update [2] Comments and feedback are welcome. Charlène. [1] https://metacpan.org/changes/distribution/Class-C3-Componentised [2] https://transfer.sh/KSmlB/p5-Class-C3-Componentised.tgz Index: Makefile =================================================================== RCS file: /cvs/ports/devel/p5-Class-C3-Componentised/Makefile,v retrieving revision 1.9 diff -u -p -u -p -r1.9 Makefile --- Makefile 20 Mar 2016 19:56:15 -0000 1.9 +++ Makefile 27 Dec 2018 20:27:48 -0000 @@ -4,8 +4,7 @@ COMMENT= load mix-ins or components to y MODULES= cpan PKG_ARCH= * -DISTNAME= Class-C3-Componentised-1.001000 -REVISION= 0 +DISTNAME= Class-C3-Componentised-1.001002 CATEGORIES= devel # Perl Index: distinfo =================================================================== RCS file: /cvs/ports/devel/p5-Class-C3-Componentised/distinfo,v retrieving revision 1.4 diff -u -p -u -p -r1.4 distinfo --- distinfo 18 Jan 2015 03:13:21 -0000 1.4 +++ distinfo 27 Dec 2018 20:27:48 -0000 @@ -1,2 +1,2 @@ -SHA256 (Class-C3-Componentised-1.001000.tar.gz) = dP91DoTc5xGUo7KmtWCMlKmhxQB3i3yUz4DSnhXa6ts= -SIZE (Class-C3-Componentised-1.001000.tar.gz) = 24335 +SHA256 (Class-C3-Componentised-1.001002.tar.gz) = MFGxRtwe/q6hqaLp5rF3MICZW4mKtYPxVWWNX8gLlpM= +SIZE (Class-C3-Componentised-1.001002.tar.gz) = 9742
