From: Eric Wong Date: Sat, 5 Apr 2014 10:51:52 +0000 (+0000) Subject: feed: remove unnecessary use X-Git-Tag: v1.0.0~1310 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0384decc74943f009af04baf4f7abd40fda08930;p=thirdparty%2Fpublic-inbox.git feed: remove unnecessary use We no longer use DateTime::Format::Mail. --- diff --git a/lib/PublicInbox/Feed.pm b/lib/PublicInbox/Feed.pm index c97a3da83..5daaf6d96 100644 --- a/lib/PublicInbox/Feed.pm +++ b/lib/PublicInbox/Feed.pm @@ -9,7 +9,6 @@ use Email::Address; use URI::Escape qw/uri_escape/; use Encode qw/encode decode/; use Encode::MIME::Header; -use DateTime::Format::Mail; use CGI qw(escapeHTML); use POSIX qw(strftime); use Date::Parse qw(strptime);