diff options
-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; |