commit f5741d447b0d8937e1b5a8d5014c595f1e1b4879 Author: Slaven Rezic Date: Tue Sep 29 18:57:11 2009 +0200 * worked only on Mac, because .bundle, but not .so was moved diff --git a/Crypt.pm b/Crypt.pm index 9cacf32..94a16aa 100644 --- a/Crypt.pm +++ b/Crypt.pm @@ -138,7 +138,7 @@ sub CryptModule { File::Path::mkpath($final_path_auto); mv "$newpath.pm", "$final_path/$module_basename.pm" or die "Cannot move $newpath.pm to $final_path/$module_basename.pm: $!"; - foreach (qw[bs a bundle]) { + foreach (qw[bs a bundle so]) { next unless -e "$newpath.$_"; mv "$newpath.$_", "$final_path_auto/" or die "Cannot move $newpath.$_ to $final_path_auto/: $!";