summaryrefslogtreecommitdiff
path: root/fetch-files-cba.pl
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2015-07-22 17:13:25 (GMT)
committerChristian Pointner <equinox@helsinki.at>2015-07-22 17:13:25 (GMT)
commitec10a98e49866edf037443504f892cd578d28038 (patch)
treeeb51ef87258a7c4a3d0838c735df2715549bcaf2 /fetch-files-cba.pl
parentc6a88ca7a2c639a4659f204e075e6d95b2c0ceee (diff)
cleanup fetcher scripts
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;