Files
znc/modules/modperl
Todd Zullinger f28f89720b modperl: avoid newAV_alloc_x which requires perl >= 5.35.1
Use of newAV_alloc_x() was added in a7dffb8f (Add modperl support for
sasl, 2025-03-16), but it has the unintended consequence of increasing
the minimum Perl version a bit more than desired.  Replace it with the
roughly equivalent code as documented in perlapi(1), which can be read
online at <https://perldoc.perl.org/perlapi#newAV>.

Fix #1966
2025-07-31 20:54:20 -04:00
..
2025-02-07 23:23:45 +00:00
2025-03-16 00:42:27 +00:00
2016-01-07 01:14:21 +00:00
2025-04-18 22:23:01 +01:00
2025-04-18 22:23:01 +01:00
2025-02-07 23:23:45 +00:00
2025-05-01 22:41:27 +01:00