Chris Dolan wrote:
I agree with David in terms of size, but license may be a bigger problem. Unless the author of the PDF explicitly gave you permission to release under the same terms as Perl itself (or whatever license you have chosen for your code) you may need to follow the advice above and bundle it as a separate upload with a different license. In that case, you might consider making it a real Bundle so installing Math-Polynomial-Solve-Docs automatically installs Math-Polynomial-Solve too.
Thanks, I didn't think of that. I'll ask him about his views on the matter of licenses. I don't know that I want to make a whole module package for the sake of installing a single optional document though. It's probably a good idea for a different project I'm working on though.
-john