From: Mischa POSLAWSKY Date: Thu, 22 Jul 2010 01:49:34 +0000 (+0200) Subject: common: check proper modules in any path X-Git-Tag: v1.4~122 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/2e1b035699abdec28147071c390d7076a926721a common: check proper modules in any path --- diff --git a/common.inc.plp b/common.inc.plp index 72a0eb8..4c0f1ff 100644 --- a/common.inc.plp +++ b/common.inc.plp @@ -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} } : (), );