Update to 1.61

- New upstream release 1.61
  - Fixed a test for VMS (CPAN RT#93297)
This commit is contained in:
Paul Howarth 2014-02-25 10:57:03 +00:00
parent 1e98ee1e43
commit bc77211fb1
2 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Name: perl-YAML-Tiny
Version: 1.60
Version: 1.61
Release: 1%{?dist}
Summary: Read/Write YAML files with as little code as possible
License: GPL+ or Artistic
@ -8,7 +8,7 @@ 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.034
BuildRequires: perl(Module::Build::Tiny) >= 0.035
# Module Runtime
BuildRequires: perl(B)
BuildRequires: perl(Carp)
@ -70,6 +70,10 @@ perl Build.PL --installdirs=vendor
%{_mandir}/man3/YAML::Tiny.3pm*
%changelog
* Tue Feb 25 2014 Paul Howarth <paul@city-fan.org> 1.61-1
- Update to 1.61
- Fixed a test for VMS (CPAN RT#93297)
* 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,

View File

@ -1 +1 @@
939881813a08b58648bd99e8d6092029 YAML-Tiny-1.60.tar.gz
9e0067102d0452049f489e0822091d39 YAML-Tiny-1.61.tar.gz