[Number::Format] Interesting issue in development environment
Brought to you by:
billward
From: Bill W. <bi...@wa...> - 2006-09-21 19:32:08
|
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. To fix, I had to call it from a path that didn't have any colons in it. I made a symlink of the Number::Format directory called Number__Format, and now it works. -- Help bring back the San Jose Earthquakes - http://www.soccersiliconvalley.com/ |