include dir sep in regex in docs
Graham Knop [Fri, 30 Jan 2015 10:01:36 +0000 (05:01 -0500)]
lib/strictures.pm

index b7e96e1..4bad910 100644 (file)
@@ -107,7 +107,7 @@ is equivalent to
 
 except when called from a file which matches:
 
-  (caller)[1] =~ /^(?:t|xt|lib|blib)/
+  (caller)[1] =~ /^(?:t|xt|lib|blib)[\\\/]/
 
 and when either C<.git>, C<.svn>, or C<.hg> is present in the current directory (with
 the intention of only forcing extra tests on the author side) -- or when C<.git>,