[Module-build-general] [PATCH] MSWin32 override make_executable() to call pl2bat utility.
Status: Beta
Brought to you by:
kwilliams
|
From: Randy W. S. <Ra...@Th...> - 2003-03-01 21:33:20
|
Calls the pl2bat utility (distributed with the perl core) on perl scripts which adds a short batch startup script to the file which invokes perl. As per MakeMaker both the .pl and the new .bat file will be installed. See the documentation in <perl-source>/win32/bin/pl2bat.pl and in the <perl-source>/README.win32 file in the section 'Usage Hints' - 'Running Perl Scripts' for details. Randy. |