Update to 1.36
Upstream changes: 1.36 2019-01-14 - readline-8.0 support new function rl_empty_keymap rl_set_keymap_name rl_check_signals new variable history_quoting_state rl_function_of_keyseq uses rl_function_of_keyseq_len to support an arbitrary key sequence that may include NULs. - new() checks the number of arguments. - make 'use Term::ReadLine::Gnu' fail if $TERM is not set or on a dumb terminal. 'use Term::ReadLine' uses Term::ReadLine::Stub instead. [rt.cpan.org #123398] - Makefile.PL: checks the tinfo library for Debian. - add t/01test_use.t and t/02test_use.t. - comment out a hack for the CPAN Test on OpenBSD added on TRG 1.22. - t/utf8_binary.t, t/utf8_text.t: skipped on Perl 5.8.
This commit is contained in:
parent
d7f29cb032
commit
cc74432a33
2 changed files with 7 additions and 8 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.49 2018/08/22 09:44:42 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.50 2019/01/26 07:42:00 wen Exp $
|
||||
|
||||
DISTNAME= Term-ReadLine-Gnu-1.35
|
||||
DISTNAME= Term-ReadLine-Gnu-1.36
|
||||
PKGNAME= p5-${DISTNAME:S/-Gnu//}
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Term/}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.20 2016/11/07 14:04:32 mef Exp $
|
||||
$NetBSD: distinfo,v 1.21 2019/01/26 07:42:00 wen Exp $
|
||||
|
||||
SHA1 (Term-ReadLine-Gnu-1.35.tar.gz) = 1f57fe986d56c6afa5eb868ca36dc5f0f8dcc3b6
|
||||
RMD160 (Term-ReadLine-Gnu-1.35.tar.gz) = 14ab8dc5dd211c5ceb3d793b92940253e6416478
|
||||
SHA512 (Term-ReadLine-Gnu-1.35.tar.gz) = da8d423353a2df0885ed6746d128915e1e85261ac161d81509f0133da726d7df7740842f4f5b238a001ba71a2c2bd2454091cdc3ea08bb4d0dfabe83f9778ef2
|
||||
Size (Term-ReadLine-Gnu-1.35.tar.gz) = 127376 bytes
|
||||
SHA1 (Term-ReadLine-Gnu-1.36.tar.gz) = 1c79b6b2f9b1256313b5bf262682e42ecf9d13ea
|
||||
RMD160 (Term-ReadLine-Gnu-1.36.tar.gz) = 4f7b090100a108e22f763931f334ff6911640c98
|
||||
SHA512 (Term-ReadLine-Gnu-1.36.tar.gz) = be576c45808744b9e6ae703ba170fc19f8cc4a63e6c8d74486159ff44c6763815bded11c7a414a491553e82041da2e4c5f197785e91a461118b4efa7fde240e9
|
||||
Size (Term-ReadLine-Gnu-1.36.tar.gz) = 128336 bytes
|
||||
|
|
Loading…
Reference in a new issue