user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [PATCH 1/5] address: pairs: enable pure Perl version
  2021-01-17  7:09  5% [PATCH 0/5] fixes for older Perls and Xapian Eric Wong
@ 2021-01-17  7:09  7% ` Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2021-01-17  7:09 UTC (permalink / raw)
  To: meta

Oops, this is needed for systems lacking Email::Address::XS
---
 lib/PublicInbox/Address.pm | 1 +
 1 file changed, 1 insertion(+)

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;

^ permalink raw reply related	[relevance 7%]

* [PATCH 0/5] fixes for older Perls and Xapian
@ 2021-01-17  7:09  5% Eric Wong
  2021-01-17  7:09  7% ` [PATCH 1/5] address: pairs: enable pure Perl version Eric Wong
  0 siblings, 1 reply; 2+ results
From: Eric Wong @ 2021-01-17  7:09 UTC (permalink / raw)
  To: meta

Eric Wong (5):
  address: pairs: enable pure Perl version
  initialize scalar for `vec' perlop modification
  t/thread-index-gap: support older DBI
  t/shared_kv: workaround old File::Spec
  extindex: fix w/ Xapian 1.2.21..1.2.24

 lib/PublicInbox/Address.pm      |  1 +
 lib/PublicInbox/ExtSearchIdx.pm |  1 +
 lib/PublicInbox/LEI.pm          |  2 +-
 lib/PublicInbox/SearchIdx.pm    |  5 ++++-
 lib/PublicInbox/Syscall.pm      |  2 +-
 lib/PublicInbox/V2Writable.pm   | 12 ++++++++++--
 t/shared_kv.t                   | 10 +++-------
 t/thread-index-gap.t            |  7 +++++--
 8 files changed, 26 insertions(+), 14 deletions(-)

^ permalink raw reply	[relevance 5%]

Results 1-2 of 2 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2021-01-17  7:09  5% [PATCH 0/5] fixes for older Perls and Xapian Eric Wong
2021-01-17  7:09  7% ` [PATCH 1/5] address: pairs: enable pure Perl version Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).