* change search_literal to use \[] when passing into search (help with binding order)
[dbsrgits/DBIx-Class.git] / MANIFEST.SKIP
index 9184f2a..07a5968 100644 (file)
@@ -14,7 +14,7 @@
 
 # for developers only :)
 ^TODO$
-^VERSIONING\.SKETCH$
+^Features_09$
 
 # Avoid Module::Build generated and utility files.
 \bBuild$
@@ -41,5 +41,9 @@
 # Skip maint stuff
 ^maint/
 
+# Avoid patch remnants
+\.orig$
+\.rej$
+
 # Dont use Module::Build anymore
-# Build.PL
+^Build.PL$