Remove MANIFEST file from trunk/perl/
-------------------------------------
Key: LUCY-33
URL: https://issues.apache.org/jira/browse/LUCY-33
Project: Lucy
Issue Type: Improvement
Components: Perl bindings
Reporter: Marvin Humphrey
Assignee: Marvin Humphrey
Priority: Minor
Maintaining a MANIFEST file keeps Module::Build at maximum happiness, but it
takes too much effort. Better to remove it from the repository and generate
it when the distribution tarball is built.
Calling "./Build distclean" will complain, because it calls
"./Build distcheck" which expects a manifest file. As a substitute, run
"./Build realclean", which is distclean minus distcheck.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.