Re: [Number::Format] Interesting issue in development environment
Brought to you by:
billward
From: Darren C. <dl...@se...> - 2006-09-22 00:28:41
|
* Bill Ward <bill at wards.net> [2006/09/21 12:32]: > I just ran the "make test" and was shocked to find that it didn't > pass. Why? It was using the Number::Format that is installed in my > system directory. Why? Because my work directory has :: in the > pathname. Why? Because I used :: in the directory name when I > checked it into CVS, and Perl uses : as a path separator in the -I > command line option. Ugh. I noticed this when I was doing the CVS checkout, and used the -d option: $ cvs co -d Number-Format 'Number::Format' I think that will be the best option, since we can't rename CVS modules. (darren) --=20 Opportunity is missed by most people because it is dressed in overalls and looks like work. -- Thomas Edison |