Updated p5-Term-ReadKey to 2.37.
2.37 - 2016-10-07 * Make minimum version of ExtUtils::MakeMaker 6.58 * Better support parallel builds by making 'dynamic' a dependency of the ReadKey.pm * Add a 'provides' META section to help indexing 2.36 - 2016-10-07 * Add a package declaration to the ReadKey_pm.PL to aid indexing 2.35 - 2016-10-06 * Use FULLPERLRUNINST to run the ReadKey_pm.PL to get the 'blib' 2.34 - 2016-10-06 * Fix GetTerminalSize() argument handling * Fix miniperl build on Win32 * Remove unused Cwd * Fix TAP output * Fix warnings in XS file * Don't attempt some tests if STDIN is not a terminal * Generate ReadKey.pm from ReadKey_pm.PL to expand blockoptions * demand-load Carp, * remove unneeded AutoLoader, * Improve genchars.pl, support make -s silence. * Improve Makefile.PL add SIGN, fix pure_site_install, support dual-life, fix realclean
This commit is contained in:
parent
2bb65cce98
commit
f1b709cc35
2 changed files with 7 additions and 8 deletions
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.31 2016/06/08 19:23:34 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.32 2016/10/09 08:32:42 wiz Exp $
|
||||
|
||||
VERS= 2.33
|
||||
VERS= 2.37
|
||||
DISTNAME= TermReadKey-${VERS}
|
||||
PKGNAME= p5-Term-ReadKey-${VERS}
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Term/}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.9 2015/11/03 03:28:48 agc Exp $
|
||||
$NetBSD: distinfo,v 1.10 2016/10/09 08:32:42 wiz Exp $
|
||||
|
||||
SHA1 (TermReadKey-2.33.tar.gz) = e0d94aa238de92516fc33ef020d16dd6c958ad54
|
||||
RMD160 (TermReadKey-2.33.tar.gz) = a7d8d7d843827f6ded972b384a466ac593bd5f38
|
||||
SHA512 (TermReadKey-2.33.tar.gz) = ecee70695f8d48f8eeeb6916a7f25aac536e8725815e6c22ed01791f152b55a4203460cb090b00b64ed71e093890b9bc096679223cc97bda0c323e61f105a0ee
|
||||
Size (TermReadKey-2.33.tar.gz) = 82916 bytes
|
||||
SHA1 (TermReadKey-2.37.tar.gz) = 27aa51e115d6eb63338a2f1bcaddc2b9150a8eaf
|
||||
RMD160 (TermReadKey-2.37.tar.gz) = c09b5024af5af4b39d73c690002280fe81ebd24c
|
||||
SHA512 (TermReadKey-2.37.tar.gz) = b602d612be17ec4a56fe50742728dae17733f251ef399e8fb69cc8eb22885d7e1c1073c735fb23826137e80be8d3597e60f496ac63180739752d070957880eea
|
||||
Size (TermReadKey-2.37.tar.gz) = 85082 bytes
|
||||
|
|
Loading…
Reference in a new issue