WriteMakefile ( EXE_FILES => [qw(bin/dyndns.pl)] ); I'm using Perl 5.10.0. Is there any option that could be set to strip the file extensions during install? I'd like to develop the files with:
foo.pl So that local searches like "find . -name "*.pl" can run "perl -cw". tests. But during install I'd wish they got instaled as plain: /usr/local/bin/foo Likewise for the manual page: without the *.pl" Jari