rename t/smells-of-vcs/.svn to .exists and mkdir a .git instead
authorMatt S Trout <mst@shadowcat.co.uk>
Fri, 25 Feb 2011 13:07:08 +0000 (13:07 +0000)
committerMatt S Trout <mst@shadowcat.co.uk>
Fri, 25 Feb 2011 13:21:27 +0000 (13:21 +0000)
commitabacb15a012489948b584b4bfb6470d2027adfeb
tree63a07d2c5ee36439daf98a88db3d162dc946f5b5
parente059a4ed0055fba5e8a5e3a43cdba9d32b7e472b
rename t/smells-of-vcs/.svn to .exists and mkdir a .git instead

Commiting a file called .git to git would confuse things.

People (debian) who want to be able to import a tree into svn can't deal with
a .svn existing.

Therefore, we use .exists to ensure the directory's present, and then call
mkdir on t/smells-of-vcs/.git so the strictures behaviour still triggers.
Changes
maint/Makefile.PL.include
t/smells-of-vcs/.exists [moved from t/smells-of-vcs/.svn with 100% similarity]
t/strictures.t