Alien-nghttp2

 view release on metacpan or  search on metacpan

MANIFEST.SKIP  view on Meta::CPAN

# Avoid version control files
\B\.git\b
\B\.gitignore\b

# Avoid build artifacts
^_alien/
^blib/
^Makefile$
^Makefile\.old$
^MYMETA\.(json|yml)$
^pm_to_blib$
\.o$
\.bs$

# Avoid distribution artifacts
^Alien-nghttp2-[\d.]+/
\.tar\.gz$

# Avoid editor backup files
~$
\.swp$
\.bak$

# Exclude CLAUDE.md (internal dev docs only)
^CLAUDE\.md$

# Exclude RELEASE.md (maintainer release checklist, not for distribution)
^RELEASE\.md$

# Avoid macOS metadata files
\.DS_Store$



( run in 1.186 second using v1.01-cache-2.11-cpan-13bb782fe5a )