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/
^ZZZ_archive/
^paad/
^Dev_Notes/
( run in 2.420 seconds using v1.01-cache-2.11-cpan-d01c6094234 )