Switch out one more reliance on connect_info
[dbsrgits/DBIx-Class.git] / MANIFEST.SKIP
index 10c77a4..831c936 100644 (file)
@@ -14,7 +14,6 @@
 
 # for developers only :)
 ^TODO$
-^VERSIONING\.SKETCH$
 
 # Avoid Module::Build generated and utility files.
 \bBuild$
@@ -25,6 +24,7 @@
 \.tmp$
 \.old$
 \.bak$
+\..*?\.sw[po]$
 \#$
 \b\.#
 
@@ -39,3 +39,9 @@
 
 # Skip maint stuff
 ^maint/
+
+# Avoid copies to .orig
+\.orig$
+
+# Dont use Module::Build anymore
+^Build.PL$