about summary refs log tree commit homepage
path: root/lib/PublicInbox/Feed.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/PublicInbox/Feed.pm')
-rw-r--r--lib/PublicInbox/Feed.pm6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/PublicInbox/Feed.pm b/lib/PublicInbox/Feed.pm
index 6b317ab0..a507cda1 100644
--- a/lib/PublicInbox/Feed.pm
+++ b/lib/PublicInbox/Feed.pm
@@ -13,8 +13,6 @@ use constant {
         MAX_PER_PAGE => 25,
 };
 
-# FIXME: workaround https://rt.cpan.org/Public/Bug/Display.html?id=22817
-
 # main function
 sub generate {
         my ($class, $args) = @_;
@@ -50,7 +48,7 @@ sub generate {
 
 sub generate_html_index {
         my ($class, $args) = @_;
-        require Mail::Thread;
+        require PublicInbox::Thread;
 
         my $max = $args->{max} || MAX_PER_PAGE;
         my $feed_opts = get_feedopts($args);
@@ -72,7 +70,7 @@ sub generate_html_index {
         });
         $git = undef; # destroy pipes.
 
-        my $th = Mail::Thread->new(@messages);
+        my $th = PublicInbox::Thread->new(@messages);
         $th->thread;
         my $html = "<html><head><title>$title</title>" .
                 '<link rel="alternate" title="Atom feed" href="' .