in reply to Re: How to split long "use Foo::Bar" lines?
in thread How to split long "use Foo::Bar" lines?
Adapting the 'use m' idea, from 5.6.2 onward, you could say:
###<--- max column width --->### use if 1, "Foo::Bar::Baz::". "Really::Long::". "Module::Name";
|
|---|