Update to 1.11

- New upstream release 1.11
  - Apply PR/139:
    -  Remove die() that can't be called (regex always matches)
This commit is contained in:
Paul Howarth 2014-09-02 13:47:21 +01:00
parent a2f2ffe63c
commit ba7ae7cead
2 changed files with 8 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Name: perl-YAML
Version: 1.10
Version: 1.11
Release: 1%{?dist}
Summary: YAML Ain't Markup Language (tm)
License: GPL+ or Artistic
@ -98,7 +98,12 @@ make test
%{_mandir}/man3/YAML::Types.3pm*
%changelog
* Fri Aug 29 2014 Paul Howarth <paul@city-fan.org> 1.10-1
* Tue Sep 2 2014 Paul Howarth <paul@city-fan.org> - 1.11-1
- Update to 1.11
- Apply PR/139:
- Remove die() that can't be called (regex always matches)
* Fri Aug 29 2014 Paul Howarth <paul@city-fan.org> - 1.10-1
- Update to 1.10
- Apply PR/138:
- Report an error message mentioning indentation when choking on non-space

View File

@ -1 +1 @@
d1e2f069555c29a982aef001d7fb2b70 YAML-1.10.tar.gz
be1adf76064537fe4730f52aa9e02127 YAML-1.11.tar.gz