Installer: Early check whether the installation directory is writable
[msysgit.git] / bin / perldoc
blob6a9d1619dc51d5318878cf0eb7265b51ebbf3f9e
1 #!/usr/bin/perl
2 eval 'exec /usr/bin/perl -S $0 ${1+"$@"}'
3 if 0;
5 # This "perldoc" file was generated by "perldoc.PL"
7 require 5;
8 BEGIN { $^W = 1 if $ENV{'PERLDOCDEBUG'} }
9 use Pod::Perldoc;
10 exit( Pod::Perldoc->run() );