Subject: | install in wrong directory (win32 doesn't imply strawberry |
Win32 doesn't imply perl -V:prefix is C:\strawberry\perl\
$ perl Makefile.PL
# running Build.PL
Got archive C:\lib-SDL-bin_win32.zip
I end up with files in C:\c, definitely undesirable.
A safe solution is to use File::ShareDir and File::ShareDir::Install
Thank you