[Chicago-talk] h2xs & subversion equal looong paths

Andy Lester andy at petdance.com
Tue May 24 19:15:56 PDT 2005


First, stop using h2xs and use Module::Starter.

Second, you can check out your Subversion project into whatever 
directory you want, so you can, if you want:

   svn co file:///svn-repository/Finance-Quote-CBOE fqc

and it will check out into directory "fqc".

Finally, there's no rule that says that Finance::Quote::CBOE's pm file 
has to live in lib/Finance/Quote/CBOE.pm.  You can move it to 
lib/CBOE.pm and adjust the places that checks for it.  See modules like 
Test::Memory::Cycle for an example.

xoa

-- 
Andy Lester => andy at petdance.com => www.petdance.com => AIM:petdance



More information about the Chicago-talk mailing list