CPAN tarball structure for related web-server files?

CPAN tarball structure for related web-server files?

am 08.01.2008 22:39:52 von Steve Roscio

Using module-starter or h2xs to begin a new module, we get this structure:

MyModule
MyModule/lib
MyModule/t

If MyModule also includes files that are used not for Perl, but for
a web server the module is intended to support, where are those put in
the structure? For example, JavaScript files, CSS files, and images?
Would it be something like this:

MyModule/web
MyModule/web/css
MyModule/web/img
MyModule/web/js

And then I include a utility script, or some POD, to explain that these
files need to be moved to the appropriate Apache or IIS (whatever)
directories?

Thanx,
- Steve