Update to 1.61
- New upstream release 1.61 - Fixed a test for VMS (CPAN RT#93297)
This commit is contained in:
parent
1e98ee1e43
commit
bc77211fb1
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user