Hacker News new | ask | show | jobs
by b2gills 2442 days ago
This has the benefit of showing that Perl gets a new version released every year.

I have previously stated that I would like it to be an alias of sorts.

    use v5.30;

    use v2019;
Basically have both of those lines do the same thing.

---

Perhaps even something like:

    use Perl v2019;
(I actually considered posting a module that would make that work.)