1
0
mirror of https://github.com/git/git.git synced 2024-10-03 19:51:31 +02:00
git/perl
Marcus Griep c14c8ceb13 Git.pm: Make File::Spec and File::Temp requirement lazy
This will ensure that the API at large is accessible to nearly
all Perl versions, while only the temp file caching API is tied to
the File::Temp and File::Spec modules being available.

Signed-off-by: Marcus Griep <marcus@griep.us>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2008-08-16 02:58:22 -07:00
..
.gitignore
Git.pm Git.pm: Make File::Spec and File::Temp requirement lazy 2008-08-16 02:58:22 -07:00
Makefile
Makefile.PL
private-Error.pm