Git.pm: Make File::Spec and File::Temp requirement lazy
commitc14c8ceb13b299892f286757e22e6af4f6cffab5
authorMarcus Griep <marcus@griep.us>
Fri, 15 Aug 2008 19:53:59 +0000 (15 15:53 -0400)
committerJunio C Hamano <gitster@pobox.com>
Sat, 16 Aug 2008 09:58:22 +0000 (16 02:58 -0700)
treef8641bec9df58af987c67cd0ad3a864aefbb9c57
parent4370c2d620df93343e52432d92e3a3c031916697
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>
perl/Git.pm