Author: hertzog Date: 2007-07-16 22:47:48 +0000 (Mon, 16 Jul 2007) New Revision: 874
Modified: branches/dpkg-shlibdeps-buxy/scripts/dpkg-shlibdeps.pl Log: Really remove File::Find. Modified: branches/dpkg-shlibdeps-buxy/scripts/dpkg-shlibdeps.pl =================================================================== --- branches/dpkg-shlibdeps-buxy/scripts/dpkg-shlibdeps.pl 2007-07-16 22:47:45 UTC (rev 873) +++ branches/dpkg-shlibdeps-buxy/scripts/dpkg-shlibdeps.pl 2007-07-16 22:47:48 UTC (rev 874) @@ -3,8 +3,6 @@ use strict; use warnings; -use File::Find; - our $progname; our $version; our $dpkglibdir; -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

