t* hacker news on gopher
       
   URI git clone git://git.codevoid.de/hn-gopher
   DIR Log
   DIR Files
   DIR Refs
       ---
   DIR commit 95a2087f06300967d5ffba090cd02d3770b6f2c8
   DIR parent 2c2402581a0c5564baac9e283a258d07b8df17ed
   URI Author: Stefan Hagen <sh+git[at]codevoid[dot]de>
       Date:   Wed, 22 Aug 2018 11:39:49 +0200
       
       Remove DateTime::Duration (was not used)
       
       Diffstat:
         M hn-scraper.pl                       |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/hn-scraper.pl b/hn-scraper.pl
       t@@ -9,7 +9,6 @@ use Parallel::ForkManager;
        
        # date formatting
        use DateTime;
       -use DateTime::Duration;
        use DateTime::Format::Duration;
        
        # network