App-PureProxy

 view release on metacpan or  search on metacpan

MANIFEST.SKIP  view on Meta::CPAN

# Avoid version control files.
\bRCS\b
\bCVS\b
,v$
\B\.svn\b
\B\.cvsignore$
\B\.git\b
\B\.gitignore$
\B\.bzr\b
\B\.bzrignore$

# Avoid Makemaker generated and utility files.
\bMakefile$
\bblib
\bMakeMaker-\d
\bpm_to_blib$
\bblibdirs$

# Avoid Module::Build generated and utility files.
\bBuild$
\bBuild.bat$
\b_build
\bDist.SH$

# Avoid Devel::Cover generated files
\bcover_db
\btmon.out$

# Avoid Devel::NYTProf generated files
\bnytprof

# Avoid temp and backup files.
~$
\.tmp$
\.old$
\.bak$
\#$
\.#
\.rej$
\.diff$

# Avoid OS-specific files/dirs
#   Mac OSX metadata
\B\.DS_Store
#   Mac OSX SMB mount metadata files
\B\._

# Avoid archives of this distribution
\.gz$
\.ppd$
\.ppmx$
\.tgz$
\.deb$
\bdebian
\bDebian_CPANTS.txt$
-stamp$

# Avoid editors files
^.cproject\b
^.includepath\b
^.project\b
^.settings\b
^.vscode\b

# Avoid distdir
\d+\.\d+\b
^MYMETA.yml$
^MYMETA\.json$

# Avoid compiler artefacts
\bcompilet
\btest-
\.exe$
\.o$

# Avoid dot files
^\.(?!perlcritic)

# Avoid cpm
^local\b

# fatpack
^fatpack/fatpacker\.trace$
^fatpack/packlists$
^fatpack/fatlib\b
^fatpack/pureproxy$

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.330 second using v1.00-cache-2.02-grep-82fe00e-cpan-9e6bc14194b6 )