summaryrefslogtreecommitdiffstats
path: root/perl/perl-Types-Serialiser/README
diff options
context:
space:
mode:
author Donald Cooley2017-01-21 13:09:33 +0100
committer David Spencer2017-01-21 13:09:33 +0100
commitdf465d7ca24bca6fb5acc893b599efe04c552d5b (patch)
tree3f24cfeb81c2dae86065c8883156cf843170565a /perl/perl-Types-Serialiser/README
parent40877f0f9ae679304aba76576a31bcdc14844d10 (diff)
downloadslackbuilds-df465d7ca24bca6fb5acc893b599efe04c552d5b.tar.gz
perl/perl-Types-Serialiser: Added (data types for serialisation).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-Types-Serialiser/README')
-rw-r--r--perl/perl-Types-Serialiser/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/perl/perl-Types-Serialiser/README b/perl/perl-Types-Serialiser/README
new file mode 100644
index 0000000000..2f9d73fced
--- /dev/null
+++ b/perl/perl-Types-Serialiser/README
@@ -0,0 +1,5 @@
+This module provides some extra datatypes that are used by common
+serialisation 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.