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
That seems reasonable; and nothing stops client code from setting their dependencies to a fixed version.
Perl modules however have a poor habit of setting MyDep >= 2.0 without knowing if that statement will
always be true (ruby modules use ~>version to indicate "greater or equal to, but not beyond a major version").
Major version numbers often have breaking changes.
But knowing that perl 5.10 is ancient (and has it's own problems), I would feel no regret in doing so.
Is there any interest in bumping up the minimum Perl for TT to 5.10.1 which came out in 2009?
There are many places we could use defined-or for simplicity and speed. For example, Template::VMethods::list_join would go from
to
There are probably places we could take advantage of
state
as well. Probably less so withsay
.The text was updated successfully, but these errors were encountered: