summaryrefslogtreecommitdiff
path: root/fetch-files-cba.pl
diff options
context:
space:
mode:
Diffstat (limited to 'fetch-files-cba.pl')
-rwxr-xr-xfetch-files-cba.pl4
1 files changed, 0 insertions, 4 deletions
diff --git a/fetch-files-cba.pl b/fetch-files-cba.pl
index c0811c0..a812b1c 100755
--- a/fetch-files-cba.pl
+++ b/fetch-files-cba.pl
@@ -22,15 +22,11 @@
#
use strict;
-use DBI;
-use Date::Calc;
use XML::Feed;
use XML::Feed::Entry;
use XML::Feed::Content;
use XML::Feed::Enclosure;
use File::Fetch;
-use IO::Handle;
-use IPC::Open3;
use HTML::Entities;
$XML::Feed::MULTIPLE_ENCLOSURES=1;