about summary refs log tree commit homepage
path: root/lib/PublicInbox/Address.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-01-17 07:09:55 +0000
committerEric Wong <e@80x24.org>2021-01-18 09:25:08 +0000
commita05b31648908c663867fdb00666ce97cdb6d3c1b (patch)
tree02b859b47cc9ce8e4afa7dc7a0772d8b16508679 /lib/PublicInbox/Address.pm
parentd1b9582872d1824f166a038dcf32b6ae8c6dc735 (diff)
downloadpublic-inbox-a05b31648908c663867fdb00666ce97cdb6d3c1b.tar.gz
Oops, this is needed for systems lacking Email::Address::XS
Diffstat (limited to 'lib/PublicInbox/Address.pm')
-rw-r--r--lib/PublicInbox/Address.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/PublicInbox/Address.pm b/lib/PublicInbox/Address.pm
index a090fa43..2c9c4395 100644
--- a/lib/PublicInbox/Address.pm
+++ b/lib/PublicInbox/Address.pm
@@ -37,6 +37,7 @@ if ($@) {
         require PublicInbox::AddressPP;
         *emails = \&PublicInbox::AddressPP::emails;
         *names = \&PublicInbox::AddressPP::names;
+        *pairs = \&PublicInbox::AddressPP::pairs;
 }
 
 1;