Subject: | main_module should fall back to bin/ |
On main_module:
"By default, it's derived from the distribution name. If your
distribution is Foo-Bar, and lib/Foo/Bar.pm exists, that's the
main_module. Otherwise, it's the shortest-named module in the distribution."
I'm suggesting that if no modules are found, main_module should default
to the shortest binary (in bin/ or script/) name found, if any.