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/2] Makefile.PL: various updates for new versions
  2022-04-23 22:03  5% [PATCH 0/2] version bumps, Perl 5.12 in _some_ places Eric Wong
@ 2022-04-23 22:03  7% ` Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2022-04-23 22:03 UTC (permalink / raw)
  To: meta

We'll still stick to v5.10.1, mainly, but use v5.12 in a few places...
---
 Makefile.PL | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/Makefile.PL b/Makefile.PL
index 059e23be..848eb702 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -131,11 +131,16 @@ WriteMakefile(
 	NAME => 'PublicInbox', # n.b. camel-case is not our choice
 
 	# XXX drop "PENDING" in .pod before updating this!
-	VERSION => '1.8.0',
+	VERSION => '1.9.0.PENDING',
 
-	AUTHOR => 'Eric Wong <e@80x24.org>',
-	ABSTRACT => 'public-inbox server infrastructure',
+	AUTHOR => 'public-inbox hackers <meta@public-inbox.org>',
+	ABSTRACT => 'an "archives first" approach to mailing lists',
 	EXE_FILES => \@EXE_FILES,
+
+	# DO NOT blindly put "use v5.12" in *.pm files, unicode_strings
+	# causes known breakages.  "use v5.10.1" is safe, though
+	MIN_PERL_VERSION => '5.12.0',
+	LICENSE => 'agpl_3', # AGPL-3.0+, CPAN::Meta::Spec doesn't have '+'
 	PREREQ_PM => {
 		# note: we use spamc(1), NOT the Perl modules
 		# We also depend on git.

^ permalink raw reply related	[relevance 7%]

* [PATCH 0/2] version bumps, Perl 5.12 in _some_ places
@ 2022-04-23 22:03  5% Eric Wong
  2022-04-23 22:03  7% ` [PATCH 1/2] Makefile.PL: various updates for new versions Eric Wong
  0 siblings, 1 reply; 2+ results
From: Eric Wong @ 2022-04-23 22:03 UTC (permalink / raw)
  To: meta

Small LoC reductions, and maybe to benefit from some eventual
future where Perl standard libraries can be sped up by avoiding
strict.pm entirely...

Eric Wong (2):
  Makefile.PL: various updates for new versions
  lei: move to v5.12 to avoid "use strict"

 Makefile.PL                | 11 ++++++++---
 lib/PublicInbox/CmdIPC4.pm |  3 +--
 lib/PublicInbox/LEI.pm     |  3 +--
 lib/PublicInbox/Spawn.pm   |  2 +-
 lib/PublicInbox/Syscall.pm |  3 +--
 script/lei                 |  3 +--
 6 files changed, 13 insertions(+), 12 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 --
2022-04-23 22:03  5% [PATCH 0/2] version bumps, Perl 5.12 in _some_ places Eric Wong
2022-04-23 22:03  7% ` [PATCH 1/2] Makefile.PL: various updates for new versions 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).