0.07
Stevan Little [Sun, 25 May 2008 03:30:02 +0000 (03:30 +0000)]
MANIFEST
MANIFEST.SKIP [new file with mode: 0644]

index 0326e58..cecac56 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,11 +1,8 @@
-.cvsignore
-Build.PL
 Changes
 inc/Module/AutoInstall.pm
 inc/Module/Install.pm
 inc/Module/Install/AutoInstall.pm
 inc/Module/Install/Base.pm
-inc/Module/Install/Build.pm
 inc/Module/Install/Can.pm
 inc/Module/Install/Fetch.pm
 inc/Module/Install/Include.pm
@@ -20,7 +17,8 @@ lib/MooseX/Daemonize/Pid/File.pm
 lib/MooseX/Daemonize/WithPidFile.pm
 lib/Test/MooseX/Daemonize.pm
 Makefile.PL
-MANIFEST                       This list of files
+MANIFEST
+MANIFEST.SKIP
 META.yml
 README
 t/00.load.t
@@ -29,5 +27,6 @@ t/02.stdout.t
 t/10.pidfile.t
 t/20.core.t
 t/30.with_pid_file.t
+t/31.with_pid_file_and_poe.t
 t/pod-coverage.t
 t/pod.t
diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
new file mode 100644 (file)
index 0000000..d276d58
--- /dev/null
@@ -0,0 +1,21 @@
+^_build
+^Build$
+^blib
+~$
+\.bak$
+CVS
+\.svn
+\.DS_Store
+cover_db
+\..*\.sw.?$
+^Makefile$
+^pm_to_blib$
+^MakeMaker-\d
+^blibdirs$
+\.old$
+^#.*#$
+^\.#
+^TODO$
+^PLANS$
+^benchmarks
+^\._.*$
\ No newline at end of file