cvsimport: avoid "use" with :tag
authorJeff King <peff@peff.net>
Wed, 24 May 2006 13:58:28 +0000 (09:58 -0400)
committerJunio C Hamano <junkio@cox.net>
Thu, 25 May 2006 07:18:42 +0000 (00:18 -0700)
commite49289dfb788ce47af2939621540fa97abe318ae
tree51c54bd0c1d536d861144eb9177e96346947918b
parented90cbf5f681c0144909457be3f4792b47604a5b
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>
git-cvsimport.perl