Concierge

 view release on metacpan or  search on metacpan

MANIFEST.SKIP  view on Meta::CPAN

# Version control
^\.git
^\.perl-version

# macOS
\.DS_Store
\._

# Build artifacts
^Makefile$
^Makefile\.old$
^blib/
pm_to_blib
\.o$
\.so$

# CPAN metadata (auto-generated; MYMETA only — META must ship in dist)
^MYMETA\.(json|yml)

# Temporary and backup files
~$
\.bak$
\.backup$
\.tmp$
\.swp$
\.swo$
^\#

# Test coverage
^cover_db/

# Distribution tarballs
\.tar\.gz$

# CI/CD (GitHub-only, not for CPAN)
^\.github/

# Project-specific exclusions
^examples/
^docs/
^ZZZ_archive/



( run in 3.270 seconds using v1.01-cache-2.11-cpan-df04353d9ac )