On Sun, Jul 10, 2016 at 12:48:30PM +0200, Roel Janssen wrote: > From the man-page of "perltidy": > Perltidy reads a perl script and writes an indented, reformatted > script. > > So even though it does provide a Perl::Tidy module, it's also a > stand-alone program that reformats existing Perl code. What we could to > is split the package in two: one with the Perl::Tidy module (called > perl-tidy) and one with the stand-alone script (called perltidy). I > think that would be a little confusing though.
So it looks like you took the correct decision. There is no need to split the package in two just to satisfy the naming conventions; they are meant to make things easier for users, not more confusing! Thanks, Andreas