author | Marcus Griep <marcus@griep.us> | |
Fri, 15 Aug 2008 19:53:59 +0000 (15:53 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 16 Aug 2008 09:58:22 +0000 (02:58 -0700) | ||
commit | c14c8ceb13b299892f286757e22e6af4f6cffab5 | |
tree | f8641bec9df58af987c67cd0ad3a864aefbb9c57 | tree | snapshot |
parent | 4370c2d620df93343e52432d92e3a3c031916697 | commit | diff |
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>
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>
perl/Git.pm | diff | blob | history |