Update to 1.25:
1.25 2014-12-13 - fix to call rl_initialize() after I/O stream setting. [rt.cpan.org #96569] - t/readline.t: comment-out stty-command calls. - t/history.t, t/readline.t: print out the corresponding section names in the manuals of the libraries. - eg/perlsh: use 'IO' instead of 'FILEHANDLE' which Perl 5.20 warns. [rt.cpan.org #100883] - Fix copyright notices to use the year of first publication.
This commit is contained in:
parent
5a88210949
commit
6cfe337d0d
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.40 2014/10/09 14:06:27 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.41 2014/12/31 14:55:14 wiz Exp $
|
||||
|
||||
DISTNAME= Term-ReadLine-Gnu-1.24
|
||||
DISTNAME= Term-ReadLine-Gnu-1.25
|
||||
PKGNAME= p5-${DISTNAME:S/-Gnu//}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Term/}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.14 2014/09/06 14:52:23 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.15 2014/12/31 14:55:14 wiz Exp $
|
||||
|
||||
SHA1 (Term-ReadLine-Gnu-1.24.tar.gz) = 89d9c75cb1bc3e6813fb859d8ab1c8b1dcb9c9ca
|
||||
RMD160 (Term-ReadLine-Gnu-1.24.tar.gz) = 8cfc44faadb0eac173c1d9583b72fb92e65a5a3b
|
||||
Size (Term-ReadLine-Gnu-1.24.tar.gz) = 74199 bytes
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue