Skip to content

Refresh MANIFEST - #70

Open
salva wants to merge 1 commit into
masterfrom
fix/manifest-tracked-files
Open

Refresh MANIFEST#70
salva wants to merge 1 commit into
masterfrom
fix/manifest-tracked-files

Conversation

@salva

@salva salva commented Jun 4, 2026

Copy link
Copy Markdown
Owner

Summary

Update MANIFEST so tracked distribution files are included.

Changes

  • Add tracked tests, examples, patches, and project metadata missing from MANIFEST.
  • Verify all tracked files are represented.
  • Verify all manifest entries exist.

Fixes #49.

Testing

  • LC_ALL=C comm -23 <(git ls-files | LC_ALL=C sort) <(LC_ALL=C sort MANIFEST)
  • perl -MExtUtils::Manifest=manicheck -e 'manicheck()'

Copilot AI review requested due to automatic review settings June 4, 2026 12:02

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR refreshes the project’s MANIFEST to ensure the CPAN distribution includes all files currently tracked in the repository, addressing the drift described in issue #49.

Changes:

  • Added missing tracked files to MANIFEST (project metadata, tests, examples, library module, and patch/diff files).
  • Aligned the manifest contents with the repository’s tracked file set to prevent incomplete release tarballs.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

MANIFEST is missing tracked files

2 participants