|
|
|
|
|
by simonw
318 days ago
|
|
> Perl has version tags in source code and everything is feature gated including the stdlib. Python does none of that. from __future__ import annotations
> just looking at source code gives you no indication if you can run it with your installed python version requires-python = ">=3.9"
|
|
(I'd argued for that feature for years with my `Modern::Perl` feature bundle; glad to see that can be deprecated now.)