http://qs321.pair.com?node_id=984957

tex has asked for the wisdom of the Perl Monks concerning the following question:

Dear Monks,

I'm packaging up a distribution which should eventually be uploaded to CPAN. I have some dists on CPAN but this one is different.

This one must include templates (Template::Toolkit) and images since it generates a web page.

At the moment I use a crude custom Makefile which isn't even using MakeMaker or smth. like that.

How are you supposed to package your "static" files when creating a CPAN distribution?

Bonus points for suggestions how to do it with Dist::Zilla.