in reply to layout/configuration of deployed files
Also, as suggested any developer can change his own PERL5LIB env variable - and put the /my/dev/his-spot/lib as first thing. If you have someone naming modules as existing and widely used Perl ones ... you're screwed sooner or latter :)
You can always just make a new namespace and put new stuff there. As in CompanyName::* - so CompanyName::System (CompanyName/System.pm)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: layout/configuration of deployed files
by klassa (Acolyte) on Mar 02, 2011 at 19:56 UTC |