author | Jeff King <peff@peff.net> | |
Wed, 24 May 2006 13:58:28 +0000 (09:58 -0400) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 25 May 2006 07:18:42 +0000 (00:18 -0700) | ||
commit | e49289dfb788ce47af2939621540fa97abe318ae | |
tree | 51c54bd0c1d536d861144eb9177e96346947918b | tree | snapshot |
parent | ed90cbf5f681c0144909457be3f4792b47604a5b | commit | diff |
cvsimport: avoid "use" with :tag
Avoid "use POSIX qw(strftime dup2 :errno_h)"; it was reported
that a Perl installations on Mandrake 9.1 did not like it, even
though it understood "use POSIX qw(:errno_h)". Funny.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Avoid "use POSIX qw(strftime dup2 :errno_h)"; it was reported
that a Perl installations on Mandrake 9.1 did not like it, even
though it understood "use POSIX qw(:errno_h)". Funny.
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-cvsimport.perl | diff | blob | history |