Skip to content

Add possibility to avoid ordering of certain modules, or group before sorting #18

@nicomen

Description

@nicomen

I have been used to separate 'use' lines for external modules, and for in-house modules for tidyness and easy to have an overview. It would be nice if one could skip sorting certain modules (in a namespace for instance), or perhaps possiblity to define blocks to group modules in, and sort inside the blocks.

Example:

use Foo;
use Bar;

use ACompany::Zeta;
use ACompany::Acme;

=>

use Bar ();
use Foo ();

use ACompany::Acme qw(some_used_import);
use ACompany::Zeta ();

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions