summaryrefslogtreecommitdiffstats
path: root/perl/perl-Types-Serialiser/README
diff options
context:
space:
mode:
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.