From 01ae82771123781aef366d782a12a1fca2f0dac1 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 1 Mar 2011 17:20:06 +0100 Subject: Add MANIFEST --- MANIFEST | 24 ++++++++++++++++++++++++ MANIFEST.SKIP | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 71 insertions(+) create mode 100644 MANIFEST create mode 100644 MANIFEST.SKIP diff --git a/MANIFEST b/MANIFEST new file mode 100644 index 0000000..7f8211a --- /dev/null +++ b/MANIFEST @@ -0,0 +1,24 @@ +bin/dthumb +Build.PL +Changelog +lib/App/Dthumb.pm +lib/App/Dthumb/Data.pm +lib/App/Dthumb/Data.pm.PL +MANIFEST This list of files +MANIFEST.SKIP +README +share/close.png +share/html_end +share/html_start +share/loading.gif +share/main.css +share/next.png +share/pause.png +share/play.png +share/previous.png +share/shadowbox.css +share/shadowbox.js +t/00-compile-pm.t +t/01-compile-pl.t +t/05-synopsis.t +t/10-pod.t diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP new file mode 100644 index 0000000..141ec78 --- /dev/null +++ b/MANIFEST.SKIP @@ -0,0 +1,47 @@ + +#!start included /usr/share/perl/5.10/ExtUtils/MANIFEST.SKIP +# Avoid version control files. +\bRCS\b +\bCVS\b +\bSCCS\b +,v$ +\B\.svn\b +\B\.git\b +\B\.gitignore\b +\b_darcs\b + +# Avoid Makemaker generated and utility files. +\bMANIFEST\.bak +\bMakefile$ +\bblib/ +\bMakeMaker-\d +\bpm_to_blib\.ts$ +\bpm_to_blib$ +\bblibdirs\.ts$ # 6.18 through 6.25 generated this + +# Avoid Module::Build generated and utility files. +\bBuild$ +\b_build/ + +# Avoid temp and backup files. +~$ +\.old$ +\#$ +\b\.# +\.bak$ + +# Avoid Devel::Cover files. +\bcover_db\b +#!end included /usr/share/perl/5.10/ExtUtils/MANIFEST.SKIP + + +# Avoid Module::Build generated and utility files. +\bBuild$ +\bBuild.bat$ +\b_build +\bBuild.COM$ +\bBUILD.COM$ +\bbuild.com$ + +# Avoid archives of this distribution +\bdthumb-[\d\.\_]+ -- cgit v1.2.3