Hacker News new | ask | show | jobs
by holiveros 1041 days ago
Even more fine-grained, https://perldoc.perl.org/functions/use#use-VERSION

> ... Later use of use VERSION will override all behavior of a previous use VERSION,

> possibly removing the strict, warnings, and feature added by it ...