use IPC::Open3 rather than IPC::Run3
[catagits/Catalyst-Devel.git] / MANIFEST.SKIP
index c62cf44..4dcd0f7 100644 (file)
@@ -1,8 +1,17 @@
+# Ignore INSTALL.SKIP, used to stop getting .svn directories copied into
+# blib/, but not in a built dist (i.e. not used outside of author mode).
+^INSTALL.SKIP
+
+^Catalyst-Devel
+
+^MYMETA
+
 # Avoid version control files.
 \bRCS\b
 \bCVS\b
 ,v$
 \B\.svn\b
+\B\.git
 
 # Avoid Makemaker generated and utility files.
 \bMakefile$