common: check proper modules in any path
[sheet.git] / common.inc.plp
index 72a0eb8c438cd03175b8ed1d919700a9aca2fa17..4c0f1ff996ca84f857c99a9cfa3eb3ad596ec870 100644 (file)
@@ -61,7 +61,7 @@ sub Html {
        # announce and check data modification
        checkmodified(
                $ENV{SCRIPT_FILENAME},
-               (grep { /^Shiar_/ } values %INC),
+               (grep { /\bShiar_/ } values %INC),
                $meta->{data} ? @{ $meta->{data} } : (),
        );