Update to 0.005

- New upstream release 0.005
  - Fix documentation to clarify that users are responsible for UTF-8
    encoding/decoding
This commit is contained in:
Paul Howarth 2011-12-13 19:49:48 +00:00
parent 24eecf45cf
commit 88d25ef80d
3 changed files with 8 additions and 4 deletions

3
.gitignore vendored
View File

@ -1,2 +1 @@
/CPAN-Meta-YAML-0.003.tar.gz
/CPAN-Meta-YAML-0.004.tar.gz
/CPAN-Meta-YAML-[0-9.]*.tar.gz

View File

@ -5,7 +5,7 @@
%global old_test_more %(perl -MTest::More -e 'print (($Test::More::VERSION < 0.88) ? 1 : 0);' 2>/dev/null || echo 0)
Name: perl-CPAN-Meta-YAML
Version: 0.004
Version: 0.005
Release: 1%{?dist}
Summary: Read and write a subset of YAML for CPAN Meta files
License: GPL+ or Artistic
@ -74,6 +74,11 @@ rm -rf %{buildroot}
%{_mandir}/man3/CPAN::Meta::YAML.3pm*
%changelog
* Tue Dec 13 2011 Paul Howarth <paul@city-fan.org> - 0.005-1
- Update to 0.005:
- Fix documentation to clarify that users are responsible for UTF-8
encoding/decoding
* Wed Sep 7 2011 Paul Howarth <paul@city-fan.org> - 0.004-1
- Update to 0.004:
- Generated from ADAMK/YAML-Tiny-1.50.tar.gz

View File

@ -1 +1 @@
120025b9fd39b9dbfeb6ffc5f4a2dd8d CPAN-Meta-YAML-0.004.tar.gz
b006f77a16aac0c471ed17c52e1ca648 CPAN-Meta-YAML-0.005.tar.gz