Fix tarring to include only filenames

Change-Id: Ibdd55f159adf1855efa811625ce0c308fcd5571e
diff --git a/Makefile.PL b/Makefile.PL
index e59ff5e..8f6d1ed 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -40,7 +40,8 @@
     'Config::Simple'  => 4.58,
     'String::Random'  => 0.29,
     'File::Path'      => 2.12,
-    'Archive::Tar::Builder' => 2.5002
+    'Archive::Tar::Builder' => 2.5002,
+    'Archive::Tar'    => 2.24
   },
   MIN_PERL_VERSION => '5.014',
   test => {