YAML::Tiny is a perl class for reading and writing YAML-style files,

written with as little code as possible, reducing load time and memory
    overhead.
This commit is contained in:
Steven Pritchard 2007-05-19 17:29:22 +00:00
parent 0b885cea9b
commit 6159ef4afe
3 changed files with 10 additions and 5 deletions

View File

@ -1 +1 @@
YAML-Tiny-1.04.tar.gz
YAML-Tiny-1.08.tar.gz

View File

@ -1,5 +1,5 @@
Name: perl-YAML-Tiny
Version: 1.04
Version: 1.08
Release: 1%{?dist}
Summary: Read/Write YAML files with as little code as possible
License: GPL or Artistic
@ -15,8 +15,9 @@ BuildRequires: perl(Test::Pod)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
YAML::Tiny is a perl class to read and write YAML-style files with as
little code as possible, reducing load time and memory overhead.
YAML::Tiny is a perl class for reading and writing YAML-style files,
written with as little code as possible, reducing load time and
memory overhead.
%prep
%setup -q -n YAML-Tiny-%{version}
@ -48,6 +49,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Sat May 19 2007 Steven Pritchard <steve@kspei.com> 1.08-1
- Update to 1.08.
- Update description.
* Tue Mar 13 2007 Steven Pritchard <steve@kspei.com> 1.04-1
- Specfile autogenerated by cpanspec 1.70.
- Drop redundant perl build dependency.

View File

@ -1 +1 @@
edba36ca379be0c5f8176239b8f547d9 YAML-Tiny-1.04.tar.gz
d08daede7e1abb922c2bd04eaf7ec6ea YAML-Tiny-1.08.tar.gz