Update to 1.20
Update DEPENDS Upstream changes: 1.20 2016-04-22 - Stable release, made in Rugby, UK during Perl QA Hackathon 2016 1.19_91 2016-04-21 - Drop use of File::ShareDir::ProjectDistDir (GitHub #26). Thanks Kent Fredric! - Allow stop words with '.' (GitHub #28). Thanks Paulo Custodio! 1.19_90 2016-02-20 - Hide internals: the POD parser is moved to a private package and the Pod::Spell package now only exposes the public interface. This is a first step towards rewriting the parser using Pod::Simple (planned for Pod-Spell-2.0). - 'parse_from_file' and 'parse_from_filehandle' are now explicitely documented (by copying doc from Pod::Parser).
This commit is contained in:
parent
dcb05d5eb0
commit
1b1bbd9d81
2 changed files with 7 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.19 2016/04/07 12:31:43 wen Exp $
|
||||
# $NetBSD: Makefile,v 1.20 2016/06/05 07:37:49 wen Exp $
|
||||
|
||||
DISTNAME= Pod-Spell-1.19
|
||||
DISTNAME= Pod-Spell-1.20
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}
|
||||
|
@ -15,7 +15,6 @@ DEPENDS+= p5-Lingua-EN-Inflect>=0:../../textproc/p5-Lingua-EN-Inflect
|
|||
DEPENDS+= p5-Class-Tiny>=0:../../devel/p5-Class-Tiny
|
||||
DEPENDS+= p5-File-ShareDir>=0:../../devel/p5-File-ShareDir
|
||||
DEPENDS+= p5-File-ShareDir-Install>=0:../../devel/p5-File-ShareDir-Install
|
||||
DEPENDS+= p5-File-ShareDir-ProjectDistDir>=0:../../devel/p5-File-ShareDir-ProjectDistDir
|
||||
|
||||
# for make test
|
||||
BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.7 2016/04/07 12:31:43 wen Exp $
|
||||
$NetBSD: distinfo,v 1.8 2016/06/05 07:37:49 wen Exp $
|
||||
|
||||
SHA1 (Pod-Spell-1.19.tar.gz) = 7c726f3bd1a06f9d8bd75d98f1bedb83cbfd17e1
|
||||
RMD160 (Pod-Spell-1.19.tar.gz) = 35675a6c6dc0d4420e413d994cbd0252dccf4a29
|
||||
SHA512 (Pod-Spell-1.19.tar.gz) = d9be19a67558d1d6e5c42f50df963ff3b2168f5cf78d25d7415c4fef92d5c6dfa0d0db0621d58358ea438efb50542652febaf8d18a7e3c16e79412bf8ae09999
|
||||
Size (Pod-Spell-1.19.tar.gz) = 29244 bytes
|
||||
SHA1 (Pod-Spell-1.20.tar.gz) = c748953762e7e3d4e651df58172107f6751464d1
|
||||
RMD160 (Pod-Spell-1.20.tar.gz) = c65229646dc519914b7e911ad50a55afb06946fd
|
||||
SHA512 (Pod-Spell-1.20.tar.gz) = 9a676a897dae7dfe37e9bfca2e5c11bcdc3221ed532b79970e6cc4d0de8dec0eca754cb9fbc5cbbbf6533a213c284d691609dd86d246ae146187bd9cd37d292e
|
||||
Size (Pod-Spell-1.20.tar.gz) = 31220 bytes
|
||||
|
|
Loading…
Reference in a new issue