Re: Update Term::ReadKey to 2.38

2020-02-26 Thread Alexander Bluhm
On Tue, Feb 25, 2020 at 06:34:40PM -0800, Andrew Hewus Fresh wrote: > > Here the patch is broken. > > patch: malformed patch at line 906: /VERS+use strict; > > Attached again, not sure how it got broken. Also can be downloaded from: > http://cvs.afresh1.com/~andrew/Term-ReadKey-2.38.patch The

Re: Update Term::ReadKey to 2.38

2020-02-25 Thread Andrew Hewus Fresh
On Tue, Feb 25, 2020 at 05:58:57PM +0100, Alexander Bluhm wrote: > On Mon, Feb 24, 2020 at 07:58:23PM -0800, Andrew Hewus Fresh wrote: > > Index: gnu/usr.bin/perl/cpan/Term-ReadKey/Makefile.PL > > === > > RCS file: /cvs/src/gnu/usr.bin

Re: Update Term::ReadKey to 2.38

2020-02-25 Thread Alexander Bluhm
On Mon, Feb 24, 2020 at 07:58:23PM -0800, Andrew Hewus Fresh wrote: > Index: gnu/usr.bin/perl/cpan/Term-ReadKey/Makefile.PL > === > RCS file: /cvs/src/gnu/usr.bin/perl/cpan/Term-ReadKey/Makefile.PL,v > retrieving revision 1.3 > diff -u

Update Term::ReadKey to 2.38

2020-02-24 Thread Andrew Hewus Fresh
In order to better support the pkg tools we include Term::ReadKey with the base system, that means I totally forgot about it. So, this picks up a few years of updates. This patch updates the 2.33 we have in-tree to the current 2.38. https://metacpan.org/changes/distribution/TermReadKey Comments