document the new behaviour in the presence of Dist::Zilla
Karen Etheridge [Thu, 12 Jul 2012 23:27:09 +0000 (16:27 -0700)]
lib/strictures.pm

index 1202799..37d8d2e 100644 (file)
@@ -98,8 +98,10 @@ except when called from a file which matches:
   (caller)[1] =~ /^(?:t|xt|lib|blib)/
 
 and when either '.git' or '.svn' is present in the current directory (with
-the intention of only forcing extra tests on the author side) - or when the
-PERL_STRICTURES_EXTRA environment variable is set, in which case
+the intention of only forcing extra tests on the author side) - or when '.git'
+or '.svn' is present two directories up along with 'dist.ini' (which would
+indicate we are in a 'dzil test' operation, via L<Dist::Zilla>) -
+or when the PERL_STRICTURES_EXTRA environment variable is set, in which case
 
   use strictures 1;