A funny module that shortens one-liners - is it worth global namespace?

2016-12-27 Thread Konstantin S. Uvarin
Hello everyone, I've come up with idea or a module that shortens (mostly test) one-liners. E.g. we have something like perl -we 'use My::Very::Long::Module; $x = My::Very::Long::Module->new( foo => 42 ); print $x->foo;' I've come up with an interface to shorten that to just perl -Mne

Re: A funny module that shortens one-liners - is it worth global namespace?

2016-12-27 Thread Reini Urban
> On Dec 27, 2016, at 11:20 AM, Konstantin S. Uvarin wrote: > > Hello everyone, > > I've come up with idea or a module that shortens (mostly test) one-liners. That module should be called Stash::Alias, not HAS. > E.g. we have something like > > perl -we 'use My::Very::Long::Module; $x

Re: A funny module that shortens one-liners - is it worth global namespace?

2016-12-27 Thread David Mertens
Based on Reini's comment, "Stasher" came to mind. Short, unique, not taken, not likely to bother anybody. That's not the right word, but maybe it gives you some ideas. David On Tue, Dec 27, 2016 at 5:29 AM, Reini Urban wrote: > > > On Dec 27, 2016, at 11:20 AM, Konstantin S. Uvarin > wrote: >