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:
parent
d1f2c8ab23
commit
1e98ee1e43
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user