In preparation for an upcoming release of mod_perl to support Perl 5.38.0, I am making a new release of Apache-SizeLimit.
Please download, test, and report back on this Apache-SizeLimit 0.98 release candidate. https://people.apache.org/~stevehay/Apache-SizeLimit-0.98-rc1.tar.gz MD5 = 8acfa750da6c4f4ae3f328e117dfa42c SHA256 = 4a6cd22067d93bfd2e43ae1fb5902942576e66667af6b0a7c2a1c466d550b573 (NOTE: Apache::SizeLimit is not implemented on Windows.) Major changes in this release are as follows: Overhaul $VERSION numbering scheme to align with other mod_perl modules and avoid warnings from ExtUtils::MakeMaker. [Steve Hay] Remove use of Linux::Smaps - it is slow and uses wrong statistics anyway. [Zefram <zef...@fysh.org>, CPAN RT#93757] Fix unshared memory values when using /proc/self/statm. [Zefram <zef...@fysh.org>, CPAN RT#73752] Fix unnecessary FAIL reports on CPAN Testers by checking for mod_perl or mod_perl2. [Andreas Koenig <a...@cpan.org>; Steve Hay]