| Name: | perl-Types-Serialiser |
|---|---|
| Version: | 1.0 |
| Release: | 1.el7 |
| Architecture: | noarch |
| Group: | Development/Libraries |
| Size: | 24327 |
| License: | GPL+ or Artistic |
| RPM: | perl-Types-Serialiser-1.0-1.el7.noarch.rpm |
| Source RPM: | perl-Types-Serialiser-1.0-1.el7.src.rpm |
| Build Date: | Sat Oct 28 2017 |
| Build Host: | x86-ol7-builder-03.us.oracle.com |
| Vendor: | Oracle America |
| URL: | http://search.cpan.org/dist/Types-Serialiser/ |
| Summary: | Simple data types for common serialization formats |
| Description: | This module provides some extra data types that are used by common serialization formats such as JSON or CBOR. The idea is to have a repository of simple/small constants and containers that can be shared by different implementations so they become interoperable between each other. |
- 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
- Sanitize for Fedora submission
- Initial RPM version