summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-06-18 22:48:20 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2009-06-18 22:48:20 +0200
commit5cc5996cd1f128d4f29eec5fe807d023ac5e4527 (patch)
treeaf67a15157c0703ad9c296477b1bd69e0ff59720
parent0a292d29687870997987fcfd2574f5daca447bbe (diff)
apt-why: Use 5.010
-rwxr-xr-xbin/apt-why1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/apt-why b/bin/apt-why
index bed860a..c19aac2 100755
--- a/bin/apt-why
+++ b/bin/apt-why
@@ -3,6 +3,7 @@
## License: WTFPL <http://sam.zoy.org/wtfpl>
use strict;
use warnings;
+use 5.010;
use AptPkg::Cache;
use Switch;
use Getopt::Long;