diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-06-18 22:48:20 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-06-18 22:48:20 +0200 |
commit | 5cc5996cd1f128d4f29eec5fe807d023ac5e4527 (patch) | |
tree | af67a15157c0703ad9c296477b1bd69e0ff59720 /bin/apt-why | |
parent | 0a292d29687870997987fcfd2574f5daca447bbe (diff) |
apt-why: Use 5.010
Diffstat (limited to 'bin/apt-why')
-rwxr-xr-x | bin/apt-why | 1 |
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; |