Use full perl libraries in msysgit for git-remote-mediawiki -


msysgit ships minimal perl libraries.

i want download packages cpan need use full perl libraries.

how that?

more specifically, want use git-remote-mediawiki plugin. that's why full installation of perl libraries needed.

check first (as in this article), if modifying perl5lib environment variable reference script enough (modify git-cmd.bat) :

set perl5lib = c:\path\to\git\contrib 

otherwise, external contrib perl script, git-remote-mediawiki, can try , execute dos session, recent perl distribution installed.
(like strawberry perl, mob recommends in comment).

i recommend using git-cmd.bat (which set git path , home), own perl added first:

@set path=%git_install_root%\bin;%git_install_root%\mingw\bin;%git_install_root%\cmd;%path% # let's add our perl: @set path=path/to/yourperl;%path% 

this independent of msysgit installation, relies on old perl reason explained in the faq.

the reason need have msys version of perl because did not manage compile subversion modules (which written in c using posix features plain windows not offer, hence need msys).


that seemed enough script started, op linquize adds in the comments:

i end writing wrapper program git-remote-mediawiki.exe call external perl , need convert crlf lf before writing stdout git, otherwise git hangs if crlf received.


Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

C# WinForm - loading screen -