Subject: | Renaming a directory makes Build script and Makefile unusable |
After renaming the directory that my module was in, I realized that I
had forgotten to run a "make clean" before moving it. When I went to
actually do a make clean, I got the following error.
steve@kirk:~/HTML-Mason-1.32$ make clean
/usr/local/bin/perl5.9.3 Build --makefile_env_macros 1 clean
This script must be run from
/home/steve/.cpan_blead/build/HTML-Mason-1.32, not
/home/steve/HTML-Mason-1.32
Since EU::MM seems to be able to handle this correctly, I would think
that Module::Build should be able to handle this as well.