You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given what @nthykier had to say about autodie being much faster and using less memory I think we should bump the version. I'd like to leave the required version alone, because performance isn't a requirement and 2.12 is the Debian stable version.
What would you recommend for the recommended version? 2.21 looks like it has the performance improvements. 2.26 has a bunch of bug fixes.
The text was updated successfully, but these errors were encountered:
The v2.23 and v2.24 fixes two outstanding bugs for autodie - namely weakening of the strict pragma and "no autodie" not respecting scope. The latter fix caused a weird issue during global destruction in some error cases and that was fixed in v2.26. The v2.26 release also fixes an annoying issue where a (sys)read/syswrite error could cause it to dump a binary buffer to STDERR (or logs). Finally, the "stacktrace" feature in v2.24 might be a useful sell.
Mind you, none of the problems fixed in v2.26 were (to my knowledge) introduced after v2.12, so none of them are regressions caused by the performance changes. Thus recommending v2.21 is an entirely valid solution on its own. It could make sense if you are aware of distros that only have an older version of autodie in their current or future version of a stable release. Though perl 5.20 ships autodie 2.23, so e.g. Debian Jessie will always supply a performance optimised autodie.
…ements.
It's loads much faster and uses much less memory and has significant bug fixes.
None of this is required by perl5i, so I left the required version at what
Debian stable is using.
In the future this can be bumped to a requirement.
For #284
@pjf @nthykier
Given what @nthykier had to say about autodie being much faster and using less memory I think we should bump the version. I'd like to leave the required version alone, because performance isn't a requirement and 2.12 is the Debian stable version.
What would you recommend for the recommended version? 2.21 looks like it has the performance improvements. 2.26 has a bunch of bug fixes.
The text was updated successfully, but these errors were encountered: