Here is a quick update for Term::Shell.
Upstream changes [0] are mostly distribution/tests related. One notable change is the fact that aliases are reliably installed though. Port-wise it's a simple update. Testing: - 'make test' passes - There are 2 consumers that i've tested [1]: sysutils/shelldap (that has no tests) and www/p5-WWW-Mechanize-Shell (it passes). Comments and feedback are welcome! Charlène. [0] https://metacpan.org/changes/release/SHLOMIF/Term-Shell-0.11 [1] http://0x0.st/zmb1.tgz Index: Makefile =================================================================== RCS file: /cvs/ports/devel/p5-Term-Shell/Makefile,v retrieving revision 1.12 diff -u -p -u -p -r1.12 Makefile --- Makefile 14 May 2017 20:06:50 -0000 1.12 +++ Makefile 19 May 2019 00:35:42 -0000 @@ -5,7 +5,7 @@ COMMENT = simple command-line shell fram MODULES = cpan PKG_ARCH = * -DISTNAME = Term-Shell-0.09 +DISTNAME = Term-Shell-0.11 CATEGORIES = devel # Perl Index: distinfo =================================================================== RCS file: /cvs/ports/devel/p5-Term-Shell/distinfo,v retrieving revision 1.6 diff -u -p -u -p -r1.6 distinfo --- distinfo 14 May 2017 20:06:50 -0000 1.6 +++ distinfo 19 May 2019 00:35:42 -0000 @@ -1,2 +1,2 @@ -SHA256 (Term-Shell-0.09.tar.gz) = CSzxzm099mBm21zVPt1jvm9jeJ8h4682MfEOb6pUmvw= -SIZE (Term-Shell-0.09.tar.gz) = 33500 +SHA256 (Term-Shell-0.11.tar.gz) = ehQjYfIvLl+unW45NTZj6L36YRjRrugiBL2Qg92wQVQ= +SIZE (Term-Shell-0.11.tar.gz) = 36357
