> > Currently, my MANIFEST looks like this. > > Makefile.PL > README > TODO > CHANGES > MANIFEST > P5EEx/Blue/P5EE.pm
I personaly prefer to have things you now have in P5EEx/Blue in the top level directory because I don't have to go thru so much directory levels (that what most CPAN modules actualy do (at least the ones that I know)) > htdocs/api/perldocs.css > htdocs/style.css I don't think that css files, should be part of an individual module, but rather be part of a general p5ee documentation mdoule, so every p5ee has the same look and feel. > > Also, when I make this move, I believe that there is no way in > CVS to move a directory. Rather, I need to do a bunch of > "cvs add" and "cvs delete". Is there a better way? > >From remote you can only do add and delete. If you have an shell account on the machine, you can move the directory, as Stas said. If it's important to you, to not loose history, I can ask the perl.org people to do it for you. Gerald ------------------------------------------------------------- Gerald Richter ecos electronic communication services gmbh Internetconnect * Webserver/-design/-datenbanken * Consulting Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz E-Mail: [EMAIL PROTECTED] Voice: +49 6133 925131 WWW: http://www.ecos.de Fax: +49 6133 925152 -------------------------------------------------------------
