diff options
author | wen <wen> | 2014-05-03 10:43:10 +0000 |
---|---|---|
committer | wen <wen> | 2014-05-03 10:43:10 +0000 |
commit | 6886244876e59df92589a1eea15dda492c6da524 (patch) | |
tree | d8ede265715aaac07429049a8e440407b0b11962 /textproc | |
parent | e4ec92e7c8c0735eb919ba4d699ba160497a7d09 (diff) | |
download | pkgsrc-6886244876e59df92589a1eea15dda492c6da524.tar.gz |
Update to 1.62
Upstream changes:
1.62 2014-03-16 12:28:44Z
[FIXED]
- fix handling of trailing colon in key name (RT#92916, H.Merijn
Brand)
1.61 2014-02-24 16:59:49Z
[FIXED]
- fixed a test for VMS (RT#93297, Craig Berry)
1.60 2014-02-13 20:31:56Z
- shipping 1.59 as stable, with no changes.
1.59 2014-02-06 03:10:35Z (TRIAL RELEASE)
[CHANGED]
- numeric values are now quoted whenever they've been used as a string
(fixes inconsistent behaviour seen with numeric values, due to
differences between the XS and pure-perl variants of Data::Dumper).
(github issue #24)
- numeric hash keys are now always quoted.
1.58 2014-02-04 18:01:58Z
[INCOMPATIBLE CHANGE]
- 1.57 omitted a change entry for the following change:
- Previously, YAML::Tiny was sloppy about file encodings. It is
now strict. The 'read' method and 'LoadFile' function expect
UTF-8 encoded files. The 'write' method and 'DumpFile' function
produce UTF-8 encoded files. The 'read_string' and
'write_string' methods and the 'Load' and 'Dump' functions
expect or generate (decoded) character data.
1.57 2014-01-30 22:12:38Z
[INCOMPATIBLE CHANGE]
- Previously, some errors would throw exceptions and some would
return the error condition in $YAML::Tiny::errstr. Now all
errors throw exceptions. Use of $errstr and the errstr method
are deprecated. (David Golden)
[FIXED]
- Fixed write method to encode YAML file with UTF-8 (David Golden)
- Improved SYNOPSIS and documentation of new (David Golden)
[TESTING]
- Tests have been cleaned up and reorganized. Test coverage
has been significnatly improved. (Ingy d枚t Net, David Golden,
Jim Keenan, Karen Etheridge)
1.56 2013-09-25 02:38:19Z
- read_string documentation error fixed (RT#74409, thanks Tim Heaney!)
- re-release with fixed compile test
1.55 2013-09-19 04:07:32Z
- again packaging with ExtUtils::MakeMaker
1.54 2013-08-22 03:55:41Z
- convert to Dist::Zilla
- Updated format to conform to CPAN::Changes::Spec
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-YAML-Tiny/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-YAML-Tiny/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/p5-YAML-Tiny/Makefile b/textproc/p5-YAML-Tiny/Makefile index 3d5fff9dd44..e2267d27540 100644 --- a/textproc/p5-YAML-Tiny/Makefile +++ b/textproc/p5-YAML-Tiny/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2013/08/21 07:58:22 wen Exp $ +# $NetBSD: Makefile,v 1.19 2014/05/03 10:43:10 wen Exp $ -DISTNAME= YAML-Tiny-1.53 +DISTNAME= YAML-Tiny-1.62 PKGNAME= p5-${DISTNAME} CATEGORIES= perl5 textproc MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=YAML/} diff --git a/textproc/p5-YAML-Tiny/distinfo b/textproc/p5-YAML-Tiny/distinfo index 7bae8475e4d..56c3e4b63c8 100644 --- a/textproc/p5-YAML-Tiny/distinfo +++ b/textproc/p5-YAML-Tiny/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2013/08/21 07:58:22 wen Exp $ +$NetBSD: distinfo,v 1.13 2014/05/03 10:43:10 wen Exp $ -SHA1 (YAML-Tiny-1.53.tar.gz) = 330660951069d5c161ef95aa19734f18667e8854 -RMD160 (YAML-Tiny-1.53.tar.gz) = 8e117616f9de7edc4baa9bd8cfed0fdf3b283f4a -Size (YAML-Tiny-1.53.tar.gz) = 37746 bytes +SHA1 (YAML-Tiny-1.62.tar.gz) = a59136e62d25b72fcacac172d51e0e5daf10ebf1 +RMD160 (YAML-Tiny-1.62.tar.gz) = 62bb7467e32358236525edcc2701b74c0e5afa61 +Size (YAML-Tiny-1.62.tar.gz) = 71889 bytes |