Update to 0.66:
version: 0.66 date: Thu Sep 27 01:37:16 PDT 2007 changes: - Blessed code refs with LoadCode=0 still get blessed. rafl++ --- version: 0.65 date: Thu Jun 21 17:37:32 PDT 2007 changes: - \z is really \0 - Speed up regexp loading. audreyt++ --- version: 0.64 date: Thu Jun 21 14:31:20 PDT 2007 changes: - Better support for loading regexps. audreyt++ --- version: 0.63 date: Wed Jun 20 16:03:22 PDT 2007 changes: - Don't emit nodes blessed into '' in the new tag scheme, and improve semantics of loading such nodes. - New support for dumping/loading regexps.
This commit is contained in:
parent
d037c36c8d
commit
c2b8dd2ba0
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.12 2006/10/28 08:37:40 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.13 2007/11/29 14:19:49 wiz Exp $
|
||||
|
||||
DISTNAME= YAML-0.62
|
||||
DISTNAME= YAML-0.66
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= perl5 textproc
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/I/IN/INGY/}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.7 2006/10/28 08:37:40 obache Exp $
|
||||
$NetBSD: distinfo,v 1.8 2007/11/29 14:19:49 wiz Exp $
|
||||
|
||||
SHA1 (YAML-0.62.tar.gz) = 727ac18ee74c87357e2fce5abbced224a99be6f1
|
||||
RMD160 (YAML-0.62.tar.gz) = fd9b350215e41967cd09bea2dbcd7ceb633df18a
|
||||
Size (YAML-0.62.tar.gz) = 97878 bytes
|
||||
SHA1 (YAML-0.66.tar.gz) = 2ae86eca722df3dbcd64843fff1ed671c4fc3849
|
||||
RMD160 (YAML-0.66.tar.gz) = c67c4f14b7ca8a7c2fe702986570120ee9c08d88
|
||||
Size (YAML-0.66.tar.gz) = 94654 bytes
|
||||
|
|
Loading…
Reference in a new issue