]> Sergey Matveev's repositories - public-inbox.git/commit
start depending on Perl 5.10.1+
authorEric Wong <e@80x24.org>
Wed, 17 Apr 2019 22:05:38 +0000 (22:05 +0000)
committerEric Wong <e@80x24.org>
Fri, 19 Apr 2019 23:57:21 +0000 (23:57 +0000)
commitf3b60bf095846ce9290b94a7b1d700ed7bf0f316
tree52dfdfed974a7e8d053805ec7a8a16b10a5eebff
parentd88d992927467a9d5bc2733cc01e3dda4c5de234
start depending on Perl 5.10.1+

I mainly want to start using the '//' (defined-or) operator to
simplify code, and Perl 5.10.1 is roughly a decade old at this
point.

"given/when" would've be nice, but it's future is in doubt AFAIK.

I also started using the 'parent' module in WwwHighlight, and
'autodie' in UserContent.pm, both of which were only distributed
with Perl since 5.10.1; and testing with ancient
versions/distros is time-consuming.

Anyways, I think this a small-enough jump to not break any
existing installations, given we already depend on fairly
recent versions of git and Xapian.

Maybe we can use more newish Perl features in the future...
INSTALL
lib/PublicInbox/WWW.pm