Update p5-PPI from version 1.210 to version 1.212.
Upstream changes: 1.212 Sun 9 May 2010 Summary: - Minor bug fixes and development support Details: - Fixed #48819: Bug in ForLoop back-compatilbilty warning - Added support for $ENV{X_TOKENIZER} --> $PPI::Lexer::X_TOKENIZER 1.211_01 Sun 21 Feb 2010 Summary: - Experimentation support and bug fixes Details: - Upgraded to Module::Install 0.93 - Added support for $PPI::Lexer::X_TOKENIZER, so that alternate experimentatal tokenizers can be swapped in for testing. - Added an extra 14_charsets.t case to validate we handle byte order marks properly. - Moved author tests from t to xt to reduce spurious test failures in CPAN Testers, when the testing modules change across versions - Fixed #26082: scalar { %x } is misparsed - Fixed #26591: VMS patch for PPI 1.118 - Fixed #44862: PPI cannot parse "package Foo::100;" correctly - Fixed #54208: PPI::Token::Quote::Literal::literal is missing due to case-sensitivity error
This commit is contained in:
parent
e3f0f223ce
commit
ccc01b9727
2 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.9 2010/02/16 08:43:30 sno Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2010/05/24 21:21:45 seb Exp $
|
||||
#
|
||||
|
||||
DISTNAME= PPI-1.210
|
||||
DISTNAME= PPI-1.212
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PPI/}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.6 2010/02/16 08:43:30 sno Exp $
|
||||
$NetBSD: distinfo,v 1.7 2010/05/24 21:21:45 seb Exp $
|
||||
|
||||
SHA1 (PPI-1.210.tar.gz) = 02a22a7f2b0de2c3922899f7c6d16620cc93a480
|
||||
RMD160 (PPI-1.210.tar.gz) = 8b389b7c38887882458c203ca35ec66ad5937290
|
||||
Size (PPI-1.210.tar.gz) = 223268 bytes
|
||||
SHA1 (PPI-1.212.tar.gz) = 207b8551030fae6252ea9b286810da181604c156
|
||||
RMD160 (PPI-1.212.tar.gz) = 5f96dd8aca996bb712b6415e7040136c4212cb8f
|
||||
Size (PPI-1.212.tar.gz) = 226491 bytes
|
||||
|
|
Loading…
Reference in a new issue