Update to 1.60

- New upstream release 1.60
  - Numeric values are now quoted whenever they've been used as a string,
    which 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
This commit is contained in:
Paul Howarth 2014-02-14 13:40:35 +00:00
parent d1f2c8ab23
commit 1e98ee1e43
2 changed files with 11 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Name: perl-YAML-Tiny
Version: 1.58
Version: 1.60
Release: 1%{?dist}
Summary: Read/Write YAML files with as little code as possible
License: GPL+ or Artistic
@ -10,8 +10,8 @@ BuildArch: noarch
# Module Build
BuildRequires: perl(Module::Build::Tiny) >= 0.034
# Module Runtime
BuildRequires: perl(B)
BuildRequires: perl(Carp)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(Exporter)
BuildRequires: perl(Fcntl)
BuildRequires: perl(Scalar::Util)
@ -70,6 +70,14 @@ perl Build.PL --installdirs=vendor
%{_mandir}/man3/YAML::Tiny.3pm*
%changelog
* Fri Feb 14 2014 Paul Howarth <paul@city-fan.org> 1.60-1
- Update to 1.60
- Numeric values are now quoted whenever they've been used as a string,
which 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
* Wed Feb 5 2014 Paul Howarth <paul@city-fan.org> 1.58-1
- Update to 1.58
- 1.57 omitted a change entry for the following change:

View File

@ -1 +1 @@
b206daf7e3cbf1be15e069081a09ff29 YAML-Tiny-1.58.tar.gz
939881813a08b58648bd99e8d6092029 YAML-Tiny-1.60.tar.gz