Add -p|--progress option to show progress and ETA

Change-Id: I14d9225bae6ca3af2ccc129399f51f6440947f49
diff --git a/Makefile.PL b/Makefile.PL
index c915378..471add1 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -27,14 +27,16 @@
     'DateTime' => '1.51',
     'File::Share' => '0.25',
     'Capture::Tiny' => '0.48',
-    'Log::Any' => '1.713'
+    'Log::Any' => '1.713',
+    'Time::Progress' => 0
   },
   PREREQ_PM => {
     'File::Share' => '0.25',
     'XML::CompactTree::XS'     => '0.03',
     'XML::LibXML::Reader' => '2.0201',
     'IO::Compress::Zip' => '2.091',
-    'Log::Any' => '1.713'
+    'Log::Any' => '1.713',
+    'Time::Progress' => 0
   },
   MIN_PERL_VERSION => '5.036',
   EXE_FILES => ['script/tei2korapxml'],