about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2014-04-05 10:51:52 +0000
committerEric Wong <normalperson@yhbt.net>2014-04-05 10:51:52 +0000
commit0384decc74943f009af04baf4f7abd40fda08930 (patch)
tree50a0fef673f649adf0d038d749cce3fe5be2d0f1 /lib
parent8251e45156fd61e83d4249154627b87f5eafdf0a (diff)
downloadpublic-inbox-0384decc74943f009af04baf4f7abd40fda08930.tar.gz
We no longer use DateTime::Format::Mail.
Diffstat (limited to 'lib')
-rw-r--r--lib/PublicInbox/Feed.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/PublicInbox/Feed.pm b/lib/PublicInbox/Feed.pm
index c97a3da8..5daaf6d9 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);