From: Stevan Little Date: Sun, 25 May 2008 03:30:02 +0000 (+0000) Subject: 0.07 X-Git-Tag: 0.15~18 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=074d7fd229fa0a12552235b63207731e30db7903;p=gitmo%2FMooseX-Daemonize.git 0.07 --- diff --git a/MANIFEST b/MANIFEST index 0326e58..cecac56 100644 --- 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 index 0000000..d276d58 --- /dev/null +++ b/MANIFEST.SKIP @@ -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