about summary refs log tree commit homepage
path: root/lib/PublicInbox/Feed.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-04-17 03:19:49 +0000
committerEric Wong <e@80x24.org>2014-04-17 03:19:49 +0000
commiteb4f0055a0a0ea45a29dee8511c0bcecd2f4d663 (patch)
treeb6c094e5683c9c926da2f02ab93215fb34b00322 /lib/PublicInbox/Feed.pm
parent3f9410e7a2663dc3f341f82687bef3e9dbea336a (diff)
downloadpublic-inbox-eb4f0055a0a0ea45a29dee8511c0bcecd2f4d663.tar.gz
This affects users of long-lived processes (FastCGI/Plack)
Diffstat (limited to 'lib/PublicInbox/Feed.pm')
-rw-r--r--lib/PublicInbox/Feed.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/PublicInbox/Feed.pm b/lib/PublicInbox/Feed.pm
index 1c205631..0a652f6e 100644
--- a/lib/PublicInbox/Feed.pm
+++ b/lib/PublicInbox/Feed.pm
@@ -16,6 +16,8 @@ use constant DATEFMT => '%Y-%m-%dT%H:%M:%SZ';
 use PublicInbox::View;
 use Mail::Thread;
 
+# FIXME: workaround https://rt.cpan.org/Public/Bug/Display.html?id=22817
+
 # main function
 sub generate {
         my ($class, $args) = @_;