Update to 1.0
- New upstream release 1.0 - Clarify that the second arg of FREEZE/THAW is the data model/data format name, not the serializer - Clarify that FREEZE must not modify the data structure to be serialized
This commit is contained in:
parent
ef9e8efa9e
commit
82c418f5bb
@ -1,7 +1,7 @@
|
||||
Name: perl-Types-Serialiser
|
||||
Summary: Simple data types for common serialization formats
|
||||
Version: 0.03
|
||||
Release: 2%{?dist}
|
||||
Version: 1.0
|
||||
Release: 1%{?dist}
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Types-Serialiser/
|
||||
@ -54,6 +54,12 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/Types::Serialiser::Error.3pm*
|
||||
|
||||
%changelog
|
||||
* Mon Dec 2 2013 Paul Howarth <paul@city-fan.org> - 1.0-1
|
||||
- Update to 1.0
|
||||
- Clarify that the second arg of FREEZE/THAW is the data model/data format
|
||||
name, not the serializer
|
||||
- Clarify that FREEZE must not modify the data structure to be serialized
|
||||
|
||||
* Wed Oct 30 2013 Paul Howarth <paul@city-fan.org> - 0.03-2
|
||||
- Sanitize for Fedora submission
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user