DEV Community

Discussion on: Is Perl still used ?

Collapse
 
janux_de profile image
Jan Mewes • Edited

The Git repository consists of 7.8% Perl code. So if you are using Git via the command line, you are using Perl under the hood - every day for years to come.

Collapse
 
brianbola profile image
Brian McNabola

Wow right infront of me everyday.

Collapse
 
janux_de profile image
Jan Mewes • Edited

It seems like it isn't an essential part though:

  • "Perl" version 5.8 or later is needed to use some of the features (e.g. preparing a partial commit using "git add -i/-p", interacting with svn repositories with "git svn"). If you can live without these, use NO_PERL. Note that recent releases of Redhat/Fedora are reported to ship Perl binary package with some core modules stripped away (see lwn.net/Articles/477234/), so you might need to install additional packages other than Perl itself, e.g. Time::HiRes.

github.com/git/git/blob/master/INS...