X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Fstrictures.pm;h=120279946a7a6efe161f9da0e14f8d54c908cf90;hb=d7e82ccb43d73bd4f7de8ab88aeb668fa75dda6d;hp=0604746256d3a32c52c4c63ed805a8c36a25b4f2;hpb=e622821ff66926ea7e01e1837cad0eca8de60a15;p=p5sagit%2Fstrictures.git diff --git a/lib/strictures.pm b/lib/strictures.pm index 0604746..1202799 100644 --- a/lib/strictures.pm +++ b/lib/strictures.pm @@ -23,7 +23,8 @@ sub VERSION { my $extras_load_warned; -our $Smells_Like_VCS = -e '.git' || -e '.svn'; +our $Smells_Like_VCS = (-e '.git' || -e '.svn' + || (-e '../../dist.ini' && (-e '../../.git' || -e '../../.svn'))); sub import { strict->import;