Search code examples
gitperlperl-modulecpanmsysgit

Which Perl modules does git for Windows come with?


I want to write a Perl script that will work on Windows, which doesn't have Perl installed by default. The users are guaranteed to have git installed, so I am considering using that one.

But I don't know which modules are guaranteed to be present. Is this documented somewhere? If not, can I find out some other way?


Solution

  • Use App::FatPacker to inline (non-XS) modules into your script.