Switch to Getopt::Long and Log::Any

Change-Id: I3f9e1d6ec111110142eed1a3648dd96b0b924bf3
diff --git a/Makefile.PL b/Makefile.PL
index 9911e65..c90f516 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -15,11 +15,14 @@
         'Test::Script'        => "1.12",
         'Test::TempDir::Tiny' => 0,
         'File::Temp'          => 0.2308,
+        'Pod::Usage'          => 0,
         'IO::Compress::Zip'   => '2.091',
     },
     PREREQ_PM        => {
         'POSIX'             => 0,
         'Getopt::Std'       => 0,
+        'Getopt::Long'      => 0,
+        'Log::Any'          => '1.708',
         'Encode'            => "3.07",
         'IO::Compress::Zip' => '2.091'
     },