Win32-CommandLine
view release on metacpan or search on metacpan
MANIFEST.SKIP view on Meta::CPAN
^($dist_name)\.ppd$
^($dist_name)-($dist_version)-[^/]*\.par$
^($dist_name)-($dist_version)/
# # :: Avoid VERSION
# ^VERSION$
# :: compiler detrus in the lib directory
^lib/.*\.(bs|c|def|obj|o|pdb|base|exp|lds|lib|ccs)$
# :: MSVC compiler detrus
(?:^|/)vc[1-9][0-9]+\.pdb$
# :: Module::Build->find_dist_packages detrus
^compilet.base$
^compilet.def$
^compilet.exp$
^compilet.lds$
# Avoid Module::Build generated and utility files
^Build$
^Build.bat$
^_build/
# avoid MYMETA.yml [ for Module::Build v0.35+ (August 2009); URLref: http://www.dagolden.com/index.php/479/mymeta-yml-in-the-wild @@ http://www.webcitation.org/66RIzfRJd ]
^MYMETA.yml$
# avoid MYMETA.json [ for Module::Build v0.38+ (March 2011); URLref: http://www.dagolden.com/index.php/1378/announcing-modulebuild-0-3800 @@ http://www.webcitation.org/66RJ9oZ1X ]
^MYMETA.json$
# Avoid Makemaker generated and utility files
^MANIFEST\.bak$
^Makefile$
^blib/
^MakeMaker-\d
^pm_to_blib\.ts$
^pm_to_blib$
# :: 6.18 through 6.25 generated 'blibdirs\.ts'
^blibdirs\.ts$
# Avoid developer bin and META-build files (ANT/NANT, ...)
(?:^|/)#dbin/
# :: regexp matches .build/.build.xml/.build.xml* ONLY in the main directory
^\.build$
^\.build\.xml[^/]*$
# Avoid version control files
(?:^|/)RCS/
(?:^|/)CVS/
(?:^|/)SCCS/
,v$
(?:^|/)\.svn/
(?:^|/)_darcs/
# :: mercurial
(?:^|/)\.hg/
(?:^|/)\.hgtags$
(?:^|/)\.hgignore$
(?:^|/)\.hgrc
# :: git
(?:^|/)\.git/
(?:^|/)\.gitattributes$
(?:^|/)\.gitignore$
# Avoid signature GPG configuration files
(?:^|/)\.gpg/
(?:^|/)\.gpg.conf
# Avoid temp and backup files
~$
\.old$
\#$
(?:^|/)\.#
\.bak$
\.tmp$
# Avoid weird file detrus
(?:^|/)null$
# Avoid Devel::Cover files.
(?:^|/)cover_db/
## Avoid local configuration files
#(?:^|/)\.perltidyrc$
# Avoid folders specified as non-manifest or tagged as no-distribute
(?:^|/)@non-manifest/
(?:^|/)#non-manifest/
# Avoid folders tagged as no-distribute
\.@no-dist/
\.#no-dist/
( run in 1.194 second using v1.01-cache-2.11-cpan-df04353d9ac )