Introduce 'any_null_means_no_value' option to eliminate wasteful queries. The option...
[dbsrgits/DBIx-Class.git] / MANIFEST.SKIP
index 1325801..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\.#
 
@@ -40,5 +40,8 @@
 # Skip maint stuff
 ^maint/
 
+# Avoid copies to .orig
+\.orig$
+
 # Dont use Module::Build anymore
-# Build.PL
+^Build.PL$