[Quoting hv@crypt.org, on December 5 2011, 08:14, in "Re: what's "use VERS"] > Sorry, I don't understand this argument. How does it make something simpler > to have it restricted to a file rather than to a lexical scope? The fact that each compilation unit starts with a well-defined set of features. Most of the current controversy comes from downgrading: use feature 'bla'; use version ':5.16'; # includes 'bla' use version ':5.12'; # does not include 'bla' # is 'bla' enabled or not? -- JohanThread Previous | Thread Next