Compress-Huffman-Binary

 view release on metacpan or  search on metacpan

MANIFEST.SKIP  view on Meta::CPAN

# Exclude the author-only build script
build\.pl
# Exclude the built module
blib/.*
# Exclude all git files
\b\.gitignore$
\.git/.*
# Don't include the Makefile made from Makefile.PL in the distribution.
Makefile$
# Exclude the stamp file
pm_to_blib
# Exclude the META files made by ExtUtils::MakeMaker
MYMETA..*
# Exclude backup files made by ExtUtils::MakeMaker
.*\.bak
# Exclude untarred distribution files
^Compress-Huffman-Binary-[0-9\.]+/$
# Exclude tarred distribution files
^Compress-Huffman-Binary-[0-9\.]+\.tar\.gz$
^timesheet.txt$
# Template for building pod file.
^lib/Compress/Huffman/Binary.pod.tmpl$
# Don't include the script which makes the POD
^make-pod.pl$
# Don't include the outputs from running the examples
^examples/*-out.txt$
^Binary.(?:c|o|bs)$
^huffman\.o$
^xt/.*$
^examples/.*-out\.txt$
# Local makefile for "build.pl".
^makeitfile$
^valgrind\.c$
# Binaries from C compilation
^valgrind$
^a\.out$
^PLAN\.txt$



( run in 0.704 second using v1.01-cache-2.11-cpan-c966e8aa7e8 )