in reply to Re: How to split long "use Foo::Bar" lines?
in thread How to split long "use Foo::Bar" lines?

I think you mean Name.pm, not Name in that qw[].

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";