Subject: | .swp files produced by vim breaks the auto-generated tests |
it's very common to editors like vim to generate .swp files during
editing. Unfortunately these files break Test::Dependencies horribly:
Could not compile 't/.00-dependencies.t.swp': error code: 65280 at
/usr/local/share/perl/5.8.8/Test/Dependencies.pm line 119.
# No tests run!
It's annoying to close all the vim windows before running "make test".