Updated to 3.39
ChangeLog: - nothing for 3.39 in upstream noted version 3.38 date: 2011-07-27 # minor maintenance release fixed: RT 65865: _ should be allowed at the start on an XML name https://rt.cpan.org/Ticket/Display.html?id=65865 reported by Steve Prokopowich removed: making att and class lvalues created problems: in certain context they made regular calls to the method create empty attributes. I could find no satisfactory fix,they were either incompletes, or to complex for often used methods. So att and class are back to being regular, non l-value methods. latt and lclass are the l-value versions. added: documented the -html option for xml_grep, that allows processing HTML input added: the -Tidy option to xml_grep, that uses HTML::Tidy to convert HTML to XML
This commit is contained in:
parent
de4ef4f73d
commit
efa36fc0b3
2 changed files with 6 additions and 7 deletions
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.21 2011/08/14 15:14:21 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.22 2012/01/26 13:05:56 rhaen Exp $
|
||||
#
|
||||
|
||||
DISTNAME= XML-Twig-3.37
|
||||
DISTNAME= XML-Twig-3.39
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
SVR4_PKGNAME= p5xtw
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.11 2010/12/17 23:09:27 rhaen Exp $
|
||||
$NetBSD: distinfo,v 1.12 2012/01/26 13:05:56 rhaen Exp $
|
||||
|
||||
SHA1 (XML-Twig-3.37.tar.gz) = 12a7ba9e20fa21ea5794548972174e4daa1f53ad
|
||||
RMD160 (XML-Twig-3.37.tar.gz) = cbde045846b4e7b54feb62148fd8f5771e59e2ce
|
||||
Size (XML-Twig-3.37.tar.gz) = 368237 bytes
|
||||
SHA1 (XML-Twig-3.39.tar.gz) = 5c35d26823285d844a07f012f68e38460dad554d
|
||||
RMD160 (XML-Twig-3.39.tar.gz) = 0954a2a9630e594e731d6d0d78a70c605885c174
|
||||
Size (XML-Twig-3.39.tar.gz) = 369305 bytes
|
||||
|
|
Loading…
Reference in a new issue