Update to 1.63

- New upstream release 1.63
  - Incorrect error messages fixed, when $@ is clobbered when Carp wasn't
    loaded (GH#30, GH#31)
  - Now checking for, and erroring on, duplicate keys found in a hash (GH#32)
This commit is contained in:
Paul Howarth 2014-06-12 20:22:58 +01:00
parent 3263146e40
commit c91ee64899
2 changed files with 12 additions and 5 deletions

View File

@ -1,6 +1,6 @@
Name: perl-YAML-Tiny
Version: 1.62
Release: 2%{?dist}
Version: 1.63
Release: 1%{?dist}
Summary: Read/Write YAML files with as little code as possible
License: GPL+ or Artistic
Group: Development/Libraries
@ -8,7 +8,8 @@ URL: http://search.cpan.org/dist/YAML-Tiny/
Source0: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/YAML-Tiny-%{version}.tar.gz
BuildArch: noarch
# Module Build
BuildRequires: perl(Module::Build::Tiny) >= 0.035
BuildRequires: perl
BuildRequires: perl(Module::Build::Tiny) >= 0.036
# Module Runtime
BuildRequires: perl(B)
BuildRequires: perl(Carp)
@ -70,7 +71,13 @@ perl Build.PL --installdirs=vendor
%{_mandir}/man3/YAML::Tiny.3pm*
%changelog
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.62-2
* Thu Jun 12 2014 Paul Howarth <paul@city-fan.org> 1.63-1
- Update to 1.63
- Incorrect error messages fixed, when $@ is clobbered when Carp wasn't
loaded (GH#30, GH#31)
- Now checking for, and erroring on, duplicate keys found in a hash (GH#32)
* Sat Jun 7 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> 1.62-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Sun Mar 16 2014 Paul Howarth <paul@city-fan.org> 1.62-1

View File

@ -1 +1 @@
1308d3244d1b27088b4c101bf9705e9d YAML-Tiny-1.62.tar.gz
10835140182ff9a893e8cfc09837cb3e YAML-Tiny-1.63.tar.gz