Hi,
This is a minor change, but I have attached a small patch file that corrects a typo with the SAMPLE_BUILD_DIR variable in install/Makefile.PL script. In the "sample" target the variable was mistyped as SAMPLES_BUILD_DIR (with S at end of SAMPLE). This resulted in the find command searching across the current working directory instead of the "sample" directory which is set by default or by another directory if overridden by the user.
The patch was obtained by checking out the trunk of the source tree (revision 7827)
To apply:
cd ergatis
patch -p0 -i ~/makefile_pl_sample_build_dir_variable_typo_fix.diff
hope this helps,
chris
Fixes typo in sample target of install/Makefile.PL from svn trunk revision 7827