in reply to Please, suggest good name for my Pragmatic module.

Probably something in one of the re::, Regexp::, or warnings:: namespaces? That's certainly where I'd expect to find such a module.

Regexp-related warnings are enabled using:

use warnings 'regexp';

... so perhaps yours could be warnings::regexp::recompile?

Replies are listed 'Best First'.
Re^2: Please, suggest good name for my Pragmatic module.
by kiranp (Novice) on Sep 06, 2014 at 07:11 UTC

    Yes... *warnings::regexp::recompile* sounds good as the module is about throwing warnings if any regex is getting recompiled