On Fri, Jun 5, 2015 at 1:58 PM, Kent Fredric <kentfredric@gmail.com> wrote: > On 5 June 2015 at 22:13, Aristotle Pagaltzis <pagaltzis@gmx.de> wrote: > >> How is it sane for `use foo` and `no foo` to not be symmetrical? > > > If you want a precedent, Moose might just be one. > Isn't autodie also a precedent? Docs say «use autodie» is «use autodie qw(:default)», while «no autodie» will «disable all autodies». And if I read the code right, the unimport method indeed defaults to ':all', while import will default to ':default'. (Although I suppose you could argue autodie is not sane …) EirikThread Previous | Thread Next