diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-06-25 17:21:14 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-06-25 17:21:15 +0200 |
commit | 1d9d63a29c8b837f7e6aa9da65c3de3d4242c816 (patch) | |
tree | c6ba198631370b001101e38857e786bb2557b4b0 | |
parent | 56b5623623b3fee9c780417e922aa5363f92caf9 (diff) |
apt-why: Actually we don't use Switch anymore
-rwxr-xr-x | bin/apt-why | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/apt-why b/bin/apt-why index be4d70f..171bba0 100755 --- a/bin/apt-why +++ b/bin/apt-why @@ -5,7 +5,6 @@ use strict; use warnings; use 5.010; use AptPkg::Cache; -use Switch; use Getopt::Long; my $cache = AptPkg::Cache->new; |