Update to 1.26:
1.26 2015-01-31 - Call ornaments() after rl_initialize() to set tty before calling rl_initialize() not to output some charactores to STDIO. [rt.cpan.org #96569, #101196] - make handling of iostreams simple (make _rl_store_iostream() return void and remove _rl_fetch_iostream()) [rt.cpan.org #101078] - Fix the Prerequisites section to require Perl 5.8 (it was required since TRG 1.23.). - t/callback.t: add some new Tk-tests from CPAN Testers' site.
This commit is contained in:
parent
8ff732a2c9
commit
5433966a9e
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.41 2014/12/31 14:55:14 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.42 2015/02/01 18:28:32 wiz Exp $
|
||||
|
||||
DISTNAME= Term-ReadLine-Gnu-1.25
|
||||
DISTNAME= Term-ReadLine-Gnu-1.26
|
||||
PKGNAME= p5-${DISTNAME:S/-Gnu//}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Term/}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.15 2014/12/31 14:55:14 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.16 2015/02/01 18:28:32 wiz Exp $
|
||||
|
||||
SHA1 (Term-ReadLine-Gnu-1.25.tar.gz) = 3b14acf50a8e679d5025fb824658404dbc7b1c6c
|
||||
RMD160 (Term-ReadLine-Gnu-1.25.tar.gz) = 20e7dd874089dac19fd2efac127676d8f63ab06e
|
||||
Size (Term-ReadLine-Gnu-1.25.tar.gz) = 74490 bytes
|
||||
SHA1 (Term-ReadLine-Gnu-1.26.tar.gz) = e85d8a6d40830204e13e5a271f6680b75308961a
|
||||
RMD160 (Term-ReadLine-Gnu-1.26.tar.gz) = 6cec79f27277b3c2f03a219b55174f8c66efe90a
|
||||
Size (Term-ReadLine-Gnu-1.26.tar.gz) = 74783 bytes
|
||||
|
|
Loading…
Reference in a new issue